| Age | Commit message (Expand) | Author | Lines |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+4 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+4 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+1 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+1 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+2 |
| 2021-12-03 | Improve the comments in `Symbol::interner`. | Nicholas Nethercote | -6/+13 |
| 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 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -0/+2 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -1/+0 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 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 #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-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+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/+1 |
| 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-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-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+1 |
| 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-02 | Make diangostic item names consistent | Cameron Steffen | -15/+8 |
| 2021-09-24 | Rollup merge of #89072 - bjorn3:less_symbol_as_str, r=michaelwoerister | Jubilee | -5/+1 |
| 2021-09-23 | Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebank | bors | -0/+1 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+1 |
| 2021-09-22 | Make SymbolIndex private | bjorn3 | -1/+1 |