| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichton | bors | -5/+4 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -5/+100 |
| 2018-08-02 | Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton | bors | -1/+4 |
| 2018-08-02 | Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton | bors | -2/+137 |
| 2018-08-02 | Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton | bors | -212/+277 |
| 2018-08-02 | use the same length computation everywhere | Ralf Jung | -21/+10 |
| 2018-08-02 | Introduce another way to compute the length, to fix position codegen regression | Ralf Jung | -8/+21 |
| 2018-08-02 | simplify len macro: No longer require the type | Ralf Jung | -12/+19 |
| 2018-08-02 | macro-inline len() and is_empty() to fix performance regressions | Ralf Jung | -20/+29 |
| 2018-08-02 | make the code for nth closer to what it used to be | Ralf Jung | -3/+4 |
| 2018-08-02 | test nth better | Ralf Jung | -11/+37 |
| 2018-08-02 | use wrapping_offset; fix logic error in nth | Ralf Jung | -10/+12 |
| 2018-08-02 | comments | Ralf Jung | -2/+3 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -211/+228 |
| 2018-08-01 | Auto merge of #52958 - pietroalbini:rollup, r=pietroalbini | bors | -210/+511 |
| 2018-08-01 | Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov | Pietro Albini | -0/+24 |
| 2018-08-01 | Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-Simulacrum | Pietro Albini | -12/+5 |
| 2018-08-01 | Rollup merge of #52939 - ljedrz:fix_51746, r=kennytm | Pietro Albini | -3/+16 |
| 2018-08-01 | Rollup merge of #52930 - eddyb:issue-52489, r=cramertj | Pietro Albini | -0/+32 |
| 2018-08-01 | Rollup merge of #52926 - alexcrichton:trim-idioms-lints, r=oli-obk | Pietro Albini | -12/+17 |
| 2018-08-01 | Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb | Pietro Albini | -5/+39 |
| 2018-08-01 | Rollup merge of #52908 - lnicola:vec-truncate-opt, r=alexcrichton | Pietro Albini | -6/+38 |
| 2018-08-01 | Rollup merge of #52899 - draganmladjenovic:ui_tests64, r=alexcrichton | Pietro Albini | -10/+14 |
| 2018-08-01 | Rollup merge of #52854 - RalfJung:memrchr, r=Kimundi | Pietro Albini | -10/+16 |
| 2018-08-01 | Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb | Pietro Albini | -23/+56 |
| 2018-08-01 | Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelix | Pietro Albini | -0/+30 |
| 2018-08-01 | Rollup merge of #52809 - davidtwco:issue-49579, r=pnkfelix | Pietro Albini | -0/+27 |
| 2018-08-01 | Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoerister | Pietro Albini | -129/+137 |
| 2018-08-01 | Rollup merge of #52793 - davidtwco:issue-49824, r=pnkfelix | Pietro Albini | -0/+60 |
| 2018-08-01 | Use the correct allow | John Renner | -3/+3 |
| 2018-08-01 | Allow test imports to go unused | John Renner | -1/+15 |
| 2018-08-01 | Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton | bors | -35/+50 |
| 2018-08-01 | async can begin expressions | Taylor Cramer | -0/+24 |
| 2018-08-01 | Added test for #49824. | David Wood | -0/+60 |
| 2018-08-01 | rustc: Trim down the `rust_2018_idioms` lint group | Alex Crichton | -12/+17 |
| 2018-08-01 | [RISCV] Disable c extension and atomic_cas. | David Craven | -1/+2 |
| 2018-08-01 | [RISCV] Enable CI. | David Craven | -1/+3 |
| 2018-08-01 | [RISCV] Add built-in target riscv32imac-unknown-none-elf. | David Craven | -0/+53 |
| 2018-08-01 | [RISCV] Implement call abi. | David Craven | -0/+62 |
| 2018-08-01 | [RISCV] Enable LLVM backend. | David Craven | -1/+18 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -98/+116 |
| 2018-08-01 | Switch syntax attribute tracking to BitVector | Mark Rousskov | -33/+23 |
| 2018-08-01 | Auto merge of #52474 - alexcrichton:better-lto-error, r=eddyb | bors | -8/+77 |
| 2018-08-01 | Implement custom read_to_end for io::Take | ljedrz | -3/+16 |
| 2018-08-01 | Another SmallVec.extend optimization | Andre Bogus | -12/+5 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -1722/+2101 |
| 2018-08-01 | Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alexcrichton | Pietro Albini | -0/+1 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -44/+86 |
| 2018-08-01 | Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -351/+353 |