| Age | Commit message (Expand) | Author | Lines |
| 2023-12-31 | Fix tidy error | bjorn3 | -2/+2 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -23/+30 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -284/+301 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -94/+139 |
| 2023-12-31 | Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-202... | bjorn3 | -20/+22 |
| 2023-12-31 | Auto merge of #119447 - Nilstrieb:STACKOVERFLOW, r=compiler-errors | bors | -1/+2 |
| 2023-12-30 | Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot | bors | -3/+1 |
| 2023-12-30 | Auto merge of #119443 - Urgau:move-around-builtin-diag-context, r=Nilstrieb | bors | -444/+538 |
| 2023-12-30 | Auto merge of #119446 - Nilstrieb:bitflags2.0-hell, r=compiler-errors | bors | -114/+107 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -114/+107 |
| 2023-12-30 | Fix `<BoundConstness as Display>` | Nilstrieb | -1/+2 |
| 2023-12-30 | Move around the code responsible for decorating builtin diagnostics | Urgau | -444/+538 |
| 2023-12-30 | Auto merge of #119438 - Zalathar:prepare-mappings, r=cjgillot | bors | -53/+74 |
| 2023-12-30 | Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgr | bors | -2/+0 |
| 2023-12-30 | coverage: Make `coverage_counters` a local variable | Zalathar | -31/+37 |
| 2023-12-30 | coverage: Prepare mappings separately from injecting statements | Zalathar | -29/+44 |
| 2023-12-30 | Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-12-30 | Auto merge of #119377 - tmiasko:after, r=cjgillot | bors | -6/+0 |
| 2023-12-30 | Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillot | bors | -20/+12 |
| 2023-12-30 | Auto merge of #119367 - Mark-Simulacrum:relative-spans, r=wesleywiser | bors | -47/+130 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -518/+16 |
| 2023-12-29 | Shrink span encoding further | Mark Rousskov | -47/+130 |
| 2023-12-30 | Fix invalid check-cfg Cargo feature diagnostic help | Urgau | -2/+0 |
| 2023-12-29 | Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillot | Matthias Krüger | -35/+35 |
| 2023-12-29 | Rollup merge of #119322 - compiler-errors:async-gen-resume-ty, r=cjgillot | Matthias Krüger | -22/+13 |
| 2023-12-29 | Auto merge of #118911 - Young-Flash:fix_issue_118819, r=fmease | bors | -20/+28 |
| 2023-12-29 | Auto merge of #119259 - cjgillot:single-crate-id, r=Mark-Simulacrum | bors | -32/+40 |
| 2023-12-29 | Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-12-29 | Rollup merge of #119401 - Zalathar:query-stability, r=Nilstrieb | Matthias Krüger | -3/+6 |
| 2023-12-29 | Rollup merge of #119393 - DaniPopes:unmap-a-filter, r=Nilstrieb | Matthias Krüger | -18/+20 |
| 2023-12-29 | Rollup merge of #119375 - Swatinem:merge-coroutine-lowering, r=compiler-errors | Matthias Krüger | -224/+81 |
| 2023-12-29 | Auto merge of #119392 - compiler-errors:args-parts, r=Nilstrieb | bors | -58/+48 |
| 2023-12-29 | Also walk bindings created by if-let guards | est31 | -0/+3 |
| 2023-12-29 | Auto merge of #119395 - Nilstrieb:walk-pat, r=est31 | bors | -29/+6 |
| 2023-12-29 | coverage: Avoid a possible query stability hazard in `CoverageCounters` | Zalathar | -3/+6 |
| 2023-12-29 | Couple of random coroutine pass simplifications | Michael Goulet | -22/+13 |
| 2023-12-28 | Use `Pat::walk_always` instead of manual walk | Nilstrieb | -29/+6 |
| 2023-12-28 | Auto merge of #119174 - compiler-errors:movability, r=cjgillot | bors | -220/+194 |
| 2023-12-28 | Merge Coroutine lowering functions | Arpad Borsos | -224/+81 |
| 2023-12-28 | Use filter instead of filter_map in Parser::expected_one_of_not_found | DaniPopes | -18/+20 |
| 2023-12-28 | make ClosureArgsParts not generic | Michael Goulet | -58/+48 |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -23/+23 |
| 2023-12-28 | rustc_lint: Prevent multiple 'incompatible with previous forbid' lints | Martin Nordholts | -1/+1 |
| 2023-12-28 | rustc_lint: Prevent multiple 'lint ignored' lints | Martin Nordholts | -1/+1 |
| 2023-12-28 | rustc_lint: Rename `warn_about_weird_lints` to `lint_added_lints` | Martin Nordholts | -8/+8 |
| 2023-12-28 | rustc_error_codes: Update expected error in E0453.md | Martin Nordholts | -2/+2 |
| 2023-12-28 | Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov | Matthias Krüger | -1/+7 |
| 2023-12-28 | Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errors | Matthias Krüger | -10/+28 |
| 2023-12-28 | Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -56/+29 |