| Age | Commit message (Expand) | Author | Lines |
| 2020-04-02 | Miri engine: stronger type-based sanity check for assignments | Ralf Jung | -5/+17 |
| 2020-04-02 | stabilize BTreeMap::remove_entry | DutchGhost | -2/+1 |
| 2020-04-02 | unerase regions in `infer_placeholder_type` | Matthew Jasper | -4/+19 |
| 2020-04-02 | fix type in operands section | @ßd€łw@ħ@ß | -1/+1 |
| 2020-04-02 | Prefer sysroot from rustc in same directory as rust-gdb | Jeremy Fitzhardinge | -2/+18 |
| 2020-04-02 | Remove unused graphviz visualization | Dylan MacKenzie | -277/+0 |
| 2020-04-02 | Fix typo in u8::to_ascii_uppercase and u8::to_ascii_lowercase | Pocakking | -2/+2 |
| 2020-04-02 | Expand and remove try_something macro. | Alex Aktsipetrov | -13/+7 |
| 2020-04-02 | bootstrap: add `--json-output` for rust-analyzer | Niko Matsakis | -1/+10 |
| 2020-04-02 | Expand on platform details of `include_xxx` macros | Roberto Vidal | -5/+11 |
| 2020-04-02 | Remove unnecessary intermediate pointer cast in Thread::new. | Vytautas Astrauskas | -1/+1 |
| 2020-04-02 | Remove stack overflow handler stub for wasm. | Vytautas Astrauskas | -8/+0 |
| 2020-04-02 | Move #69020 test to ui/associated-const + rebless. | jumbatm | -90/+162 |
| 2020-04-02 | Extend #69020 test to include reversed order. | jumbatm | -0/+18 |
| 2020-04-02 | Rollup merge of #70681 - rcoh:russell/70677-raw-str-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+49 |
| 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 | -0/+1 |
| 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 | 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 | -0/+7 |
| 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 |