| Age | Commit message (Expand) | Author | Lines |
| 2019-10-17 | Inline and remove `iterate_until_fixed_point()`. | Nicholas Nethercote | -39/+28 |
| 2019-10-16 | Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakis | bors | -60/+72 |
| 2019-10-17 | Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`. | Nicholas Nethercote | -5/+18 |
| 2019-10-16 | Deduplicate code for formatting `RangeEnd` | Esteban Küber | -0/+9 |
| 2019-10-16 | Move overlapping patterns to its own lint | Esteban Küber | -0/+7 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -0/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -13/+14 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -2/+1 |
| 2019-10-15 | Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-Simulacrum | Tyler Mandry | -0/+7 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -0/+3 |
| 2019-10-15 | Rollup merge of #65307 - Phosphorus15:master, r=varkor | Tyler Mandry | -4/+8 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2019-10-15 | Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper | Tyler Mandry | -1/+7 |
| 2019-10-15 | Fix comparison after rebase | Esteban Küber | -1/+1 |
| 2019-10-15 | Do not suggest restriction on spans originating in macros | Esteban Küber | -14/+17 |
| 2019-10-15 | review comments | Esteban Küber | -59/+51 |
| 2019-10-15 | Remove trailing whitespace | Esteban Küber | -1/+1 |
| 2019-10-15 | Remove useless `help` | Esteban Küber | -10/+1 |
| 2019-10-15 | Deduplicate some code and apply review comments | Esteban Küber | -102/+93 |
| 2019-10-15 | Suggest associated bound restrictions in `impl`s | Esteban Küber | -0/+24 |
| 2019-10-15 | Handle missing projection restriction | Esteban Küber | -9/+40 |
| 2019-10-15 | Consider trait aliases | Esteban Küber | -0/+3 |
| 2019-10-15 | Handle `Self` restriction needed | Esteban Küber | -0/+28 |
| 2019-10-15 | Handle more cases involving `impl` and `trait` | Esteban Küber | -67/+80 |
| 2019-10-15 | Handle more cases | Esteban Küber | -1/+10 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -2/+95 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -1/+1 |
| 2019-10-15 | Implement AsRef<[T]> for List<T> | Santiago Pastorino | -0/+7 |
| 2019-10-15 | Avoid unused lifetime warning for lifetimes introduced when desugering async. | Giles Cope | -1/+7 |
| 2019-10-15 | Slides path lifetime to the lifetime resolver | phosphorus | -4/+8 |
| 2019-10-15 | Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkov | Mazdak Farrokhzad | -7/+8 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -7/+8 |
| 2019-10-15 | Stabilize proc macros generating `macro_rules` items | Vadim Petrochenkov | -1/+1 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -1/+2 |
| 2019-10-14 | Rollup merge of #65260 - nnethercote:optimize-LexicalResolve-expansion, r=nik... | Tyler Mandry | -10/+16 |
| 2019-10-14 | Rollup merge of #65170 - petrochenkov:cload, r=eddyb | Tyler Mandry | -4/+14 |
| 2019-10-14 | Only expand types that contain projections | Tyler Mandry | -1/+3 |
| 2019-10-14 | Add expanded type cache to OpaqueTypeExpander | Tyler Mandry | -3/+14 |
| 2019-10-14 | Use more fine grained locks for the dep graph | John Kåre Alsaker | -60/+72 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -9/+7 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -4/+8 |
| 2019-10-14 | rustc_metadata: Use `CrateSource` where appropriate | Vadim Petrochenkov | -0/+6 |
| 2019-10-14 | Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centril | bors | -190/+331 |
| 2019-10-14 | Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+12 |
| 2019-10-14 | Rollup merge of #65379 - Centril:refactor-bso_and_cc, r=petrochenkov | Mazdak Farrokhzad | -183/+296 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+2 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-10-14 | Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+18 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+2 |