| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -0/+26 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+4 |
| 2023-08-07 | Rollup merge of #114093 - Enselic:stdin-unknown-mod, r=Mark-Simulacrum | Matthias Krüger | -0/+26 |
| 2023-08-06 | Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obk | bors | -0/+10 |
| 2023-08-04 | Fix missing dependency file with -Zunpretty | Urgau | -0/+10 |
| 2023-08-04 | Add hotness data to LLVM remarks | Jakub Beránek | -0/+22 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -1/+1 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -5/+5 |
| 2023-08-01 | tests/run-make/unknown-mod-stdin: Ignore Windows | Martin Nordholts | -0/+2 |
| 2023-07-31 | Rollup merge of #113889 - fortanix:raoul/fix_ice_tests_for_sgx_platform, r=Ma... | Matthias Krüger | -0/+2 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -4/+4 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -5/+5 |
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -4/+4 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -4/+4 |
| 2023-07-26 | Add regression test for `echo 'mod unknown;' | rustc -` | Martin Nordholts | -0/+24 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -0/+34 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -1/+18 |
| 2023-07-20 | Add test of --print KIND=PATH | David Tolnay | -1/+18 |
| 2023-07-20 | Fix `dump-ice-to-disk` and `short-ice` tests when librustc-driver is dynamica... | Raoul Strackx | -0/+2 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -17/+80 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -2/+76 |
| 2023-07-19 | Rewrite rmeta-rpass test to work with the new check for all crate sources bei... | bjorn3 | -0/+33 |
| 2023-07-19 | Verify that all crate sources are in sync | bjorn3 | -17/+47 |
| 2023-07-19 | Add run-make test for ICE dump | Esteban Küber | -0/+74 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -2/+2 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -0/+29 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -1/+11 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -0/+245 |
| 2023-07-14 | extern-fn-explicit-align test: remove unnecessary derives | Erik Desjardins | -5/+0 |
| 2023-07-13 | extern fn-explicit-align test: don't use uint128_t | Erik Desjardins | -3/+6 |
| 2023-07-12 | De-duplicate consecutive libs when printing native-static-libs | Urgau | -1/+11 |
| 2023-07-11 | typeck in parallel | SparrowLii | -2/+2 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -4/+25 |
| 2023-07-10 | extern-fn-explicit-align test: add wrapped and lower requested alignment, imp... | Erik Desjardins | -14/+70 |
| 2023-07-10 | i686-windows: pass arguments with requested alignment > 4 indirectly | Erik Desjardins | -1/+5 |
| 2023-07-10 | extern-fn-struct-passing-abi test: ensure we don't start passing struct with ... | Erik Desjardins | -0/+53 |
| 2023-07-10 | extern-fn-explicit-align test: cleanup | Erik Desjardins | -4/+6 |
| 2023-07-10 | extern-fn-explicit-align test: add MSVC compatible alignment attribute | Erik Desjardins | -1/+10 |
| 2023-07-10 | extern-fn-explicit-align test: use ffi::c_char instead of i8 | Erik Desjardins | -3/+3 |
| 2023-07-10 | add ignore-cross-compile to run-make/extern-fn-explicit-align | Erik Desjardins | -0/+1 |
| 2023-07-10 | rustc_target: Add alignment to indirectly-passed by-value types, correcting the | Patrick Walton | -0/+101 |
| 2023-07-09 | Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul... | Matthias Krüger | -0/+252 |
| 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-07-01 | add run-make test for wasm-exceptions | Jan-Mirko Otter | -0/+252 |
| 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 |