| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-02 | Run rustc_codegen_gcc tests in the CI | Guillaume Gomez | -3/+162 |
| 2023-11-02 | Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddle | bors | -2/+28 |
| 2023-11-02 | Add GUI test to ensure that implementations on foreign types are in the expec... | Guillaume Gomez | -1/+26 |
| 2023-11-02 | Fix order of implementations in the "implementations on foreign types" section | Guillaume Gomez | -1/+2 |
| 2023-11-02 | Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgr | bors | -161/+281 |
| 2023-11-02 | Rollup merge of #117512 - joshlf:patch-8, r=dtolnay | Matthias Krüger | -2/+63 |
| 2023-11-02 | Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkov | Matthias Krüger | -27/+39 |
| 2023-11-02 | Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnr | Matthias Krüger | -6/+41 |
| 2023-11-02 | Rollup merge of #117394 - lcnr:proof-tree-cache4, r=compiler-errors | Matthias Krüger | -126/+138 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -0/+2 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -2/+1 |
| 2023-11-02 | Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjay | bors | -1/+64 |
| 2023-11-02 | Remove trailing space | Joshua Liebow-Feeser | -1/+1 |
| 2023-11-02 | Expand mem::offset_of! docs | Joshua Liebow-Feeser | -2/+62 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -1/+64 |
| 2023-11-02 | Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors | bors | -176/+145 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -126/+138 |
| 2023-11-02 | Auto merge of #117386 - roblabla:fix-switch-stdio-win7, r=ChrisDenton | bors | -3/+21 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -26/+13 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -1/+26 |
| 2023-11-02 | Auto merge of #117506 - massivebird:ord-typo, r=ChrisDenton | bors | -1/+1 |
| 2023-11-01 | fixes: typo in `std::cmp::Ord` trait docs | massivebird | -1/+1 |
| 2023-11-01 | Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgr | bors | -41/+540 |
| 2023-11-01 | Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-11-01 | Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung | Matthias Krüger | -11/+468 |
| 2023-11-01 | Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -19/+65 |
| 2023-11-01 | Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot | bors | -51/+156 |
| 2023-11-01 | Rework unsize documentation | Michael Goulet | -5/+12 |
| 2023-11-01 | Remove a false statement from Unsize docs, add a test | Michael Goulet | -1/+29 |
| 2023-11-01 | Comment `for_diagnostics` flag. | Camille GILLOT | -0/+5 |
| 2023-11-01 | Auto merge of #117289 - estebank:issue-72298, r=cjgillot | bors | -1/+127 |
| 2023-11-01 | Specify diagnostic path. | Camille GILLOT | -6/+13 |
| 2023-11-01 | Rebase fallout. | Camille GILLOT | -10/+2 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -6/+6 |
| 2023-11-01 | Make ui into mir-opt test. | Camille GILLOT | -11/+453 |
| 2023-11-01 | Do not assert in op_to_const. | Camille GILLOT | -2/+13 |