| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -62/+62 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -3/+3 |
| 2023-05-20 | Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr | Dylan DPC | -0/+1 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -1/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+5 |
| 2023-05-18 | very minor cleanups | jyn | -0/+1 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -58/+42 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+5 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -1/+1 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -3/+4 |
| 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 |