{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":175232615,"defaultBranch":"master","name":"measureme","ownerLogin":"rust-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-12T14:43:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5430905?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705158815.0","currentOid":""},"activityList":{"items":[{"before":"768d640f0101663a045cdda13f5c4b3e798ef1ac","after":"9783098cb89e7217908c2efbd6f48540776cdd2f","ref":"refs/heads/master","pushedAt":"2024-05-28T13:21:40.000Z","pushType":"pr_merge","commitsCount":9,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"chore: fill in missing `package.description` fields","shortMessageHtmlLink":"chore: fill in missing package.description fields"}},{"before":"7bbe7a985a1ed5cc1043e1c8582b4c7e17efc5b7","after":"768d640f0101663a045cdda13f5c4b3e798ef1ac","ref":"refs/heads/master","pushedAt":"2024-05-27T08:09:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"chore: symlink to root license files","shortMessageHtmlLink":"chore: symlink to root license files"}},{"before":"93ce1e4c9732c5f7ff7dc55b998e6ad09361a3f3","after":"7bbe7a985a1ed5cc1043e1c8582b4c7e17efc5b7","ref":"refs/heads/master","pushedAt":"2024-03-07T11:26:33.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"fix clap 4 deprecated warnings\n\n$ cargo check --features clap/deprecated\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> crox\\src\\main.rs:47:7\n |\n47 | #[clap(required_unless_present = \"dir\")]\n | ^^^^\n |\n = note: `#[warn(deprecated)]` on by default\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> crox\\src\\main.rs:50:7\n |\n50 | #[clap(long = \"dir\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> crox\\src\\main.rs:53:7\n |\n53 | #[clap(long = \"collapse-threads\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> crox\\src\\main.rs:56:7\n |\n56 | #[clap(long = \"minimum-duration\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> mmview\\src\\main.rs:12:7\n |\n12 | #[clap(short = 't', long = \"thread-id\")]\n | ^^^^\n |\n = note: `#[warn(deprecated)]` on by default\n\nwarning: `crox` (bin \"crox\") generated 4 warnings\nwarning: `mmview` (bin \"mmview\") generated 1 warning\nwarning: use of deprecated function `::augment_subcommands::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[command(...)]`\n --> mmedit\\src\\main.rs:15:7\n |\n15 | #[clap(name = \"truncate\")]\n | ^^^^\n |\n = note: `#[warn(deprecated)]` on by default\n\nwarning: `mmedit` (bin \"mmedit\") generated 1 warning\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> summarize\\src\\main.rs:28:7\n |\n28 | #[clap(short = 'e', long = \"exclude\")]\n | ^^^^\n |\n = note: `#[warn(deprecated)]` on by default\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> summarize\\src\\main.rs:31:7\n |\n31 | #[clap(long = \"json\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> summarize\\src\\main.rs:40:7\n |\n40 | #[clap(long = \"json\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_args::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[arg(...)]`\n --> summarize\\src\\main.rs:44:7\n |\n44 | #[clap(short = 'p', long = \"percent-above\", default_value = \"0.0\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_subcommands::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[command(...)]`\n --> summarize\\src\\main.rs:51:7\n |\n51 | #[clap(name = \"aggregate\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_subcommands::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[command(...)]`\n --> summarize\\src\\main.rs:54:7\n |\n54 | #[clap(name = \"diff\")]\n | ^^^^\n\nwarning: use of deprecated function `::augment_subcommands::old_attribute`: Attribute `#[clap(...)]` has been deprecated in favor of `#[command(...)]`\n --> summarize\\src\\main.rs:58:7\n |\n58 | #[clap(name = \"summarize\")]\n | ^^^^","shortMessageHtmlLink":"fix clap 4 deprecated warnings"}},{"before":"f2914503011098feb1bc9205c75dfb53203f9d9c","after":"9aeaf4d0cfaafb13379f0d8f3c3b5e8c13071afc","ref":"refs/heads/stable","pushedAt":"2024-01-24T16:04:15.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Add success job","shortMessageHtmlLink":"Add success job"}},{"before":"b0d79234e69eefd7ca1542c1203be6081471f2aa","after":"93ce1e4c9732c5f7ff7dc55b998e6ad09361a3f3","ref":"refs/heads/master","pushedAt":"2024-01-24T14:53:06.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Add success job","shortMessageHtmlLink":"Add success job"}},{"before":"b0d79234e69eefd7ca1542c1203be6081471f2aa","after":"30f4e0c82954f5f791940285520b6c4636ce5a26","ref":"refs/heads/auto","pushedAt":"2024-01-23T23:42:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #224 - rust-lang:master, r=wesleywiser\n\nUpdate stable branch to 11.0.1 release\n\nSee https://github.com/rust-lang/measureme/releases/tag/11.0.1\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #224 - rust-lang:master, r=wesleywiser"}},{"before":"2def133fa8999fad58e27aa5a60af9dcca4989ab","after":"b0d79234e69eefd7ca1542c1203be6081471f2aa","ref":"refs/heads/master","pushedAt":"2024-01-12T15:48:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #223 - michaelwoerister:release-11.0.1_a, r=wesleywiser\n\nUpdate crate versions to 11.0.1\n\n🙄\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #223 - michaelwoerister:release-11.0.1_a, r=wesleywiser"}},{"before":"2def133fa8999fad58e27aa5a60af9dcca4989ab","after":"b0d79234e69eefd7ca1542c1203be6081471f2aa","ref":"refs/heads/auto","pushedAt":"2024-01-12T15:46:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #223 - michaelwoerister:release-11.0.1_a, r=wesleywiser\n\nUpdate crate versions to 11.0.1\n\n🙄\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #223 - michaelwoerister:release-11.0.1_a, r=wesleywiser"}},{"before":"2def133fa8999fad58e27aa5a60af9dcca4989ab","after":null,"ref":"refs/tags/11.0.1","pushedAt":"2024-01-12T09:08:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"}},{"before":"ebb24d857d82414831c12c06e453d5b5e01fd9c1","after":"2def133fa8999fad58e27aa5a60af9dcca4989ab","ref":"refs/heads/master","pushedAt":"2024-01-11T17:18:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #222 - michaelwoerister:release-11.0.1, r=wesleywiser\n\nPrepare release 11.0.1\n\nUpdated the change log and applied the nit fix mentioned here:\nhttps://github.com/rust-lang/measureme/pull/221/files#r1448528749\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #222 - michaelwoerister:release-11.0.1, r=wesleywiser"}},{"before":"ebb24d857d82414831c12c06e453d5b5e01fd9c1","after":"2def133fa8999fad58e27aa5a60af9dcca4989ab","ref":"refs/heads/auto","pushedAt":"2024-01-11T17:15:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #222 - michaelwoerister:release-11.0.1, r=wesleywiser\n\nPrepare release 11.0.1\n\nUpdated the change log and applied the nit fix mentioned here:\nhttps://github.com/rust-lang/measureme/pull/221/files#r1448528749\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #222 - michaelwoerister:release-11.0.1, r=wesleywiser"}},{"before":"833029a4177d6a9c94cdc907e3d99adb70cb8fb4","after":"ebb24d857d82414831c12c06e453d5b5e01fd9c1","ref":"refs/heads/master","pushedAt":"2024-01-11T09:03:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #221 - rust-lang:add-publish-workflow, r=michaelwoerister\n\nAdd GitHub Workflow for publishing measureme","shortMessageHtmlLink":"Auto merge of #221 - rust-lang:add-publish-workflow, r=michaelwoerister"}},{"before":"833029a4177d6a9c94cdc907e3d99adb70cb8fb4","after":"ebb24d857d82414831c12c06e453d5b5e01fd9c1","ref":"refs/heads/auto","pushedAt":"2024-01-11T09:01:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #221 - rust-lang:add-publish-workflow, r=michaelwoerister\n\nAdd GitHub Workflow for publishing measureme","shortMessageHtmlLink":"Auto merge of #221 - rust-lang:add-publish-workflow, r=michaelwoerister"}},{"before":null,"after":"3df9bb3217574a4f7c382010dac1c49ab4b3e2d1","ref":"refs/heads/add-publish-workflow","pushedAt":"2024-01-10T15:28:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wesleywiser","name":"Wesley Wiser","path":"/wesleywiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/831192?s=80&v=4"},"commit":{"message":"Add GitHub Workflow for publishing measureme","shortMessageHtmlLink":"Add GitHub Workflow for publishing measureme"}},{"before":"f2914503011098feb1bc9205c75dfb53203f9d9c","after":"833029a4177d6a9c94cdc907e3d99adb70cb8fb4","ref":"refs/heads/master","pushedAt":"2024-01-05T17:02:57.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #220 - michaelwoerister:fix-gh-actions-rust-toolchain, r=wesleywiser\n\nFix compilation error and regression tests for big endian platforms\n\nThis PR fixes the big endian regression tests. Apparently, the have not actually run `cargo check` with a big endian target for a while. The PR also switches the GH action jobs to use a matrix and replaces the unmaintained action-rs with something more current. It also fixes the big-endian-only compilation error that the now fixed tests are running into.\n\nThis should unblock https://github.com/rust-lang/rust/pull/119111, once we've done a 11.0.1 release.\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #220 - michaelwoerister:fix-gh-actions-rust-toolchain, …"}},{"before":"f2914503011098feb1bc9205c75dfb53203f9d9c","after":"833029a4177d6a9c94cdc907e3d99adb70cb8fb4","ref":"refs/heads/auto","pushedAt":"2024-01-05T17:00:30.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #220 - michaelwoerister:fix-gh-actions-rust-toolchain, r=wesleywiser\n\nFix compilation error and regression tests for big endian platforms\n\nThis PR fixes the big endian regression tests. Apparently, the have not actually run `cargo check` with a big endian target for a while. The PR also switches the GH action jobs to use a matrix and replaces the unmaintained action-rs with something more current. It also fixes the big-endian-only compilation error that the now fixed tests are running into.\n\nThis should unblock https://github.com/rust-lang/rust/pull/119111, once we've done a 11.0.1 release.\n\nr? `@wesleywiser`","shortMessageHtmlLink":"Auto merge of #220 - michaelwoerister:fix-gh-actions-rust-toolchain, …"}},{"before":"23710778a5ba68fb5b30e4a90dbcaadcc0eb8a37","after":"f2914503011098feb1bc9205c75dfb53203f9d9c","ref":"refs/heads/stable","pushedAt":"2023-12-18T13:53:22.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=michaelwoerister\n\nPrepare 11.0.0 release\n\nThe change here makes `StringId::new` and `StringId::new_virtual` backwards compatible with 10.x, so that we don't require unnecessary churn when updating to 11.0.0.","shortMessageHtmlLink":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=micha…"}},{"before":"8193f4d60a1d1db69029c917f45b72b5fd271849","after":"f2914503011098feb1bc9205c75dfb53203f9d9c","ref":"refs/heads/master","pushedAt":"2023-12-18T13:42:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=michaelwoerister\n\nPrepare 11.0.0 release\n\nThe change here makes `StringId::new` and `StringId::new_virtual` backwards compatible with 10.x, so that we don't require unnecessary churn when updating to 11.0.0.","shortMessageHtmlLink":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=micha…"}},{"before":"8193f4d60a1d1db69029c917f45b72b5fd271849","after":"f2914503011098feb1bc9205c75dfb53203f9d9c","ref":"refs/heads/auto","pushedAt":"2023-12-18T13:39:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=michaelwoerister\n\nPrepare 11.0.0 release\n\nThe change here makes `StringId::new` and `StringId::new_virtual` backwards compatible with 10.x, so that we don't require unnecessary churn when updating to 11.0.0.","shortMessageHtmlLink":"Auto merge of #219 - michaelwoerister:prepare-release-11.0.0, r=micha…"}},{"before":"6e3ab7d4e33b14ec2bebb6f3d9cdfb4ad9ffe664","after":"8193f4d60a1d1db69029c917f45b72b5fd271849","ref":"refs/heads/master","pushedAt":"2023-12-16T22:58:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #216 - smklein:v9, r=michaelwoerister\n\nv9 format: Increase StringId and Addr size to u64, fixing ICEs during self-profiling\n\nThis PR introduces a new \"v9\" format for profdata files, which uses u64s for addressing into files instead of u32s. This avoids ICEs which were possible with large traces, mentioned in the attached issues.\n\nFixes: https://github.com/rust-lang/measureme/issues/214, https://github.com/rust-lang/rust/issues/99282\n\n---\n\nThis is my first contribution to this repo, so I've made sure that tests are passing, but I'm interested in ensuring the following work:\n- [x] I originally encountered this issue from https://github.com/rust-lang/measureme/issues/214 -- I'd love to get advice on \"how to rebuild the self-profiling feature using this code\" to ensure this change works end-to-end too. EDIT: I did this, it works! No longer seeing ICEs on large profile traces.\n- [x] I see that there are compatibility tests with v7 and v8 formats (e.g. `can_read_v8_profdata_files`) -- I'd be interested in creating one for v9 too, but I'm not actually that familiar with \"how to generate a new `.mm_profdata` file\" without the whole toolchain built to help me. I'm interested in fixing this before merging, but would appreciate pointers! EDIT: This is done -- I added a v9 format test after tracing a minimal rust binary created via `cargo new`.","shortMessageHtmlLink":"Auto merge of #216 - smklein:v9, r=michaelwoerister"}},{"before":"6e3ab7d4e33b14ec2bebb6f3d9cdfb4ad9ffe664","after":"8193f4d60a1d1db69029c917f45b72b5fd271849","ref":"refs/heads/auto","pushedAt":"2023-12-16T22:55:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #216 - smklein:v9, r=michaelwoerister\n\nv9 format: Increase StringId and Addr size to u64, fixing ICEs during self-profiling\n\nThis PR introduces a new \"v9\" format for profdata files, which uses u64s for addressing into files instead of u32s. This avoids ICEs which were possible with large traces, mentioned in the attached issues.\n\nFixes: https://github.com/rust-lang/measureme/issues/214, https://github.com/rust-lang/rust/issues/99282\n\n---\n\nThis is my first contribution to this repo, so I've made sure that tests are passing, but I'm interested in ensuring the following work:\n- [x] I originally encountered this issue from https://github.com/rust-lang/measureme/issues/214 -- I'd love to get advice on \"how to rebuild the self-profiling feature using this code\" to ensure this change works end-to-end too. EDIT: I did this, it works! No longer seeing ICEs on large profile traces.\n- [x] I see that there are compatibility tests with v7 and v8 formats (e.g. `can_read_v8_profdata_files`) -- I'd be interested in creating one for v9 too, but I'm not actually that familiar with \"how to generate a new `.mm_profdata` file\" without the whole toolchain built to help me. I'm interested in fixing this before merging, but would appreciate pointers! EDIT: This is done -- I added a v9 format test after tracing a minimal rust binary created via `cargo new`.","shortMessageHtmlLink":"Auto merge of #216 - smklein:v9, r=michaelwoerister"}},{"before":"f9f84d1a79c46e9927926c177c33eb3ea3c72979","after":"6e3ab7d4e33b14ec2bebb6f3d9cdfb4ad9ffe664","ref":"refs/heads/master","pushedAt":"2023-12-14T14:08:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #218 - Kobzol:ci-nightly, r=michaelwoerister\n\nAdd a CI workflow to check the stable branch with nightly compiler output\n\nThis PR adds a CI workflow that checks each day whether we can handle the output of the nightly compiler's self-profile data with `measureme` from the `stable` branch.","shortMessageHtmlLink":"Auto merge of #218 - Kobzol:ci-nightly, r=michaelwoerister"}},{"before":"f9f84d1a79c46e9927926c177c33eb3ea3c72979","after":"6e3ab7d4e33b14ec2bebb6f3d9cdfb4ad9ffe664","ref":"refs/heads/auto","pushedAt":"2023-12-14T14:05:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #218 - Kobzol:ci-nightly, r=michaelwoerister\n\nAdd a CI workflow to check the stable branch with nightly compiler output\n\nThis PR adds a CI workflow that checks each day whether we can handle the output of the nightly compiler's self-profile data with `measureme` from the `stable` branch.","shortMessageHtmlLink":"Auto merge of #218 - Kobzol:ci-nightly, r=michaelwoerister"}},{"before":"23710778a5ba68fb5b30e4a90dbcaadcc0eb8a37","after":"f9f84d1a79c46e9927926c177c33eb3ea3c72979","ref":"refs/heads/master","pushedAt":"2023-12-14T10:14:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #217 - michaelwoerister:release-10.1.2, r=michaelwoerister\n\nPrepare release 10.1.2","shortMessageHtmlLink":"Auto merge of #217 - michaelwoerister:release-10.1.2, r=michaelwoerister"}},{"before":"e2d7d6a1bb269927116ac6e81e33c7bcf51f3449","after":"f9f84d1a79c46e9927926c177c33eb3ea3c72979","ref":"refs/heads/auto","pushedAt":"2023-12-14T10:11:50.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #217 - michaelwoerister:release-10.1.2, r=michaelwoerister\n\nPrepare release 10.1.2","shortMessageHtmlLink":"Auto merge of #217 - michaelwoerister:release-10.1.2, r=michaelwoerister"}},{"before":"6129647e1727be1f9855f0158be4a0a538298514","after":"23710778a5ba68fb5b30e4a90dbcaadcc0eb8a37","ref":"refs/heads/stable","pushedAt":"2023-12-07T16:06:14.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Allow copying example shell scripts","shortMessageHtmlLink":"Allow copying example shell scripts"}},{"before":"306a7d21ae3d2b8478079489ebb4544cae1ce561","after":"23710778a5ba68fb5b30e4a90dbcaadcc0eb8a37","ref":"refs/heads/master","pushedAt":"2023-12-07T08:01:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Allow copying example shell scripts","shortMessageHtmlLink":"Allow copying example shell scripts"}},{"before":"e1361315762279c4080600134c4c5679368f78c4","after":"306a7d21ae3d2b8478079489ebb4544cae1ce561","ref":"refs/heads/master","pushedAt":"2023-08-03T15:27:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"bump parking_lot to 0.12 to sync with rustc","shortMessageHtmlLink":"bump parking_lot to 0.12 to sync with rustc"}},{"before":"0433c25f1b77e8cb4f2592120daffc4e4cc6c126","after":"e1361315762279c4080600134c4c5679368f78c4","ref":"refs/heads/master","pushedAt":"2023-05-30T12:53:08.076Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Allow whitespace control chars in EventId texts.","shortMessageHtmlLink":"Allow whitespace control chars in EventId texts."}},{"before":"8f1b8321b28e49139a86f07ce44dc88ef61b38d5","after":"0433c25f1b77e8cb4f2592120daffc4e4cc6c126","ref":"refs/heads/master","pushedAt":"2023-03-30T14:11:34.682Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"michaelwoerister","name":"Michael Woerister","path":"/michaelwoerister","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1825894?s=80&v=4"},"commit":{"message":"Remove malformed `serde` attribute\n\n```\r\nerror: unexpected end of input, unexpected token in nested attribute, expected ident\r\n --> crox/src/main.rs:35:13\r\n |\r\n35 | #[serde()]\r\n | \r\n```","shortMessageHtmlLink":"Remove malformed serde attribute"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVeIj7wA","startCursor":null,"endCursor":null}},"title":"Activity · rust-lang/measureme"}