| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Rollup merge of #117588 - bjorn3:remove_unused_error_variant, r=cjgillot | Matthias Krüger | -18/+1 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+15 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -17/+21 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -9/+9 |
| 2023-11-04 | Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillot | Matthias Krüger | -8/+12 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+15 |
| 2023-11-04 | Remove unused LoadResult::DecodeIncrCache variant | bjorn3 | -18/+1 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -51/+54 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -9/+9 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -51/+54 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+12 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -16/+37 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -21/+49 |
| 2023-11-04 | Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikic | Takayuki Maeda | -10/+1 |
| 2023-11-04 | Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31 | Takayuki Maeda | -7/+6 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -434/+400 |
| 2023-11-04 | Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more... | bors | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -322/+52 |
| 2023-11-03 | consts: remove dead code around `i1` constant values | Augie Fackler | -10/+1 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -6/+1 |
| 2023-11-03 | Accumulate let chains alongside the visit | Nadrieril | -76/+78 |
| 2023-11-03 | Use `filter_map` in `try_par_for_each_in` | Josh Stone | -7/+6 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -166/+103 |
| 2023-11-03 | clone less | Matthias Krüger | -2/+2 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+2 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+15 |
| 2023-11-03 | Auto merge of #117508 - nnethercote:symbols-FxIndexSet, r=cuviper | bors | -21/+12 |
| 2023-11-03 | Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkan | bors | -8/+21 |
| 2023-11-03 | Auto merge of #117131 - compiler-errors:projection-oops, r=lcnr | bors | -123/+169 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -22/+59 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+15 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -77/+103 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -123/+143 |
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -21/+12 |
| 2023-11-02 | Remove `libc` dependency in cg_gcc alloc_system example | Guillaume Gomez | -4/+14 |
| 2023-11-02 | Pass `--sysroot` option | Guillaume Gomez | -0/+4 |
| 2023-11-02 | Fix config.sh script | Guillaume Gomez | -1/+1 |
| 2023-11-02 | Fix compilation errors in rustc_codegen_gcc examples | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Disable `master` feature by default when building rustc_codegen_gcc | Guillaume Gomez | -1/+0 |
| 2023-11-02 | Fix incorrect trait bound restriction suggestion | Esteban Küber | -0/+2 |
| 2023-11-02 | review + add tests | lcnr | -4/+4 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -2/+2 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -21/+59 |
| 2023-11-02 | remove outdated comment | lcnr | -1/+0 |
| 2023-11-02 | Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgr | bors | -151/+150 |
| 2023-11-02 | Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkov | Matthias Krüger | -25/+12 |
| 2023-11-02 | Rollup merge of #117394 - lcnr:proof-tree-cache4, r=compiler-errors | Matthias Krüger | -126/+138 |
| 2023-11-02 | Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjay | bors | -1/+9 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -1/+9 |
| 2023-11-02 | Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors | bors | -172/+142 |