| Age | Commit message (Expand) | Author | Lines |
| 2023-11-03 | move ABI sanity check from LLVM codegen backend to ABI computation logic | Ralf Jung | -40/+74 |
| 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 | Use the LLVM option NoTrapAfterNoreturn | Matt Harding | -0/+8 |
| 2023-11-03 | Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkan | bors | -8/+21 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -1/+19 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -7/+4 |
| 2023-11-03 | Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy... | dianqk | -2/+8 |
| 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 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -126/+138 |
| 2023-11-02 | Add a couple of clarifying comments. | Nicholas Nethercote | -3/+3 |
| 2023-11-02 | Replace two `create_default_session_if_not_set_then` uses. | Nicholas Nethercote | -4/+4 |
| 2023-11-02 | Deinline all session global functions. | Nicholas Nethercote | -6/+0 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -99/+60 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -25/+12 |
| 2023-11-02 | Formatting tweaks. | Nicholas Nethercote | -9/+12 |
| 2023-11-02 | Minimize `pub` usage in `hygiene.rs`. | Nicholas Nethercote | -35/+16 |
| 2023-11-02 | Tweak `use` items. | Nicholas Nethercote | -6/+3 |
| 2023-11-02 | Fix some comments. | Nicholas Nethercote | -4/+2 |
| 2023-11-02 | Explain the `()` argument to `ErrorGuaranteed`. | Nicholas Nethercote | -0/+3 |
| 2023-11-02 | Cleanup check_match code paths | Nadrieril | -110/+104 |
| 2023-11-02 | Factor out pointing at ADT definition | Nadrieril | -44/+41 |
| 2023-11-02 | Always do all the pattern checks | Nadrieril | -60/+60 |
| 2023-11-02 | Tweak diagnostic for consistency | Nadrieril | -4/+2 |
| 2023-11-02 | Check pattern error while lowering | Nadrieril | -42/+29 |
| 2023-11-02 | Uncomplicate check_let_chain | Nadrieril | -45/+35 |
| 2023-11-02 | Reorder | Nadrieril | -148/+151 |
| 2023-11-01 | Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung | Matthias Krüger | -10/+22 |
| 2023-11-01 | Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors | Matthias Krüger | -8/+4 |