{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":91860126,"defaultBranch":"master","name":"proc-macro2","ownerLogin":"dtolnay","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-05-20T02:35:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1940490?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713317706.0","currentOid":""},"activityList":{"items":[{"before":"f965e17679d18e0049406913588458b12fbad871","after":"fd2c998967a65d3378f06f2480abd4d34f4697ab","ref":"refs/heads/master","pushedAt":"2024-04-17T01:35:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.81","shortMessageHtmlLink":"Release 1.0.81"}},{"before":"69fd060280b3ddd5c3678ebdd9eb4446619cc86f","after":null,"ref":"refs/heads/delimiternone","pushedAt":"2024-04-17T01:32:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"da51f8d005cc5d8299c1872fad9bbe63b07c31c7","after":"f965e17679d18e0049406913588458b12fbad871","ref":"refs/heads/master","pushedAt":"2024-04-17T01:32:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #453 from dtolnay/delimiternone\n\nSync documentation of Delimiter::None","shortMessageHtmlLink":"Merge pull request #453 from dtolnay/delimiternone"}},{"before":null,"after":"69fd060280b3ddd5c3678ebdd9eb4446619cc86f","ref":"refs/heads/delimiternone","pushedAt":"2024-04-17T01:30:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Sync documentation of Delimiter::None","shortMessageHtmlLink":"Sync documentation of Delimiter::None"}},{"before":"392fa6c489ffb1f0178dc7377f894cfaf2d4744a","after":"da51f8d005cc5d8299c1872fad9bbe63b07c31c7","ref":"refs/heads/master","pushedAt":"2024-04-14T21:46:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.80","shortMessageHtmlLink":"Release 1.0.80"}},{"before":"1ff5c1f2a91d815dbe531f9570fcf67522b5e27d","after":"392fa6c489ffb1f0178dc7377f894cfaf2d4744a","ref":"refs/heads/master","pushedAt":"2024-04-14T21:43:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Ignore needless_pass_by_value pedantic clippy lint in test\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:101:24\n |\n 101 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n = note: `-W clippy::needless-pass-by-value` implied by `-W clippy::pedantic`\n = help: to override `-W clippy::pedantic` add `#[allow(clippy::needless_pass_by_value)]`\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:149:24\n |\n 149 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:167:24\n |\n 167 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:194:24\n |\n 194 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:265:24\n |\n 265 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:281:24\n |\n 281 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value\n\n warning: this argument is passed by value, but not consumed in the function body\n --> tests/test.rs:320:24\n |\n 320 | fn assert(literal: Literal, expected: &str) {\n | ^^^^^^^ help: consider taking a reference instead: `&Literal`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value","shortMessageHtmlLink":"Ignore needless_pass_by_value pedantic clippy lint in test"}},{"before":"0c9449e03d0038f99c0f2dfe6c42878bf531c393","after":"1ff5c1f2a91d815dbe531f9570fcf67522b5e27d","ref":"refs/heads/master","pushedAt":"2024-04-14T21:43:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Ignore needless_raw_string_hashes pedantic clippy lint in test\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:153:43\n |\n 153 | assert(Literal::byte_character(b'a'), r#\" b'a' \"#);\n | ^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n = note: `-W clippy::needless-raw-string-hashes` implied by `-W clippy::pedantic`\n = help: to override `-W clippy::pedantic` add `#[allow(clippy::needless_raw_string_hashes)]`\n help: remove all the hashes around the string literal\n |\n 153 - assert(Literal::byte_character(b'a'), r#\" b'a' \"#);\n 153 + assert(Literal::byte_character(b'a'), r\" b'a' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:154:44\n |\n 154 | assert(Literal::byte_character(b'\\0'), r#\" b'\\0' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 154 - assert(Literal::byte_character(b'\\0'), r#\" b'\\0' \"#);\n 154 + assert(Literal::byte_character(b'\\0'), r\" b'\\0' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:155:44\n |\n 155 | assert(Literal::byte_character(b'\\t'), r#\" b'\\t' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 155 - assert(Literal::byte_character(b'\\t'), r#\" b'\\t' \"#);\n 155 + assert(Literal::byte_character(b'\\t'), r\" b'\\t' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:156:44\n |\n 156 | assert(Literal::byte_character(b'\\n'), r#\" b'\\n' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 156 - assert(Literal::byte_character(b'\\n'), r#\" b'\\n' \"#);\n 156 + assert(Literal::byte_character(b'\\n'), r\" b'\\n' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:157:44\n |\n 157 | assert(Literal::byte_character(b'\\r'), r#\" b'\\r' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 157 - assert(Literal::byte_character(b'\\r'), r#\" b'\\r' \"#);\n 157 + assert(Literal::byte_character(b'\\r'), r\" b'\\r' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:158:44\n |\n 158 | assert(Literal::byte_character(b'\\''), r#\" b'\\'' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 158 - assert(Literal::byte_character(b'\\''), r#\" b'\\'' \"#);\n 158 + assert(Literal::byte_character(b'\\''), r\" b'\\'' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:159:44\n |\n 159 | assert(Literal::byte_character(b'\\\\'), r#\" b'\\\\' \"#);\n | ^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 159 - assert(Literal::byte_character(b'\\\\'), r#\" b'\\\\' \"#);\n 159 + assert(Literal::byte_character(b'\\\\'), r\" b'\\\\' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:160:46\n |\n 160 | assert(Literal::byte_character(b'\\x1f'), r#\" b'\\x1F' \"#);\n | ^^^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 160 - assert(Literal::byte_character(b'\\x1f'), r#\" b'\\x1F' \"#);\n 160 + assert(Literal::byte_character(b'\\x1f'), r\" b'\\x1F' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:269:37\n |\n 269 | assert(Literal::character('a'), r#\" 'a' \"#);\n | ^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 269 - assert(Literal::character('a'), r#\" 'a' \"#);\n 269 + assert(Literal::character('a'), r\" 'a' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:270:38\n |\n 270 | assert(Literal::character('\\t'), r#\" '\\t' \"#);\n | ^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 270 - assert(Literal::character('\\t'), r#\" '\\t' \"#);\n 270 + assert(Literal::character('\\t'), r\" '\\t' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:271:37\n |\n 271 | assert(Literal::character('❤'), r#\" '❤' \"#);\n | ^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 271 - assert(Literal::character('❤'), r#\" '❤' \"#);\n 271 + assert(Literal::character('❤'), r\" '❤' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:272:38\n |\n 272 | assert(Literal::character('\\''), r#\" '\\'' \"#);\n | ^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 272 - assert(Literal::character('\\''), r#\" '\\'' \"#);\n 272 + assert(Literal::character('\\''), r\" '\\'' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:274:38\n |\n 274 | assert(Literal::character('\\0'), r#\" '\\0' \"#);\n | ^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 274 - assert(Literal::character('\\0'), r#\" '\\0' \"#);\n 274 + assert(Literal::character('\\0'), r\" '\\0' \");\n |\n\n warning: unnecessary hashes around raw string literal\n --> tests/test.rs:275:41\n |\n 275 | assert(Literal::character('\\u{1}'), r#\" '\\u{1}' \"#);\n | ^^^^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes\n help: remove all the hashes around the string literal\n |\n 275 - assert(Literal::character('\\u{1}'), r#\" '\\u{1}' \"#);\n 275 + assert(Literal::character('\\u{1}'), r\" '\\u{1}' \");\n |","shortMessageHtmlLink":"Ignore needless_raw_string_hashes pedantic clippy lint in test"}},{"before":"28c87ad85264b055b9512c71d1aee4af7353bec4","after":"0c9449e03d0038f99c0f2dfe6c42878bf531c393","ref":"refs/heads/master","pushedAt":"2024-04-14T21:40:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Import some Literal tests from libproc_macro","shortMessageHtmlLink":"Import some Literal tests from libproc_macro"}},{"before":"c61f5db62c22f727ae59140edb8a4848d962433a","after":"28c87ad85264b055b9512c71d1aee4af7353bec4","ref":"refs/heads/master","pushedAt":"2024-04-14T21:21:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add tests of negative literal construction","shortMessageHtmlLink":"Add tests of negative literal construction"}},{"before":"d50dcd9be7136e865020ef58be0244f7a61157e5","after":"c61f5db62c22f727ae59140edb8a4848d962433a","ref":"refs/heads/master","pushedAt":"2024-04-14T21:17:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add some tests of cstr raw literals","shortMessageHtmlLink":"Add some tests of cstr raw literals"}},{"before":"70a804be6d9b21d8707a1c349759f64332429c35","after":null,"ref":"refs/heads/cstr","pushedAt":"2024-04-14T21:06:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"45730bc1feb07eda221dd5a3e3fe797ce0030c47","after":"d50dcd9be7136e865020ef58be0244f7a61157e5","ref":"refs/heads/master","pushedAt":"2024-04-14T21:05:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #450 from dtolnay/cstr\n\nAdd `Literal::c_string` constructor","shortMessageHtmlLink":"Merge pull request #450 from dtolnay/cstr"}},{"before":null,"after":"70a804be6d9b21d8707a1c349759f64332429c35","ref":"refs/heads/cstr","pushedAt":"2024-04-14T21:03:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add Literal::c_string constructor","shortMessageHtmlLink":"Add Literal::c_string constructor"}},{"before":"26d1d3f0a4fa112113498fd661d7bb5d51aa057d","after":"45730bc1feb07eda221dd5a3e3fe797ce0030c47","ref":"refs/heads/master","pushedAt":"2024-04-14T20:45:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Adjust Literal constructor argument names to match those in libproc_macro","shortMessageHtmlLink":"Adjust Literal constructor argument names to match those in libproc_m…"}},{"before":"5ac12c94ef188c16a048461d65af2f245641dcac","after":null,"ref":"refs/heads/bytechar","pushedAt":"2024-04-14T20:32:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"5bdf9be660ab71983d655c6b496114fd751c508c","after":"26d1d3f0a4fa112113498fd661d7bb5d51aa057d","ref":"refs/heads/master","pushedAt":"2024-04-14T20:32:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #449 from dtolnay/bytechar\n\nAdd `Literal::byte_character` constructor","shortMessageHtmlLink":"Merge pull request #449 from dtolnay/bytechar"}},{"before":"3a4a8d9de96151221b11a8a9e0d9716d80610367","after":"5ac12c94ef188c16a048461d65af2f245641dcac","ref":"refs/heads/bytechar","pushedAt":"2024-04-14T20:30:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add Literal::byte_character constructor","shortMessageHtmlLink":"Add Literal::byte_character constructor"}},{"before":null,"after":"3a4a8d9de96151221b11a8a9e0d9716d80610367","ref":"refs/heads/bytechar","pushedAt":"2024-04-14T20:28:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Add Literal::byte_character constructor","shortMessageHtmlLink":"Add Literal::byte_character constructor"}},{"before":"bcac1fdc87d5bb9a5ad03b0fe11cc4dfc526520e","after":"5bdf9be660ab71983d655c6b496114fd751c508c","ref":"refs/heads/master","pushedAt":"2024-04-14T20:08:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Raw string to avoid escaped backslashes where possible","shortMessageHtmlLink":"Raw string to avoid escaped backslashes where possible"}},{"before":"28e905fef2beac16b081fce2ae0ce241a9dc309e","after":"bcac1fdc87d5bb9a5ad03b0fe11cc4dfc526520e","ref":"refs/heads/master","pushedAt":"2024-04-14T19:57:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Consistently use `repr` for the escaped text of a literal","shortMessageHtmlLink":"Consistently use repr for the escaped text of a literal"}},{"before":"1f1c7682ec53d25e8454509df29f2fefe3d96386","after":"28e905fef2beac16b081fce2ae0ce241a9dc309e","ref":"refs/heads/master","pushedAt":"2024-04-08T18:53:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Revert \"Temporarily disable miri on doctests\"\n\nThis reverts commit 48ae5806cfb51175952200138182488356ffe027.","shortMessageHtmlLink":"Revert \"Temporarily disable miri on doctests\""}},{"before":"fe99b5f3c0e033b356b7cc273d9b6a86da20d649","after":"1f1c7682ec53d25e8454509df29f2fefe3d96386","ref":"refs/heads/master","pushedAt":"2024-04-06T02:16:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Resolve legacy_numeric_constants clippy lints\n\n warning: importing legacy numeric constants\n --> build.rs:43:5\n |\n 43 | use std::u32;\n | ^^^^^^^^\n |\n = help: remove this import\n = note: then `u32::` will resolve to the respective associated constant\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants\n = note: `#[warn(clippy::legacy_numeric_constants)]` on by default","shortMessageHtmlLink":"Resolve legacy_numeric_constants clippy lints"}},{"before":"04a432eb6e5cfe10d5f72f4c077f6f428fb26778","after":"fe99b5f3c0e033b356b7cc273d9b6a86da20d649","ref":"refs/heads/master","pushedAt":"2024-03-26T05:26:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Explicitly install a Rust toolchain for cargo-outdated job\n\nDebugging a recent cargo-outdated bug, it would have been nice not to\nwonder whether a rustc version change in GitHub's runner image was a\ncontributing factor.","shortMessageHtmlLink":"Explicitly install a Rust toolchain for cargo-outdated job"}},{"before":"2de85f1cab06f3cf229336b07d6ec796d6c45e98","after":null,"ref":"refs/heads/workspacewrapper","pushedAt":"2024-03-26T05:10:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}},{"before":"48ae5806cfb51175952200138182488356ffe027","after":"04a432eb6e5cfe10d5f72f4c077f6f428fb26778","ref":"refs/heads/master","pushedAt":"2024-03-26T05:09:59.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Merge pull request #447 from dtolnay/workspacewrapper\n\nApply RUSTC_WORKSPACE_WRAPPER","shortMessageHtmlLink":"Merge pull request #447 from dtolnay/workspacewrapper"}},{"before":null,"after":"2de85f1cab06f3cf229336b07d6ec796d6c45e98","ref":"refs/heads/workspacewrapper","pushedAt":"2024-03-26T05:07:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Apply RUSTC_WORKSPACE_WRAPPER","shortMessageHtmlLink":"Apply RUSTC_WORKSPACE_WRAPPER"}},{"before":"4ba4ab1ec52d9e8286826a898430683ba002a002","after":"48ae5806cfb51175952200138182488356ffe027","ref":"refs/heads/master","pushedAt":"2024-03-25T02:56:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Temporarily disable miri on doctests","shortMessageHtmlLink":"Temporarily disable miri on doctests"}},{"before":"b1765814b6db85dd5dd725734df76a4bd9426a23","after":"4ba4ab1ec52d9e8286826a898430683ba002a002","ref":"refs/heads/master","pushedAt":"2024-03-12T03:11:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Release 1.0.79","shortMessageHtmlLink":"Release 1.0.79"}},{"before":"b9cd8646cbc5d2170240dd214d4ab932d70e3b2c","after":"b1765814b6db85dd5dd725734df76a4bd9426a23","ref":"refs/heads/master","pushedAt":"2024-03-12T03:05:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"},"commit":{"message":"Prevent new lint from turning off nightly span support under -Dwarnings","shortMessageHtmlLink":"Prevent new lint from turning off nightly span support under -Dwarnings"}},{"before":"b9cd8646cbc5d2170240dd214d4ab932d70e3b2c","after":null,"ref":"refs/heads/deadcode","pushedAt":"2024-03-12T03:04:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dtolnay","name":"David Tolnay","path":"/dtolnay","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1940490?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMpTBMQA","startCursor":null,"endCursor":null}},"title":"Activity · dtolnay/proc-macro2"}