| Age | Commit message (Expand) | Author | Lines |
| 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 | -174/+183 |
| 2023-11-03 | Accumulate let chains alongside the visit | Nadrieril | -76/+78 |
| 2023-11-03 | enable feature gate in E0795.md | George Bateman | -2/+2 |
| 2023-11-03 | Use `filter_map` in `try_par_for_each_in` | Josh Stone | -7/+6 |
| 2023-11-03 | cfg_attr offset_of_enum feature in doctest | George Bateman | -1/+2 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -274/+188 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -4/+68 |
| 2023-11-03 | Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgr | bors | -3586/+4952 |
| 2023-11-03 | clone less | Matthias Krüger | -82/+76 |
| 2023-11-03 | Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkan | Matthias Krüger | -7/+1 |
| 2023-11-03 | Rollup merge of #117523 - compiler-errors:oli-vacation, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-03 | Rollup merge of #117520 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -3578/+4902 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+44 |
| 2023-11-03 | Rollup merge of #117434 - BugenZhao:box-error-provide, r=cuviper | Matthias Krüger | -0/+4 |
| 2023-11-03 | Auto merge of #117535 - RalfJung:revert-cranelift, r=onur-ozkan | bors | -12/+0 |
| 2023-11-03 | Auto merge of #117510 - elichai:patch-3, r=cuviper | bors | -0/+1 |
| 2023-11-03 | Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum" | Ralf Jung | -12/+0 |
| 2023-11-03 | clarify that the str invariant is a safety, not validity, invariant | Ralf Jung | -6/+13 |
| 2023-11-03 | Revert "bootstrap: do not purge docs on CI environment" | onur-ozkan | -7/+1 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -154/+169 |
| 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 | -16/+231 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -1/+290 |
| 2023-11-02 | Remove obsolete support for linking unwinder on Android | Peter Collingbourne | -34/+1 |
| 2023-11-03 | Auto merge of #117131 - compiler-errors:projection-oops, r=lcnr | bors | -143/+204 |
| 2023-11-03 | Set some environment variables value only if ENABLE_GCC_CODEGEN is set | Guillaume Gomez | -6/+17 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -59/+110 |
| 2023-11-02 | bootstrap/setup: create hooks directory if non-existing | Alejandro Martinez Ruiz | -1/+6 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -154/+169 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -77/+114 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -143/+167 |
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -21/+12 |
| 2023-11-02 | Add comment explaining why the ENABLE_GCC_CODEGEN env variable is needed | Guillaume Gomez | -2/+8 |
| 2023-11-02 | Fix invalid enabling of gcc backend in `run.sh` | Guillaume Gomez | -3/+3 |
| 2023-11-02 | Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN` | Guillaume Gomez | -6/+6 |
| 2023-11-02 | Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabled | Guillaume Gomez | -2/+7 |
| 2023-11-02 | Run codegen tests outside if not llvm-15 | Guillaume Gomez | -3/+15 |
| 2023-11-02 | Add FIXME header for two comments in cg_gcc and cg_clif boostrap types | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Remove `libc` dependency in cg_gcc alloc_system example | Guillaume Gomez | -4/+14 |
| 2023-11-02 | Skip codegen tests in llvm-15 CI check | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Force mangling version for rustc_codegen_gcc | Guillaume Gomez | -2/+5 |
| 2023-11-02 | Only run cg_gcc tests on linux x86_64 | Guillaume Gomez | -10/+2 |
| 2023-11-02 | Pass `--sysroot` option | Guillaume Gomez | -0/+4 |
| 2023-11-02 | Add comment explaning when to uncomment the `prepare` command code | Guillaume Gomez | -0/+2 |
| 2023-11-02 | Fix rustc_codegen_gcc lto issue | Guillaume Gomez | -0/+4 |
| 2023-11-02 | Fix config.sh script | Guillaume Gomez | -1/+1 |
| 2023-11-02 | Fix missing error libgccjit in CI | Guillaume Gomez | -0/+8 |
| 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 |