about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-17Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakisMark Simulacrum-92/+132
2018-05-17Rollup merge of #50806 - oli-obk:gesundheit, r=ehussMark Simulacrum-70/+161
2018-05-17Rollup merge of #50791 - bstrie:null, r=QuietMisdreavusMark Simulacrum-3/+3
2018-05-17Rollup merge of #50790 - bstrie:grammar, r=steveklabnikMark Simulacrum-11/+6
2018-05-17Rollup merge of #50649 - nnethercote:tweak-nearest_common_ancestor, r=nikomat...Mark Simulacrum-59/+19
2018-05-17Rollup merge of #50610 - estebank:fmt-str, r=KimundiMark Simulacrum-21/+132
2018-05-17Rollup merge of #50553 - clarcharr:option_xor, r=sfacklerMark Simulacrum-0/+36
2018-05-17Rollup merge of #50387 - phansch:remove_leftover_tab, r=alexcrichtonMark Simulacrum-4/+4
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-1521/+442
2018-05-17Remove MAKEFLAGS to prevent accidental inheritanceMark Simulacrum-5/+4
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-2/+2
2018-05-17Rename rustdoc to use underscoresMark Simulacrum-2/+2
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1512/+434
2018-05-17Update docs and diagnosticsOliver Schneider-12/+6
2018-05-17`bless` also produces `.nll` files nowOliver Schneider-1/+56
2018-05-17Fix selftestsOliver Schneider-0/+1
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-22/+11
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-59/+111
2018-05-17Rename trans to codegen everywhere.Irina Popa-1548/+1547
2018-05-17Auto merge of #50400 - ehuss:compiletest-revisions, r=alexcrichtonbors-390/+473
2018-05-16Fix running multiple targets.Eric Huss-3/+4
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-168/+234
2018-05-16compiletest: rustfmtEric Huss-232/+247
2018-05-17Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obkbors-47/+287
2018-05-17Auto merge of #50807 - kennytm:rollup, r=kennytmbors-360/+588
2018-05-17Avoid allocations in `opt_normalize_projection_type`.Nicholas Nethercote-91/+108
2018-05-16Auto merge of #50696 - ehuss:cargo-update, r=alexcrichtonbors-4/+4
2018-05-17Avoid repeated HashMap lookups in `opt_normalize_projection_type`.Nicholas Nethercote-1/+24
2018-05-17Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichtonkennytm-0/+95
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-150/+18
2018-05-17Rollup merge of #50793 - jrlusby:master, r=petrochenkovkennytm-77/+550
2018-05-17Rollup merge of #50797 - shamiao:patch-1, r=kennytmkennytm-1/+1
2018-05-17Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichtonkennytm-1/+9
2018-05-17Rollup merge of #50788 - varkor:missing-const-cast, r=cramertjkennytm-1/+31
2018-05-17Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichtonkennytm-6/+6
2018-05-17Rollup merge of #50779 - nox:untracked-options, r=rkruppekennytm-2/+2
2018-05-17Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=f...kennytm-3/+146
2018-05-17Rollup merge of #50740 - nnethercote:rm-LazyBTreeMap, r=cramertjkennytm-123/+12
2018-05-17Rollup merge of #50736 - udoprog:env-try-op, r=shepmasterkennytm-12/+21
2018-05-17Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomezkennytm-7/+42
2018-05-17Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichtonkennytm-18/+19
2018-05-16Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obkbors-56/+88
2018-05-16Remove empty file introduced by rebaseJane Lusby-0/+0
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-16tidy: Add a check for empty UI test filesJane Lusby-23/+40
2018-05-16Auto merge of #49479 - nox:merge-funcs, r=nagisabors-2/+3
2018-05-16Stabilize num::NonZeroU*Simon Sapin-21/+8
2018-05-16Remove unstable deprecated num::NonZeroI* typesSimon Sapin-21/+2
2018-05-16Make core::nonzero privateSimon Sapin-110/+10