| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | Add run-make-fulldeps test | pierwill | -5/+14 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -5/+11 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -2/+2 |
| 2021-12-10 | manually implement `Hash` for `DefId` | Andre Bogus | -5/+31 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -0/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -2/+2 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -1/+0 |
| 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 concat_bytes! | Smitty | -0/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+4 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -0/+10 |
| 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 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -0/+10 |
| 2021-12-03 | Improve 'cannot contain emoji' error. | Mara Bos | -0/+1 |
| 2021-12-03 | Improve the comments in `Symbol::interner`. | Nicholas Nethercote | -6/+13 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -1/+0 |
| 2021-11-28 | Add parent crate assert to register_expn_id | Cameron Steffen | -0/+1 |
| 2021-11-28 | Add fast path to is_descendant_of | Cameron Steffen | -2/+19 |
| 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 | -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 |