| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-13 | Implement `Copy` for `LocationDetail` | Maybe Waffle | -1/+1 |
| 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 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -27/+21 |
| 2023-03-30 | Rollup merge of #109522 - bzEq:aix-current-dll-path, r=Nilstrieb | Michael Goulet | -0/+44 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Check data segment range | Kai Luo | -6/+5 |
| 2023-03-28 | Address comment | Kai Luo | -5/+11 |
| 2023-03-24 | Avoid misalign | Kai Luo | -3/+8 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -3/+5 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -1/+23 |
| 2023-03-23 | Implement current_dll_path for AIX | Kai Luo | -0/+34 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -37/+3 |
| 2023-03-21 | Remove `unique` and move `VerboseTimingGuard` fields into a new struct | John KÃ¥re Alsaker | -2/+2 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John KÃ¥re Alsaker | -3/+25 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -22/+25 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -3/+13 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John KÃ¥re Alsaker | -3/+5 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -0/+3 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -0/+39 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -3/+4 |
| 2023-03-08 | Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillot | Matthias Krüger | -9/+3 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -5/+5 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -0/+39 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -9/+3 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -3/+7 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-01 | Add unstable option new_rpitit to be used for new RPITIT lowering system | Santiago Pastorino | -0/+3 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -5/+5 |
| 2023-02-28 | compiler/rustc_session: fix sysroot detection logic ... | liushuyu | -1/+11 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+2 |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -3/+7 |
| 2023-02-22 | link-directives: clarify usage message | Jeremy Fitzhardinge | -1/+1 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+2 |