| Age | Commit message (Expand) | Author | Lines |
| 2023-10-22 | Eliminate redundant .parse_sess in rustc_attr::builtin errors | David Tolnay | -34/+23 |
| 2023-10-22 | Eliminate rustc_attr::builtin::handle_errors | David Tolnay | -128/+84 |
| 2023-10-22 | Directly collect into ty_param_names instead of peeking to see if empty | David Tolnay | -6/+4 |
| 2023-10-22 | Eliminate an "Extra scope required" obsoleted by NLL | David Tolnay | -55/+51 |
| 2023-10-22 | Rustfmt-compatible formatting for code snippets in rustc_builtin_macros | David Tolnay | -40/+64 |
| 2023-10-22 | fix broken link: update incremental compilation url | gvozdvmozgu | -1/+1 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -22/+3 |
| 2023-10-22 | add target csky-unknown-linux-gnuabiv2hf | dirreke | -1/+23 |
| 2023-10-22 | coverage: Emit the filenames section before encoding per-function mappings | Zalathar | -21/+15 |
| 2023-10-22 | let_chainify `suggest_coercing_result_via_try_operator` | Ethan Brierley | -36/+22 |
| 2023-10-22 | coverage: Encode function mappings without re-sorting them | Zalathar | -13/+15 |
| 2023-10-22 | coverage: Encapsulate local-to-global file mappings | Zalathar | -5/+29 |
| 2023-10-22 | coverage: Build the global file table ahead of time | Zalathar | -25/+50 |
| 2023-10-22 | coverage: Fetch expressions and mappings separately | Zalathar | -28/+14 |
| 2023-10-22 | coverage: Split `FunctionCoverage` into distinct collector/finished phases | Zalathar | -24/+40 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+3 |
| 2023-10-22 | Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3 | bors | -493/+163 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+3 |
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202... | bjorn3 | -493/+163 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-10-21 | Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -62/+66 |
| 2023-10-21 | Auto merge of #116922 - Zalathar:unused, r=cjgillot | bors | -150/+103 |
| 2023-10-21 | Use a ConstValue instead. | Camille GILLOT | -96/+159 |
| 2023-10-21 | Generate ValTrees in DataflowConstProp. | Camille GILLOT | -4/+95 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+2 |
| 2023-10-21 | update the registers of csky | dirreke | -3/+3 |
| 2023-10-21 | on unresolved import disambiguate suggested path if it would collide | León Orell Valerian Liehr | -14/+44 |
| 2023-10-21 | Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgr | bors | -1/+16 |
| 2023-10-21 | Typo. | Camille GILLOT | -1/+1 |
| 2023-10-21 | Remove redundant checks. | Camille GILLOT | -16/+2 |
| 2023-10-21 | Use terse form for Fn bound. | Camille GILLOT | -16/+4 |
| 2023-10-21 | Rollup merge of #117019 - lukas-code:for-await, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -0/+15 |
| 2023-10-21 | Removes fields from `CrateInfo` that are no longer used. | DianQK | -6/+1 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+1 |
| 2023-10-21 | Treat extern in compiler-builtins as `used` | DianQK | -106/+8 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -256/+347 |
| 2023-10-21 | Remove on_all_drop_children_bits. | Camille GILLOT | -36/+18 |
| 2023-10-21 | Do not create move paths that do not need dropping. | Camille GILLOT | -2/+18 |
| 2023-10-21 | Give collect_drop_flags and elaborate_drops closer structure. | Camille GILLOT | -72/+64 |
| 2023-10-21 | Parametrize gather_moves by filter. | Camille GILLOT | -64/+88 |
| 2023-10-21 | Stop computing error info in move path builder. | Camille GILLOT | -89/+50 |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -31/+41 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -144/+277 |
| 2023-10-21 | Remove is_terminal_path. | Camille GILLOT | -59/+1 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -592/+615 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -19/+5 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-10-21 | Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot | Matthias Krüger | -57/+41 |