| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | span: add `span_extend_to_line` helper | David Wood | -0/+5 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -0/+1 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -1/+1 |
| 2022-07-19 | Rollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_zero, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -0/+1 |
| 2022-07-19 | Suggest a fix for `NonZero*` <- `*` coercion error | Maybe Waffle | -0/+10 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -0/+1 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+1 |
| 2022-07-15 | Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgi... | Dylan DPC | -0/+2 |
| 2022-07-15 | simplify `suggest_deref_ref_or_into` | Takayuki Maeda | -0/+2 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -0/+1 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -1/+8 |
| 2022-07-14 | Rollup merge of #99126 - NiklasJonsson:84447/rustc_span, r=petrochenkov | Dylan DPC | -1/+6 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -0/+1 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -0/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+3 |
| 2022-07-13 | reduce scope of allow(rustc::potential_query_instability) in rustc_span | Niklas Jonsson | -1/+6 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -2/+0 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -0/+1 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+1 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -2/+0 |
| 2022-07-11 | Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead | Dylan DPC | -0/+7 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -0/+7 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -2/+1 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -2/+1 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+1 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+1 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -0/+2 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -2/+0 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -0/+1 |
| 2022-06-29 | Auto merge of #98376 - nnethercote:improve-derive-PartialEq, r=petrochenkov | bors | -0/+3 |
| 2022-06-28 | Use pre-interned symbols in import recovery | bjorn3 | -0/+2 |
| 2022-06-28 | Rollup merge of #98609 - TaKO8Ki:fix-ice-for-associated-constant-generics, r=... | Matthias Krüger | -1/+1 |
| 2022-06-28 | fix ice for associated constant generics | Takayuki Maeda | -1/+1 |
| 2022-06-27 | Factor out the repeated `assert_ty_bounds` function. | Nicholas Nethercote | -0/+3 |
| 2022-06-24 | Optimize the code produced by `derive(Debug)`. | Nicholas Nethercote | -0/+2 |
| 2022-06-20 | Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -0/+1 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+4 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -0/+1 |
| 2022-06-15 | Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obk | bors | -0/+7 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -0/+7 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -1/+0 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -0/+5 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -2/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |