| Age | Commit message (Expand) | Author | Lines |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -44/+42 |
| 2023-05-16 | Remove `Session::span_err_or_warn`. | Nicholas Nethercote | -14/+0 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -2/+2 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+4 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+4 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -0/+4 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -3/+3 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+3 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -1/+1 |
| 2023-05-06 | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | -1/+17 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -2/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -2/+2 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -1/+17 |
| 2023-05-05 | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -108/+125 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+16 |
| 2023-05-05 | Improve internal representation of check-cfg | Urgau | -108/+125 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -1/+3 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -12/+108 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -12/+108 |
| 2023-05-02 | make it semantic error | Deadbeef | -1/+16 |
| 2023-05-01 | remove type_ascription_path_suggestions in parser | yukang | -3/+0 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -0/+1 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |
| 2023-04-26 | Rollup merge of #110594 - infdahai:cfg_chore, r=jyn514 | jyn | -1/+2 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -0/+1 |
| 2023-04-26 | add cfg SPEC declaration. | clundro | -1/+2 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -4/+4 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-23 | Auto merge of #110281 - ozkanonur:multiarch-compatible-sysroot-finding, r=jac... | bors | -17/+18 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -4/+4 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -0/+3 |
| 2023-04-20 | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | -2/+2 |
| 2023-04-19 | Add unstable feature flags | bjorn3 | -0/+4 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -2/+2 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+1 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -4/+4 |
| 2023-04-14 | make sysroot finding compatible with multiarch systems | ozkanonur | -17/+18 |
| 2023-04-13 | Implement `Copy` for `LocationDetail` | Maybe Waffle | -1/+1 |
| 2023-04-13 | Enable flatten-format-args by default. | Mara Bos | -2/+2 |
| 2023-04-10 | Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors | Dylan DPC | -10/+11 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -10/+11 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-09 | Add little `is_test_crate` function | blyxyas | -0/+5 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -3/+16 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -13/+13 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -27/+21 |