| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -169/+132 |
| 2020-04-27 | Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obk | bors | -55/+81 |
| 2020-04-27 | Auto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r=Dylan-DPC | bors | -118/+206 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -20/+3 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -25/+56 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -45/+98 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -14/+48 |
| 2020-04-27 | Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=Xanewok | Dylan DPC | -12/+0 |
| 2020-04-27 | Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay | Dylan DPC | -2/+1 |
| 2020-04-26 | Auto merge of #71468 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -10/+8 |
| 2020-04-26 | Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obk | Dylan DPC | -0/+139 |
| 2020-04-26 | Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJung | Dylan DPC | -1/+16 |
| 2020-04-26 | Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievink | Dylan DPC | -21/+13 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -117/+16 |
| 2020-04-26 | Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfackler | Dylan DPC | -0/+79 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -14/+48 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -25/+56 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -20/+3 |
| 2020-04-26 | Adjust style | Ralf Jung | -1/+1 |
| 2020-04-26 | Stabilize `Span::mixed_site` | Vadim Petrochenkov | -2/+1 |
| 2020-04-26 | Rename ArgumentSizeMismatch to ScalarSizeMismatch | Samrat Man Singh | -5/+5 |
| 2020-04-26 | Add success and fail tests for into_boxed_slice | Elichai Turkel | -0/+69 |
| 2020-04-26 | Add a function to turn Box<T> into Box<[T]> (into_boxed_slice) | Elichai Turkel | -0/+10 |
| 2020-04-26 | submodules: update clippy from 891e1a85 to b7c802b5 | Matthias Krüger | -10/+8 |
| 2020-04-26 | Rollup merge of #71575 - jplatte:patch-4, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-26 | Rollup merge of #71574 - jplatte:patch-2, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-04-26 | Rollup merge of #71571 - jplatte:patch-1, r=jonas-schievink | Dylan DPC | -5/+5 |
| 2020-04-26 | Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC | Dylan DPC | -14/+14 |
| 2020-04-26 | Rollup merge of #71490 - petrochenkov:passcheck2, r=davidtwco | Dylan DPC | -167/+225 |
| 2020-04-26 | check that `AsRef` and `AsMut` are inlined | Bastian Kauschke | -0/+139 |
| 2020-04-26 | Fix stable(since) attribute for BTreeMap::remove_entry | Jonas Platte | -1/+1 |
| 2020-04-26 | proc_macro: Fix since attributes for new Span methods | Jonas Platte | -2/+2 |
| 2020-04-26 | Fix since attribute for nonzero_bitor impl's | Jonas Platte | -5/+5 |
| 2020-04-26 | tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`s | Vadim Petrochenkov | -10/+4 |
| 2020-04-26 | rustc-book: Document `-C relocation-model` | Vadim Petrochenkov | -5/+41 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -36/+22 |
| 2020-04-26 | codegen_llvm: `RelocMode` -> `RelocModel` | Vadim Petrochenkov | -18/+18 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -108/+150 |
| 2020-04-26 | Auto merge of #71495 - Amanieu:update_stdarch, r=sfackler | bors | -0/+0 |
| 2020-04-26 | Auto merge of #71434 - pietroalbini:shrink-gha-config, r=Mark-Simulacrum | bors | -102/+37 |
| 2020-04-26 | [miri] Throw UB if target size and data size don't match | Samrat Man Singh | -1/+16 |
| 2020-04-26 | use defkind.descr in wrong namespace resolve failure | YI | -21/+24 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -14/+14 |
| 2020-04-26 | Rollup merge of #71554 - gizmondo:68922, r=jonas-schievink | Dylan DPC | -23/+31 |
| 2020-04-26 | Rollup merge of #71541 - wesleywiser:issue_26376, r=Dylan-DPC | Dylan DPC | -0/+25 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -35/+35 |
| 2020-04-26 | Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJung | Dylan DPC | -10/+44 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -239/+234 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -188/+314 |
| 2020-04-25 | Rollup merge of #71548 - crlf0710:cursor_bounds, r=Amanieu | Dylan DPC | -0/+12 |