| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -1/+5 |
| 2023-02-05 | rustc_session: remove huge error imports | est31 | -29/+23 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -2/+2 |
| 2023-02-01 | Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-... | Matthias Krüger | -5/+23 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -4/+5 |
| 2023-01-31 | placate tidy. | Felix S. Klock II | -3/+3 |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ... | Felix S. Klock II | -5/+23 |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -4/+4 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -4/+29 |
| 2023-01-30 | session: impl `IntoDiagnosticArg` for `CrateType` | David Wood | -1/+7 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -3/+8 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+2 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+2 |
| 2023-01-27 | Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett | Yuki Okushi | -0/+8 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -3/+8 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -12/+0 |
| 2023-01-25 | Add `target_has_atomic*` symbols if any atomic width is supported | Michal Rostecki | -0/+8 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -0/+2 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -16/+41 |
| 2023-01-18 | Support `true` and `false` as boolean flag params | Nilstrieb | -5/+5 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -7/+7 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -7/+7 |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -9/+9 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -12/+19 |
| 2023-01-16 | check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736) | gftea | -0/+5 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -0/+18 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -12/+0 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-11 | Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=da... | nils | -1/+1 |