| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-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-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/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 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 |
| 2023-04-04 | Use new iteration helpers instead of manually rolling them | Oli Scherer | -4/+1 |
| 2023-04-04 | Replace another lock with an append-only vec | Oli Scherer | -2/+2 |
| 2023-04-04 | Remove a lock in favor of an AppendOnlyVec | Oli Scherer | -7/+10 |
| 2023-04-04 | Add a usize-indexed append-only-vec | Oli Scherer | -2/+2 |
| 2023-04-04 | Replace a lock with an atomic | Oli Scherer | -3/+3 |
| 2023-04-03 | implement --print=all-target-specs-json | Pietro Albini | -3/+16 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |