| Age | Commit message (Expand) | Author | Lines |
| 2022-04-15 | Rollup merge of #96065 - TaKO8Ki:use-`format-args-capture`-and-remove-unneces... | Dylan DPC | -676/+605 |
| 2022-04-15 | Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-dead | Dylan DPC | -30/+15 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -29/+25 |
| 2022-04-15 | Rollup merge of #95749 - compiler-errors:ambig, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -140/+47 |
| 2022-04-15 | Rollup merge of #94849 - ouz-a:master4, r=oli-obk | Dylan DPC | -11/+10 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -4/+43 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -19/+8 |
| 2022-04-15 | use `format-args-capture` and remove unnecessary nested block | Takayuki Maeda | -676/+605 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -11/+10 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -11/+29 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -1/+11 |
| 2022-04-14 | remove redundant function param in check_for_self_assign_helper() | Matthias Krüger | -3/+2 |
| 2022-04-14 | remove reudndant function param in check_matcher_core() | Matthias Krüger | -19/+7 |
| 2022-04-14 | remove function param that is only used in recursive of fn inner() | Matthias Krüger | -8/+6 |
| 2022-04-14 | Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkov | bors | -106/+164 |
| 2022-04-13 | Auto merge of #95981 - martingms:invert-line-offset-parsing, r=nnethercote | bors | -11/+14 |
| 2022-04-14 | `mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`. | Nicholas Nethercote | -19/+10 |
| 2022-04-14 | Introduce `TtHandle` and use it in `TokenSet`. | Nicholas Nethercote | -53/+111 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -64/+74 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -29/+25 |
| 2022-04-13 | Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-dead | Dylan DPC | -2/+8 |
| 2022-04-13 | fix: wrong trait import suggestion for T: | Bruno Felipe Francisco | -2/+8 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -359/+55 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -50/+224 |
| 2022-04-13 | Use .extend(..) instead of push()-ing in loop | Martin Gammelsæter | -18/+12 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -64/+74 |
| 2022-04-13 | Pass a slice instead of a `Vec` to `transcribe`. | Nicholas Nethercote | -3/+3 |
| 2022-04-13 | Avoid use of `Lrc` in `mbe::Frame`. | Nicholas Nethercote | -29/+38 |
| 2022-04-13 | `SequenceRepetition` and `Delimited` don't need to be `Clone`. | Nicholas Nethercote | -2/+2 |
| 2022-04-12 | Rollup merge of #95973 - oli-obk:tait_ub3, r=compiler-errors | Dylan DPC | -7/+51 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -8/+63 |
| 2022-04-12 | Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot | Dylan DPC | -0/+9 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2191/+2337 |
| 2022-04-12 | Handle `unusable_binding` more compactly. | Vadim Petrochenkov | -17/+14 |
| 2022-04-12 | Apply suggestions from code review | Oli Scherer | -1/+1 |
| 2022-04-12 | Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-se | bors | -28/+13 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -359/+55 |
| 2022-04-12 | Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkov | Mara Bos | -28/+13 |
| 2022-04-12 | Fix imports. | Camille GILLOT | -8/+3 |
| 2022-04-12 | Move diagnostic methods to the dedicated module. | Camille GILLOT | -477/+472 |
| 2022-04-12 | Simplify error reporting. | Camille GILLOT | -85/+76 |
| 2022-04-12 | Move path resolution error to rustc_resolve::diagnostics. | Camille GILLOT | -164/+207 |
| 2022-04-12 | Make the logic more explicit with let chains. | Camille GILLOT | -18/+16 |
| 2022-04-12 | Do not record Res when builing a suggestion. | Camille GILLOT | -6/+9 |
| 2022-04-12 | Insert error after checking for binding usability. | Camille GILLOT | -6/+6 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -79/+177 |
| 2022-04-12 | Simplify binding finalization. | Camille GILLOT | -53/+54 |
| 2022-04-12 | Move ident resolution to a dedicated module. | Camille GILLOT | -1643/+1668 |
| 2022-04-12 | Auto merge of #95867 - cjgillot:fixed-size, r=oli-obk | bors | -142/+322 |