summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-05Move tests, re-export items from core::ascii1011X-829/+353
2018-03-05Add ena to whitelistWho? Me?!-0/+1
2018-03-05Uncomment whitelistWho? Me?!-34/+34
2018-03-05Do check the deps of path depsMark Mansi-32/+44
2018-03-05enable whitelistMark Mansi-23/+23
2018-03-05Don't check in-tree depsMark Mansi-39/+12
2018-03-05different versions may have different depsMark Mansi-66/+84
2018-03-05Add a few missing depsMark Mansi-0/+3
2018-03-05Remove spurious whitespaceMark Mansi-54/+54
2018-03-05uncomment whitelistMark Mansi-55/+55
2018-03-05Fix alexcrichton's commentsMark Mansi-95/+77
2018-03-05Only check the whitelist for some cratesMark Mansi-340/+147
2018-03-05Get the path to cargo from rustbuildMark Mansi-7/+10
2018-03-05Trying to get paths right...Mark Mansi-1/+310
2018-03-05MAKE IT FAILgit statusgit statusMark Mansi-20/+53
2018-03-05CommentsMark Mansi-1/+2
2018-03-05Start adding a whitelist for rustc dependenciesMark Mansi-9/+82
2018-03-05Run rustfmt on tidy/src/deps.rsMark Mansi-14/+15
2018-03-05while let all the thingsleonardo.yvens-50/+20
2018-03-05Remove a couple of `isize` references from hashmap docsTobias Bucher-29/+29
2018-03-06Implement FromStr for PathBuftopecongiro-0/+27
2018-03-05Fix spelling error for `whitespaces`.Songbird0-1/+1
2018-03-05Fix some merge fallout.Michael Woerister-1/+1
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1
2018-03-05incr.comp.: Add regression test for detecting feature gate changes.Michael Woerister-0/+23
2018-03-05Turn features() into a query.Michael Woerister-140/+207
2018-03-05Update issue-48276 test to new stderr formatbobtwinkles-4/+5
2018-03-05Fix #48276bobtwinkles-0/+74
2018-03-05Modify wording and remove useless whitespaces.Songbird0-3/+3
2018-03-04Fix doc example, and change fn annotation to stable1011X-4/+3
2018-03-04Fix doc example1011X-0/+1
2018-03-04Auto merge of #48736 - alexcrichton:fix-rust-src, r=3bors-0/+1
2018-03-04Tidy error: add a new lineSongbird0-1/+2
2018-03-04Add a potential cause raising `ParseIntError`.Songbird0-0/+6
2018-03-04Include stdsimd in rust-src componentAlex Crichton-0/+1
2018-03-04Fix unintended rename and a doc example1011X-1/+3
2018-03-04Declare `ascii` module in libcore/lib.rs1011X-0/+1
2018-03-04Merge branch 'master' of github.com:1011X/rust1011X-1080/+828
2018-03-04Added `ascii` module to core1011X-0/+499
2018-03-04Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakisbors-563/+787
2018-03-04Fixed #48425Pramod Bisht-11/+11
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-11/+0
2018-03-04Add note for unterminated raw string errorGuillaume Gomez-8/+47
2018-03-04Auto merge of #47832 - fintelia:vec-index, r=kennytmbors-134/+19
2018-03-04Refactor contrived match.leonardo.yvens-13/+6
2018-03-04Auto merge of #48587 - Zoxc:transitive-relation, r=nikomatsakisbors-10/+10
2018-03-04Auto merge of #48630 - alexcrichton:more-sccache, r=kennytmbors-5/+28
2018-03-03rustc: Tweak default linker selectionAlex Crichton-118/+83
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-730/+394
2018-03-03Move process::ExitCode internals to sysScott McMurray-24/+72