about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-02Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichtonbors-5/+4
2018-08-02Auto merge of #52890 - djrenren:test-visibility, r=petrochenkovbors-5/+100
2018-08-02Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichtonbors-1/+4
2018-08-02Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichtonbors-2/+137
2018-08-02Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichtonbors-212/+277
2018-08-02use the same length computation everywhereRalf Jung-21/+10
2018-08-02Introduce another way to compute the length, to fix position codegen regressionRalf Jung-8/+21
2018-08-02simplify len macro: No longer require the typeRalf Jung-12/+19
2018-08-02macro-inline len() and is_empty() to fix performance regressionsRalf Jung-20/+29
2018-08-02make the code for nth closer to what it used to beRalf Jung-3/+4
2018-08-02test nth betterRalf Jung-11/+37
2018-08-02use wrapping_offset; fix logic error in nthRalf Jung-10/+12
2018-08-02commentsRalf Jung-2/+3
2018-08-02slice iterators: ZST iterators no longer just "make up" addressesRalf Jung-211/+228
2018-08-01Auto merge of #52958 - pietroalbini:rollup, r=pietroalbinibors-210/+511
2018-08-01Rollup merge of #52954 - cramertj:async-parse, r=petrochenkovPietro Albini-0/+24
2018-08-01Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-SimulacrumPietro Albini-12/+5
2018-08-01Rollup merge of #52939 - ljedrz:fix_51746, r=kennytmPietro Albini-3/+16
2018-08-01Rollup merge of #52930 - eddyb:issue-52489, r=cramertjPietro Albini-0/+32
2018-08-01Rollup merge of #52926 - alexcrichton:trim-idioms-lints, r=oli-obkPietro Albini-12/+17
2018-08-01Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddybPietro Albini-5/+39
2018-08-01Rollup merge of #52908 - lnicola:vec-truncate-opt, r=alexcrichtonPietro Albini-6/+38
2018-08-01Rollup merge of #52899 - draganmladjenovic:ui_tests64, r=alexcrichtonPietro Albini-10/+14
2018-08-01Rollup merge of #52854 - RalfJung:memrchr, r=KimundiPietro Albini-10/+16
2018-08-01Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddybPietro Albini-23/+56
2018-08-01Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelixPietro Albini-0/+30
2018-08-01Rollup merge of #52809 - davidtwco:issue-49579, r=pnkfelixPietro Albini-0/+27
2018-08-01Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoeristerPietro Albini-129/+137
2018-08-01Rollup merge of #52793 - davidtwco:issue-49824, r=pnkfelixPietro Albini-0/+60
2018-08-01Use the correct allowJohn Renner-3/+3
2018-08-01Allow test imports to go unusedJohn Renner-1/+15
2018-08-01Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichtonbors-35/+50
2018-08-01async can begin expressionsTaylor Cramer-0/+24
2018-08-01Added test for #49824.David Wood-0/+60
2018-08-01rustc: Trim down the `rust_2018_idioms` lint groupAlex 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-01Split out growth functionality into BitVector typeMark Rousskov-98/+116
2018-08-01Switch syntax attribute tracking to BitVectorMark Rousskov-33/+23
2018-08-01Auto merge of #52474 - alexcrichton:better-lto-error, r=eddybbors-8/+77
2018-08-01Implement custom read_to_end for io::Takeljedrz-3/+16
2018-08-01Another SmallVec.extend optimizationAndre Bogus-12/+5
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-1722/+2101
2018-08-01Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alexcrichtonPietro Albini-0/+1
2018-08-01Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-...Pietro Albini-44/+86
2018-08-01Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichtonPietro Albini-1/+1
2018-08-01Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkovPietro Albini-351/+353