| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -5/+14 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -12/+7 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -5/+19 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -4/+2 |
| 2023-02-21 | Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=... | Dylan DPC | -2/+0 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -3/+2 |
| 2023-02-21 | Remove unused `Debug` impl | Oli Scherer | -1/+0 |
| 2023-02-20 | remove flag | Boxy | -2/+0 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -1/+1 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -1/+1 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -3/+3 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -4/+11 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -9/+19 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -4/+4 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -9/+5 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -3/+0 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -9/+19 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -4/+11 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -1/+33 |
| 2023-02-12 | Rollup merge of #107748 - tshepang:renamed, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -2/+29 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -2/+29 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -5/+5 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -3/+106 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+33 |
| 2023-02-09 | Emit an error if -Z instrument-xray is not supported | Oleksii Lozovskyi | -0/+10 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -3/+96 |
| 2023-02-07 | Replace a command line flag with an env var to allow tools to initialize the ... | Oli Scherer | -2/+0 |
| 2023-02-07 | refer to new home | Tshepang Mbambo | -1/+1 |