| Age | Commit message (Expand) | Author | Lines |
| 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 | use new interface to create threads on HermitCore | Stefan Lankes | -10/+9 |
| 2020-04-26 | fmt | Ralf Jung | -6/+2 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -20/+3 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -59/+65 |
| 2020-04-26 | Adjust style | Ralf Jung | -1/+1 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -27/+53 |
| 2020-04-26 | Auto merge of #71579 - Dylan-DPC:rollup-h9om2g3, r=Dylan-DPC | bors | -189/+247 |
| 2020-04-26 | Stabilize `Span::mixed_site` | Vadim Petrochenkov | -2/+1 |
| 2020-04-26 | Updated lint info in lib.rs | CrazyRoka | -2/+2 |
| 2020-04-26 | Small lint update | CrazyRoka | -32/+33 |
| 2020-04-26 | Auto merge of #5534 - phansch:remove-util-dev, r=flip1995 | bors | -7/+0 |
| 2020-04-26 | Rename ArgumentSizeMismatch to ScalarSizeMismatch | Samrat Man Singh | -5/+5 |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -48/+51 |
| 2020-04-26 | remove obsolete comment | Tshepang Lekhonkhobe | -7/+0 |
| 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 | Auto merge of #5509 - phansch:more-diagnostic-items2, r=matthiaskrgr | bors | -58/+64 |
| 2020-04-26 | Fix cargo crash | Philipp Hansch | -4/+3 |
| 2020-04-26 | Remove util/dev script | Philipp Hansch | -7/+0 |
| 2020-04-26 | Suppress file length check temporarily | Steven Fackler | -0/+1 |
| 2020-04-26 | cargo dev fmt | Philipp Hansch | -20/+22 |
| 2020-04-26 | More diagnostic items | Philipp Hansch | -52/+57 |
| 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 | linkchecker: fix typo in main.rs | Ujjwal Sharma | -1/+1 |
| 2020-04-26 | Auto merge of #5533 - phansch:rustup001, r=matthiaskrgr | bors | -1/+3 |
| 2020-04-26 | Fix stragglers | Steven Fackler | -9/+9 |
| 2020-04-26 | Update name | Steven Fackler | -158/+158 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+556 |
| 2020-04-26 | Update backtrace-sys crate to 0.1.36 | Tomasz Miąsko | -2/+2 |
| 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 | test iterator chain type length blowup | Bastian Kauschke | -0/+31 |
| 2020-04-26 | Use Cell::take in a couple places | ThinkChaos | -4/+4 |
| 2020-04-26 | Add `RefCell::take` | ThinkChaos | -0/+21 |
| 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 |