| Age | Commit message (Expand) | Author | Lines |
| 2019-10-02 | Use zipped iterators in clone_from for LinkedList | Charles Gleason | -2/+2 |
| 2019-10-02 | Replace mentions of IRC with Discord | BO41 | -3/+5 |
| 2019-10-02 | Update llvm-project submodule | Alex Crichton | -0/+0 |
| 2019-10-02 | WIP rebase for `shallow_resolve` call | Niko Matsakis | -1/+1 |
| 2019-10-02 | WIP tidy hir/lowering/expr.rs | Niko Matsakis | -4/+6 |
| 2019-10-02 | extract expected return type from `-> impl Future` obligation | Niko Matsakis | -3/+158 |
| 2019-10-02 | improved debug output | Niko Matsakis | -0/+6 |
| 2019-10-02 | thread down the body so we can check if this is an async fn body | Niko Matsakis | -3/+16 |
| 2019-10-02 | track the kind of async generator we are creating | Niko Matsakis | -15/+52 |
| 2019-10-02 | Filter out RLS output directories on tidy runs | Santiago Pastorino | -0/+3 |
| 2019-10-02 | Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions | Santiago Pastorino | -30/+114 |
| 2019-10-02 | rustc book: nitpick SLP vectorization | Robin Kruppe | -1/+1 |
| 2019-10-02 | Remove rustdoc warning | Guillaume Gomez | -1/+1 |
| 2019-10-02 | Fix rustdoc display with js disabled | Guillaume Gomez | -0/+8 |
| 2019-10-02 | BacktraceStatus: add Eq impl | Ben Boeckel | -1/+1 |
| 2019-10-02 | Remove inline annotations from dep_node | Mark Rousskov | -22/+18 |
| 2019-10-02 | [const-prop] Correctly handle locals that can't be propagated | Wesley Wiser | -29/+28 |
| 2019-10-02 | Do not collect to vec for debug output | Shotaro Yamada | -6/+2 |
| 2019-10-02 | Fix async/await ICE #64964 | Shotaro Yamada | -9/+41 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -18/+37 |
| 2019-10-02 | syntax: improve parameter without type suggestions | David Wood | -8/+93 |
| 2019-10-01 | Rollup merge of #64979 - ehuss:update-books, r=ehuss | Tyler Mandry | -0/+0 |
| 2019-10-01 | Rollup merge of #64978 - AnthonyMikh:librustc_errors/lib__fully_clear_inner_h... | Tyler Mandry | -5/+8 |
| 2019-10-01 | Rollup merge of #64974 - ecstatic-morse:generic-graphviz-zebra, r=petrochenkov | Tyler Mandry | -19/+20 |
| 2019-10-01 | Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichton | Tyler Mandry | -0/+1 |
| 2019-10-01 | Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb | Tyler Mandry | -17/+16 |
| 2019-10-01 | Rollup merge of #64885 - andjo403:iter, r=scottmcm | Tyler Mandry | -13/+14 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -268/+366 |
| 2019-10-01 | Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakis | Tyler Mandry | -126/+115 |
| 2019-10-01 | Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re... | Tyler Mandry | -18/+22 |
| 2019-10-01 | Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton | Tyler Mandry | -14/+27 |
| 2019-10-01 | Rollup merge of #64649 - estebank:returnator, r=varkor | Tyler Mandry | -3/+34 |
| 2019-10-01 | Add test exposing unsoundness in `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+52 |
| 2019-10-02 | Add missing 'bump' | Aaron Hill | -0/+1 |
| 2019-10-02 | Stabilize `slice::repeat` (feature `repeat_generic_slice`) | Lzu Tao | -6/+1 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -21/+302 |
| 2019-10-02 | typo fix in the code | Guanqun Lu | -1/+1 |
| 2019-10-01 | Add `rustc_peek` support for `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+33 |
| 2019-10-01 | Refactor `rustc_peek` | Dylan MacKenzie | -131/+153 |
| 2019-10-01 | Update books | Eric Huss | -0/+0 |
| 2019-10-02 | Auto merge of #64963 - Manishearth:clippyup, r=Manishearth | bors | -11/+18 |
| 2019-10-01 | Add comments, rename variable | Aaron Hill | -5/+40 |
| 2019-10-01 | Rename to `was_placeholder` to `from_forall` | Aaron Hill | -8/+18 |
| 2019-10-01 | Fixup tests | Aaron Hill | -4/+11 |
| 2019-10-02 | Fully clear `HandlerInner` in `Handler::reset_err_count` | AnthonyMikh | -5/+8 |
| 2019-10-02 | fix unit tests | Guanqun Lu | -4/+4 |
| 2019-10-02 | add FIXME and use 'span_label' | Guanqun Lu | -4/+4 |
| 2019-10-02 | comment fixes | Guanqun Lu | -13/+10 |
| 2019-10-02 | add test files | Guanqun Lu | -1/+49 |
| 2019-10-02 | remove 'as_str' when it's already a str type. | Guanqun Lu | -1/+15 |