| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -11/+60 |
| 2021-09-12 | Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearth | bors | -432/+498 |
| 2021-09-12 | Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726 | Manish Goregaokar | -3/+69 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -344/+274 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -55/+58 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -30/+97 |
| 2021-09-12 | Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis | bors | -37/+40 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -83/+269 |
| 2021-09-11 | Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum | bors | -372/+266 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 2021-09-11 | Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726 | Jubilee | -5/+5 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -30/+26 |
| 2021-09-11 | Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebank | Jubilee | -0/+5 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -68/+52 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -35/+46 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+14 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -5/+5 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -0/+12 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+6 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -270/+230 |
| 2021-09-11 | Add comment pointing to test | Andrew Hickman | -0/+3 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -5/+5 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -30/+26 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -2/+7 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -55/+58 |
| 2021-09-10 | Add help for E0463 | Guillaume Gomez | -0/+5 |
| 2021-09-10 | Record call_site parent for macros. | Camille GILLOT | -3/+27 |
| 2021-09-10 | Remove some span tracking. | Camille GILLOT | -6/+6 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -3/+11 |
| 2021-09-10 | Add actual spans to the crate hash. | Camille GILLOT | -13/+13 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -3/+9 |
| 2021-09-10 | Rename decode to data_untracked. | Camille GILLOT | -7/+8 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -5/+40 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -16/+76 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -30/+70 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -11/+22 |
| 2021-09-10 | Rollup merge of #88732 - durin42:llvm-14-attrs-2, r=nikic | Manish Goregaokar | -25/+31 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -4/+13 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -9/+124 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -15/+32 |
| 2021-09-10 | Rollup merge of #87088 - FabianWolff:issue-87060, r=estebank | Manish Goregaokar | -2/+17 |
| 2021-09-10 | Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay | Manish Goregaokar | -0/+6 |
| 2021-09-09 | Fix two uses of `span_note` when the source is not available | Fabian Wolff | -2/+17 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -26/+76 |
| 2021-09-09 | Emit proper errors on missing closure braces | Sasha Pourcelot | -9/+124 |
| 2021-09-09 | Only add_implied_bounds for norm_ty if different | jackh726 | -3/+4 |
| 2021-09-09 | Use FxHashSet instead of Vec for well formed tys | jackh726 | -34/+36 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -4/+11 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -68/+52 |
| 2021-09-09 | bugfix | Andreas Liljeqvist | -1/+1 |