| Age | Commit message (Expand) | Author | Lines |
| 2019-10-16 | move diagnostics.rs into parser/ | Mazdak Farrokhzad | -6/+7 |
| 2019-10-16 | syntax: extract parse_cfg_attr | Mazdak Farrokhzad | -21/+22 |
| 2019-10-16 | syntax: extract parse_derive_paths | Mazdak Farrokhzad | -19/+20 |
| 2019-10-16 | move parse::attr -> parse::parser::attr | Mazdak Farrokhzad | -1/+1 |
| 2019-10-16 | Fix read/write links hopefully! | Tim Hutt | -2/+4 |
| 2019-10-16 | Avoid unnecessary arena allocations in `expand_pattern()`. | Nicholas Nethercote | -4/+6 |
| 2019-10-16 | Don't recommend ONCE_INIT in std::sync::Once | boyned//Kampfkarren | -3/+2 |
| 2019-10-15 | Use subgraphs to render multiple MIR bodies | Dylan MacKenzie | -4/+20 |
| 2019-10-15 | Use `DefId` to create globally unique basic block labels | Dylan MacKenzie | -8/+20 |
| 2019-10-16 | Auto merge of #65450 - Manishearth:clippyup, r=Manishearth | bors | -11/+7 |
| 2019-10-15 | Don't print newline inside a node label | Dylan MacKenzie | -1/+1 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -16/+6 |
| 2019-10-16 | Change HashSet element type to `DefId` | Shotaro Yamada | -4/+2 |
| 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 #65438 - Centril:almost, r=varkor | Tyler Mandry | -19/+27 |
| 2019-10-15 | Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavis | Tyler Mandry | -21/+42 |
| 2019-10-15 | Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri... | Tyler Mandry | -0/+11 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -13/+30 |
| 2019-10-15 | Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakis | Tyler Mandry | -13/+31 |
| 2019-10-15 | Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew... | Tyler Mandry | -2/+62 |
| 2019-10-15 | Rollup merge of #65307 - Phosphorus15:master, r=varkor | Tyler Mandry | -4/+43 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-15 | Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar... | Tyler Mandry | -230/+275 |
| 2019-10-15 | Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkor | Tyler Mandry | -43/+191 |
| 2019-10-15 | Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram... | Tyler Mandry | -3/+31 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -154/+247 |
| 2019-10-15 | Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper | Tyler Mandry | -1/+81 |
| 2019-10-15 | Package non-rust objects | Jethro Beekman | -22/+46 |
| 2019-10-15 | Add rustc-dev to nightly default and complete profiles | Josh Stone | -0/+15 |
| 2019-10-15 | minimize the rust-std component | Josh Stone | -33/+112 |
| 2019-10-15 | Fix comparison after rebase | Esteban Küber | -1/+1 |
| 2019-10-15 | Simplify code | Esteban Küber | -5/+1 |
| 2019-10-15 | Do not suggest restriction on spans originating in macros | Esteban Küber | -17/+18 |
| 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 | -13/+1 |
| 2019-10-15 | Deduplicate some code and apply review comments | Esteban Küber | -125/+117 |
| 2019-10-15 | Suggest associated bound restrictions in `impl`s | Esteban Küber | -2/+95 |
| 2019-10-15 | Handle missing projection restriction | Esteban Küber | -25/+134 |
| 2019-10-15 | Update NLL tests | Esteban Küber | -4/+12 |
| 2019-10-15 | Consider trait aliases | Esteban Küber | -3/+7 |
| 2019-10-15 | Update some tests involving `Self` | Esteban Küber | -2/+51 |
| 2019-10-15 | Handle `Self` restriction needed | Esteban Küber | -37/+76 |
| 2019-10-15 | Handle more cases involving `impl` and `trait` | Esteban Küber | -78/+101 |
| 2019-10-15 | Handle more cases | Esteban Küber | -91/+134 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -68/+335 |
| 2019-10-15 | Update clippy | Manish Goregaokar | -11/+7 |
| 2019-10-15 | Add File::with_options | Tim Hutt | -2/+33 |
| 2019-10-15 | Remove some mentions of gensyms | Matthew Jasper | -3/+2 |
| 2019-10-15 | Remove gensyms | Matthew Jasper | -88/+9 |