| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -0/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -0/+1 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+1 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -11/+3 |
| 2021-11-20 | Rollup merge of #90930 - Nilstrieb:fix-non-const-value-ice, r=estebank | Matthias Krüger | -0/+1 |
| 2021-11-20 | Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebank | Matthias Krüger | -7/+12 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 2021-11-16 | Add SourceMap::indentation_before. | Mara Bos | -7/+12 |
| 2021-11-15 | Fix `non-constant value` ICE (#90878) | Nilstrieb | -0/+1 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -0/+1 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -10/+5 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -10/+5 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -0/+3 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+3 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -0/+1 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -1/+0 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -0/+1 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -2/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+1 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+2 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+1 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -0/+1 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+1 |
| 2021-10-21 | Don't suggest importing items with hygienic names | Matthew Jasper | -1/+1 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -1/+0 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -28/+18 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-17 | Suggest a case insensitive match name regardless of levenshtein distance | Yuki Okushi | -28/+18 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+1 |
| 2021-10-15 | Guess semicolon span for macro statements | Cameron Steffen | -0/+38 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+3 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+3 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+1 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+1 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -0/+1 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -0/+1 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+2 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -0/+2 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -15/+8 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -0/+2 |