about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-451/+31
2018-05-17Turn some functions from `token.rs` into methods on `Ident`Vadim Petrochenkov-67/+80
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-65/+107
2018-05-17Keep crate edition in metadataVadim Petrochenkov-1/+18
2018-05-17Add testsVadim Petrochenkov-0/+1080
2018-05-17Add two keywords specific to editions 2015 and 2018 respectivelyVadim Petrochenkov-9/+18
2018-05-17Add edition to expansion infoVadim Petrochenkov-8/+43
2018-05-17Move definition of `Edition` from libsyntax to libsyntax_posVadim Petrochenkov-2/+3
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-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-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