| Age | Commit message (Expand) | Author | Lines |
| 2019-10-02 | Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul... | Mazdak Farrokhzad | -4/+4 |
| 2019-10-02 | Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis | Mazdak Farrokhzad | -30/+114 |
| 2019-10-02 | Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+58 |
| 2019-10-02 | Rollup merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=michaelwoerister | Mazdak Farrokhzad | -22/+18 |
| 2019-10-02 | Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=Centril | Mazdak Farrokhzad | -13/+161 |
| 2019-10-02 | Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions | Santiago Pastorino | -30/+114 |
| 2019-10-02 | Remove inline annotations from dep_node | Mark Rousskov | -22/+18 |
| 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 | Update books | Eric Huss | -0/+0 |
| 2019-10-02 | Auto merge of #64963 - Manishearth:clippyup, r=Manishearth | bors | -11/+18 |
| 2019-10-02 | Fully clear `HandlerInner` in `Handler::reset_err_count` | AnthonyMikh | -5/+8 |
| 2019-10-01 | Update clippy | Manish Goregaokar | -11/+18 |
| 2019-10-01 | Update example table to match current output | Dylan MacKenzie | -19/+19 |
| 2019-10-01 | Reset row background for each block | Dylan MacKenzie | -0/+1 |
| 2019-10-01 | Update rls submodule | Alex Crichton | -0/+0 |
| 2019-10-01 | Update `Cargo.lock` for cargo update | Alex Crichton | -0/+1 |
| 2019-10-01 | Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorino | Mazdak Farrokhzad | -47/+22 |
| 2019-10-01 | Rollup merge of #64943 - lzutao:doc-saturating, r=shepmaster | Mazdak Farrokhzad | -3/+6 |
| 2019-10-01 | Rollup merge of #64933 - sam09:master, r=estebank | Mazdak Farrokhzad | -7/+49 |
| 2019-10-01 | Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink | Mazdak Farrokhzad | -372/+266 |
| 2019-10-01 | Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov | Mazdak Farrokhzad | -569/+501 |
| 2019-10-01 | Rollup merge of #64820 - ssomers:master, r=bluss | Mazdak Farrokhzad | -93/+247 |
| 2019-10-01 | Rollup merge of #63416 - RalfJung:apfloat, r=eddyb | Mazdak Farrokhzad | -1/+2 |
| 2019-10-01 | change .node -> .kind after rebase | Alex Zatelepin | -1/+1 |
| 2019-10-01 | fix test after rebase | Alex Zatelepin | -4/+14 |
| 2019-10-01 | address review comments | Alex Zatelepin | -39/+37 |
| 2019-10-01 | add tests | Alex Zatelepin | -4/+108 |
| 2019-10-01 | fix spurious unreachable_code lints for try{} block ok-wrapping | Alex Zatelepin | -21/+57 |
| 2019-10-01 | fix typo | Alex Zatelepin | -1/+1 |
| 2019-10-01 | Fix clippy warnings | Yuki Okushi | -17/+16 |
| 2019-10-01 | regression test for 64453 borrow check error. | Felix S. Klock II | -0/+58 |
| 2019-10-01 | BTreeSet intersection, difference & is_subnet optimizations | Stein Somers | -93/+247 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -372/+266 |
| 2019-10-01 | Update cargo. | Michael Woerister | -0/+0 |
| 2019-10-01 | Change to use exprPrecedence instead of exprKind. | Sam Radhakrishnan | -9/+10 |
| 2019-10-01 | Improve sidebar styling to make its integration easier | Guillaume Gomez | -4/+4 |
| 2019-10-01 | Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril | Mazdak Farrokhzad | -153/+23 |
| 2019-10-01 | Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-clarity, r... | Mazdak Farrokhzad | -273/+239 |
| 2019-10-01 | Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkov | Mazdak Farrokhzad | -1/+43 |
| 2019-10-01 | Rollup merge of #64928 - JohnTitor:add-some-tests, r=Centril | Mazdak Farrokhzad | -0/+125 |