| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+18 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+18 |
| 2023-06-30 | add end-to-end test | Rémy Rakic | -0/+12 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -5593/+1 |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -1/+1 |
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -264/+1 |
| 2023-06-28 | Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage` | Zalathar | -816/+0 |
| 2023-06-28 | Migrate most of the existing coverage tests over to `run-coverage` | Zalathar | -4517/+4 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -1/+1 |
| 2023-06-27 | Rollup merge of #112972 - nbdd0121:mir, r=davidtwco | Matthias Krüger | -3/+3 |
| 2023-06-23 | Bless tests | Gary Guo | -3/+3 |
| 2023-06-23 | Make sure to include default en-US ftl resources for rustc_error crate | Michael Goulet | -0/+12 |
| 2023-06-20 | Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obk | Guillaume Gomez | -0/+22 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -3/+3 |
| 2023-06-19 | Fix linker failures when #[global_allocator] is used in a dependency | bjorn3 | -0/+22 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -3/+3 |
| 2023-06-16 | Auto merge of #112346 - saethlin:no-comment, r=oli-obk | bors | -19/+16 |
| 2023-06-15 | Rollup merge of #112403 - nbdd0121:eh_frame, r=Nilstrieb | Guillaume Gomez | -0/+20 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -19/+16 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -0/+72 |
| 2023-06-07 | Remove wrongly emitted `.eh_frame` in `-Cpanic=abort` | Gary Guo | -0/+20 |
| 2023-06-06 | fix | Jing Peng | -1/+1 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -0/+72 |
| 2023-06-05 | Verify that (almost) all `ret` instructions have been replaced | Raoul Strackx | -0/+9 |
| 2023-06-05 | Correct LVI print function test | Raoul Strackx | -4/+4 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -0/+68 |
| 2023-05-23 | Rollup merge of #111461 - oli-obk:crate_collision, r=petrochenkov | Dylan DPC | -1/+1 |
| 2023-05-23 | Fix symbol conflict diagnostic mistakenly being shown instead of missing crat... | Oli Scherer | -1/+1 |
| 2023-05-21 | Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3 | bors | -0/+43 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -0/+78 |
| 2023-05-19 | Fix run-make/inrcemental-debugger-visualizer test for macOS. | Michael Woerister | -3/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+15 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+15 |
| 2023-05-17 | Add simple regression test for `--print=native-static-libs` | Urgau | -0/+43 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -0/+52 |
| 2023-05-17 | Add/improve tests for debugger_visualizer change detection. | Michael Woerister | -5/+63 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -0/+22 |
| 2023-05-13 | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiser | Dylan DPC | -1/+1 |
| 2023-05-12 | Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-Simulacrum | Matthias Krüger | -33/+148 |
| 2023-05-12 | Usage of atomic counters for llvm code coverage | Evgeniy A. Dushistov | -1/+1 |
| 2023-05-11 | Ignore test on MSVC for now | bjorn3 | -0/+68 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -0/+49 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+18 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -0/+26 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+1 |
| 2023-05-07 | Add test for unwinding past terminating POF | Gary Guo | -0/+26 |
| 2023-05-07 | Fix instrument-coverage tests by using Python to sort instantiation groups | Zalathar | -33/+148 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -13/+24 |
| 2023-05-05 | Add GNU Property Note | Charisee | -0/+18 |