| Age | Commit message (Expand) | Author | Lines |
| 2020-04-02 | Rollup merge of #70678 - lzutao:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r... | Mazdak Farrokhzad | -57/+86 |
| 2020-04-02 | Rollup merge of #70634 - Centril:import-directly, r=Mark-Simulacrum | Mazdak Farrokhzad | -468/+414 |
| 2020-04-02 | Rollup merge of #70631 - ehuss:update-cargo, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2020-04-02 | Rollup merge of #70615 - Lezzz:rename-tables, r=oli-obk | Mazdak Farrokhzad | -117/+117 |
| 2020-04-02 | Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebank | Mazdak Farrokhzad | -23/+215 |
| 2020-04-02 | Rollup merge of #70281 - xfix:infallible-hash, r=dtolnay | Mazdak Farrokhzad | -0/+8 |
| 2020-04-02 | Improve docs in `AllocRef` | Tim Diekmann | -5/+7 |
| 2020-04-02 | Remove unused discriminant reads from MIR bodies | Wesley Wiser | -20/+71 |
| 2020-04-02 | fix fulldeps test fallout | Mazdak Farrokhzad | -2/+4 |
| 2020-04-02 | nix CachingSourceMapView reexport | Mazdak Farrokhzad | -1/+0 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -52/+48 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -44/+29 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -369/+333 |
| 2020-04-02 | add `STILL_FURTHER_SPECIALIZABLE` flag | David Wood | -57/+86 |
| 2020-04-02 | Auto merge of #70628 - pietroalbini:gha-multiple-tries, r=Mark-Simulacrum | bors | -3/+4 |
| 2020-04-02 | Improve docs for option_option | Simon Farnsworth | -2/+20 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -585/+229 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -18/+121 |
| 2020-04-02 | Writing tests | Kevin Per | -0/+53 |
| 2020-04-02 | Check if the suggestion's `this block is empty...` span is in the last proper... | Kevin Per | -4/+19 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -1619/+1445 |
| 2020-04-02 | Handle unterminated raw strings with no #s properly | Russell Cohen | -1/+49 |
| 2020-04-02 | Use Self over specific type in return position | Lzu Tao | -7/+7 |
| 2020-04-02 | Auto merge of #70667 - flip1995:clippyup, r=Manishearth | bors | -7/+9 |
| 2020-04-02 | Auto merge of #5349 - jpospychala:useless_rc, r=Manishearth | bors | -8/+259 |
| 2020-04-02 | Use unrolled loop | lzutao | -9/+43 |
| 2020-04-02 | use of wmemchr for faster searching in [u16] | Lzu Tao | -2/+12 |
| 2020-04-02 | Add missing markdown rust annotation | lzutao | -2/+2 |
| 2020-04-01 | Remove duplicated code in trait selection | Esteban Küber | -298/+81 |
| 2020-04-02 | useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> | Jacek Pospychala | -8/+259 |
| 2020-04-01 | Auto merge of #5402 - pmk21:allow-let-underscore-must-use, r=flip1995 | bors | -7/+9 |
| 2020-04-01 | Auto merge of #5401 - dtolnay:option, r=Manishearth | bors | -14/+19 |
| 2020-04-01 | Auto merge of #70672 - Dylan-DPC:rollup-cco9bbd, r=Dylan-DPC | bors | -363/+411 |
| 2020-04-01 | Rollup merge of #70662 - eddyb:compiletest-stdout-fix, r=Mark-Simulacrum | Dylan DPC | -8/+4 |
| 2020-04-01 | Rollup merge of #70649 - GuillaumeGomez:cleanup-e0468, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-01 | Rollup merge of #70626 - pietroalbini:remove-webrender-cargotest, r=Mark-Simu... | Dylan DPC | -7/+0 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -64/+64 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -161/+192 |
| 2020-04-01 | Rollup merge of #70535 - jonas-schievink:graph-refactor, r=nikomatsakis | Dylan DPC | -121/+149 |
| 2020-04-01 | In Thread::new, add a comment that a panic could cause a memory leak. | Vytautas Astrauskas | -5/+14 |
| 2020-04-02 | Allow let_underscore | pmk21 | -7/+6 |
| 2020-04-01 | Update option_option ui test | David Tolnay | -10/+16 |
| 2020-04-02 | Test for ignoring let_underscore_must_use | pmk21 | -0/+3 |
| 2020-04-01 | Update Clippy | flip1995 | -7/+9 |
| 2020-04-01 | Downgrade option_option to pedantic | David Tolnay | -4/+3 |
| 2020-04-01 | Auto merge of #5400 - flip1995:rustup, r=Manishearth | bors | -17/+17 |
| 2020-04-01 | Fix dogfood fallout | flip1995 | -1/+1 |
| 2020-04-01 | Rustup to rust-lang/rust#70632 | flip1995 | -13/+13 |
| 2020-04-01 | Rustup to rust-lang/rust#70081 | flip1995 | -2/+2 |