| Age | Commit message (Expand) | Author | Lines |
| 2021-07-15 | [debuginfo] Make use of spaces and separators in debuginfo names more uniform. | Michael Woerister | -48/+67 |
| 2021-07-15 | [debuginfo] Emit associated type bindings in trait object type names. | Michael Woerister | -37/+84 |
| 2021-07-15 | Auto merge of #86876 - jyn514:56935-target-crate-num, r=petrochenkov | bors | -1/+5 |
| 2021-07-14 | Reuse CrateNum for proc-macro crates even when cross-compiling | Joshua Nelson | -1/+5 |
| 2021-07-14 | Auto merge of #87133 - GuillaumeGomez:rollup-pfz9jbk, r=GuillaumeGomez | bors | -135/+143 |
| 2021-07-14 | Rollup merge of #87117 - cjgillot:cstore, r=petrochenkov | Guillaume Gomez | -56/+39 |
| 2021-07-14 | Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obk | Guillaume Gomez | -79/+104 |
| 2021-07-14 | Auto merge of #87082 - michaelwoerister:const-in-debuginfo-type-names-fix, r=... | bors | -18/+63 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -56/+39 |
| 2021-07-14 | Handle non-integer const generic parameters in debuginfo type names. | Michael Woerister | -18/+63 |
| 2021-07-14 | Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitor | bors | -21/+87 |
| 2021-07-14 | Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkov | bors | -1/+1 |
| 2021-07-14 | Rollup merge of #87101 - FabianWolff:issue-87086, r=estebank | Yuki Okushi | -19/+85 |
| 2021-07-14 | Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichton | Yuki Okushi | -2/+2 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -19/+85 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -240/+285 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -217/+263 |
| 2021-07-13 | Move HashStable implementations. | Camille GILLOT | -61/+60 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -79/+104 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -45/+40 |
| 2021-07-13 | Avoid cloning ExpnData to access Span edition | Mark Rousskov | -1/+1 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -8/+107 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -2/+2 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -30/+134 |
| 2021-07-13 | Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obk | bors | -48/+153 |
| 2021-07-13 | Rollup merge of #87089 - RalfJung:ctfe-memory-cleanup, r=oli-obk | Yuki Okushi | -26/+18 |
| 2021-07-13 | Rollup merge of #87070 - ehuss:simplify-future-report, r=oli-obk | Yuki Okushi | -48/+21 |
| 2021-07-13 | Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obk | Yuki Okushi | -11/+23 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -5/+7 |
| 2021-07-12 | remove unnecessary deallocate_local hack | Ralf Jung | -15/+8 |
| 2021-07-12 | remove remaining use of Pointer in Allocation API | Ralf Jung | -12/+11 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -4/+20 |
| 2021-07-11 | Auto merge of #86249 - FabianWolff:issue-86238, r=varkor | bors | -2/+9 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -48/+21 |
| 2021-07-12 | Rollup merge of #87061 - FabianWolff:issue-87051, r=oli-obk | Yuki Okushi | -3/+7 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -11/+23 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -122/+139 |
| 2021-07-11 | Do not suggest adding a semicolon after `?` | Fabian Wolff | -3/+7 |
| 2021-07-11 | Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis | bors | -168/+160 |
| 2021-07-11 | Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011 | bors | -166/+74 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -4/+21 |
| 2021-07-11 | Auto merge of #86965 - sexxi-goose:rfc2229-improve-lint, r=nikomatsakis,lqd | bors | -154/+243 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -37/+184 |
| 2021-07-11 | rustc_span: Reorder some `ExpnData` fields in accordance with comments | Vadim Petrochenkov | -26/+25 |
| 2021-07-11 | rustc_expand: Simplify span quoting in proc macro server | Vadim Petrochenkov | -26/+9 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -33/+18 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -81/+22 |
| 2021-07-10 | Auto merge of #86873 - nikic:opaque-ptrs, r=nagisa | bors | -74/+81 |
| 2021-07-10 | Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitor | bors | -76/+120 |
| 2021-07-11 | Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkov | Yuki Okushi | -1/+1 |