| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | perform TokenStream replacement in-place when possible in expand_macro | The 8472 | -3/+18 |
| 2023-06-28 | Adjust inner span of implicit self ref argument | Michael Goulet | -1/+6 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -1/+11 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+17 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -7/+15 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -8/+7 |
| 2023-05-13 | refactor: add chunks method to TokenStream to obviate rustdoc clones | Caleb Cartwright | -0/+4 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -6/+7 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -0/+2 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -7/+6 |
| 2023-05-11 | Don't use an allocator shim for `#[global_allocator]` | bjorn3 | -2/+9 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -1/+1 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -6/+7 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -4/+14 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+72 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+18 |
| 2023-05-02 | make it semantic error | Deadbeef | -0/+2 |
| 2023-05-02 | address comments | Deadbeef | -1/+1 |
| 2023-05-02 | fix TODO comments | Deadbeef | -2/+8 |
| 2023-05-02 | update and add a few tests | Deadbeef | -3/+3 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -1/+64 |
| 2023-05-01 | Rip it out | Nilstrieb | -16/+10 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -5/+8 |
| 2023-04-28 | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e... | Matthias Krüger | -2/+2 |
| 2023-04-27 | Auto merge of #107782 - Zoxc:worker-local, r=cjgillot | bors | -32/+4 |
| 2023-04-27 | Tweak await span | Michael Goulet | -5/+8 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -2/+2 |
| 2023-04-21 | use P<[Ident]> instead of Vec<Ident> | DrMeepster | -2/+2 |
| 2023-04-21 | offset_of | DrMeepster | -1/+19 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -2/+2 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -4/+4 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -10/+10 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -4/+4 |
| 2023-04-16 | make rustc compilable | Deadbeef | -2/+2 |
| 2023-04-16 | Remove WorkerLocal from AttrIdGenerator | John Kåre Alsaker | -32/+4 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -6/+0 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -6/+0 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -8/+8 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -12/+12 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -17/+29 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -6/+15 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -8/+11 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -6/+12 |
| 2023-03-28 | Fix mismatched punctuation in Debug impl of AttrId | David Tolnay | -1/+1 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -10/+12 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+4 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -10/+5 |