| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+2 |
| 2023-01-10 | Disable "split dwarf inlining" by default. | Kyle Huey | -1/+1 |
| 2023-01-11 | Rollup merge of #106671 - tmiasko:opt-bool, r=wesleywiser | Yuki Okushi | -2/+2 |
| 2023-01-10 | Change type of box_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-10 | Change type of mutable_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-09 | Fix help docs for -Zallow-features | Eric Huss | -1/+1 |
| 2023-01-06 | Rollup merge of #106542 - sigaloid:master, r=bjorn3 | Matthias Krüger | -2/+8 |
| 2023-01-06 | Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j... | Matthias Krüger | -1/+13 |
| 2023-01-06 | Update compiler/rustc_session/src/config.rs | Matthew E | -1/+1 |
| 2023-01-06 | Add default and latest stable edition to --edition in rustc | Matthew Esposito | -2/+8 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -6/+8 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -3/+26 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -2/+11 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -1/+37 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -1/+37 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+8 |
| 2023-01-02 | Print correct base for too-large literals | clubby789 | -2/+10 |
| 2023-01-02 | Note maximum integer literal for `IntLiteralTooLarge` | clubby789 | -0/+1 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -1/+13 |
| 2022-12-25 | Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc... | Matthias Krüger | -30/+0 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -0/+9 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -2/+0 |
| 2022-12-25 | Mark incremental-ignore-spans as TRACKED. | Camille GILLOT | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -7/+7 |
| 2022-12-21 | Auto merge of #105812 - ojeda:no-jump-tables, r=nikic | bors | -0/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -7/+7 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+2 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -30/+0 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -2/+2 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -4/+12 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -9/+3 |
| 2022-12-14 | add `-Z dump-mono-stats` | Rémy Rakic | -0/+3 |
| 2022-12-14 | Auto merge of #105233 - mejrs:always_eager, r=estebank | bors | -1/+1 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -10/+23 |
| 2022-12-12 | Refine when invalid prefix case error arises | Cassaundra Smith | -10/+23 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+1 |
| 2022-12-10 | Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgr | bors | -3/+17 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+14 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -2/+3 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -1/+11 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+14 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -18/+19 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -0/+12 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -18/+19 |
| 2022-12-07 | Properly print generator interior type sizes | Michael Goulet | -3/+3 |
| 2022-12-07 | Compute generator sizes with -Zprint_type_sizes | Michael Goulet | -1/+2 |