| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -0/+10 |
| 2023-08-06 | Generate better function argument names in global_allocator expansion | David Tolnay | -5/+17 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -0/+10 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -6/+10 |
| 2023-08-03 | Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkov | bors | -39/+9 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -37/+9 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-08-02 | Fix an erroneous comment. | Nicholas Nethercote | -2/+0 |
| 2023-07-31 | Remove `TokenTreeCursor::replace_prev_and_rewind`. | Nicholas Nethercote | -9/+0 |
| 2023-07-31 | Move doc comment desugaring out of `TokenCursor`. | Nicholas Nethercote | -3/+89 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -4/+12 |
| 2023-07-28 | Auto merge of #114119 - nnethercote:opt-TokenKind-clone, r=petrochenkov | bors | -1/+16 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -37/+33 |
| 2023-07-27 | Optimize `TokenKind::clone`. | Nicholas Nethercote | -1/+16 |
| 2023-07-27 | Remove `Iterator` impl for `TokenTreeCursor`. | Nicholas Nethercote | -13/+8 |
| 2023-07-27 | Make `TokenTree::uninterpolate` take `&self` and return a `Cow`. | Nicholas Nethercote | -12/+14 |
| 2023-07-27 | Use `TokenStream::trees` instead of `into_trees` for attributes. | Nicholas Nethercote | -14/+13 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -1/+1 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -1/+6 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-07 | Auto merge of #113270 - the8472:opt-macro-tts, r=nnethercote | bors | -3/+12 |
| 2023-07-04 | Add effects during lowering for `~const` bounds | Deadbeef | -0/+9 |
| 2023-07-03 | Use Lrc::make_mut instead of Lrc::get_mut | The 8472 | -10/+4 |
| 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 |