| Age | Commit message (Expand) | Author | Lines |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -1/+3 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+3 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -29/+125 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+3 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -2/+0 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -1/+29 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -2/+0 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-05-31 | Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley... | Matthias Krüger | -2/+0 |
| 2023-05-30 | Remove `-Zcgu-partitioning-strategy`. | Nicholas Nethercote | -2/+0 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -1/+14 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -0/+15 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -1/+2 |
| 2023-05-26 | Stop normalizing so many different prefixes | jyn | -0/+1 |
| 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 | -2/+2 |
| 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 | -2/+2 |
| 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/+14 |
| 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 | -11/+99 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -11/+99 |
| 2023-05-02 | make it semantic error | Deadbeef | -1/+14 |
| 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 |