| Age | Commit message (Expand) | Author | Lines |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-10 | Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot | Matthias Krüger | -2/+3 |
| 2021-12-09 | Fix span calculation on secondary_label as well | Michael Goulet | -2/+3 |
| 2021-12-09 | Remove redundant [..]s | est31 | -12/+12 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+169 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -88/+82 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+2 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -61/+74 |
| 2021-12-03 | Remove some unnecessarily verbose code | Esteban Kuber | -20/+5 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -23/+19 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -28/+35 |
| 2021-12-01 | Auto merge of #91324 - eggyal:avoid-uneccesary-clone-of-annotatable, r=Aaron1011 | bors | -22/+30 |
| 2021-11-29 | Rollup merge of #91327 - dtolnay:exact, r=michaelwoerister | Matthias Krüger | -8/+4 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -1/+4 |
| 2021-11-28 | Delete an unreachable codepath from format_args implementation | David Tolnay | -8/+4 |
| 2021-11-28 | Avoid uneccessary clone of Annotatable | Alan Egerton | -22/+30 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -28/+35 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -26/+10 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -31/+61 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -21/+10 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -30/+30 |
| 2021-11-06 | Factor out some Vecs | Cameron Steffen | -9/+6 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -14/+6 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -1/+4 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -5/+5 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -4/+21 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -4/+4 |
| 2021-10-02 | Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par... | bors | -10/+40 |
| 2021-09-29 | Fix truncate of 'bound params stack' by using the correct length | Audun Halland | -1/+1 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -26/+73 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -10/+40 |
| 2021-09-24 | derive: Do not configure or clone items unless necessary | Vadim Petrochenkov | -22/+47 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+2 |
| 2021-09-24 | Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov | bors | -16/+15 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -18/+14 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -18/+14 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-17 | Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obk | bors | -3/+17 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -0/+12 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -16/+15 |
| 2021-09-10 | Introduce a fast path that avoids the `debug_tuple` abstraction when deriving | Patrick Walton | -3/+17 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -8/+10 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+2 |