about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-16Auto merge of #50696 - ehuss:cargo-update, r=alexcrichtonbors-4/+4
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
2018-05-16Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomezkennytm-2/+58
2018-05-16Rollup merge of #50656 - leodasvacas:fix-impl-trait-in-main-ret, r=nikomatsakiskennytm-7/+44
2018-05-16Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisakennytm-4/+44
2018-05-16Auto merge of #50045 - est31:label_break_value, r=eddybbors-54/+510
2018-05-16Update CargoEric Huss-4/+4
2018-05-16Address review commentsest31-12/+12
2018-05-16Add feature gate label_break_valueest31-10/+54
2018-05-16Test that label break value only works on actual blocksest31-0/+60
2018-05-16Add E0696 for continue pointing to a labeled blockest31-2/+81
2018-05-16Extend error E0695 to unlabeled continue statementsest31-9/+17
2018-05-16Add E0695 for unlabeled breaksest31-0/+87
2018-05-16Make the compiler support the label-break-value featureest31-13/+32
2018-05-16Add a file with test casesest31-0/+121
2018-05-16label-break-value: Parsing and AST/HIR changesest31-39/+77
2018-05-16Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichtonbors-210/+595
2018-05-16Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakisbors-65/+1084
2018-05-16Auto merge of #50795 - nrc:update, r=oli-obkbors-121/+69
2018-05-16fix a typo in signed-integer::from_str_radix()SHA Miao-1/+1
2018-05-16Auto merge of #50750 - est31:master, r=eddybbors-127/+48