about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2017-07-13Reduce the usage of features in compiletest and libtestOliver Schneider-2/+1
2017-07-11update crate dependenciessteveklabnik-2/+2
2017-07-11compiletest: Support custom normalization rules.kennytm-6/+65
2017-07-11compiletest: Refactor: Move the `ignore-{}` logic into its own method.kennytm-30/+34
2017-07-10Update rls to pull rustfmt with libsyntax changesVadim Petrochenkov-0/+0
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-0/+1
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-95/+81
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-0/+1
2017-07-02Update cargoest31-0/+0
2017-07-01Auto merge of #42977 - Keruspe:master, r=alexcrichtonbors-0/+0
2017-07-01Auto merge of #42896 - llogiq:clippy_compiletest, r=alexcrichtonbors-94/+79
2017-06-30Rollup merge of #42911 - nrc:rls-update, r=brsonGuillaume Gomez-0/+0
2017-06-30update cargo submoduleMarc-Antoine Perennou-0/+0
2017-06-29fix a stray semicolonAndre Bogus-1/+1
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-0/+1
2017-06-28Update RLS submoduleNick Cameron-0/+0
2017-06-27address tidy error & commentAndre Bogus-4/+3
2017-06-26Rollup merge of #42917 - kennytm:gdb-fatal-proc-rec, r=Mark-SimulacrumCorey Farwell-1/+1
2017-06-27compiletest: show details if GDB failed to execute.kennytm-1/+1
2017-06-26Update CargoMark Simulacrum-0/+0
2017-06-26Fix a semantic merge conflictAlex Crichton-1/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-9/+1
2017-06-25fixed some clippy warnings in compiletestAndre Bogus-93/+79
2017-06-24Auto merge of #42784 - tlively:wasm-bot, r=alexcrichtonbors-1/+0
2017-06-24Auto merge of #42541 - gilescope:patch-1, r=alexcrichtonbors-0/+0
2017-06-24add `allow_fail` test attributePaul Woolcock-0/+1
2017-06-23Added a tidy check to disallow "```ignore" and "```rust,ignore".kennytm-0/+15
2017-06-22Add target option for linker environment variablesThomas Lively-8/+2
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively-3/+8
2017-06-22Updating cargo to latestGiles Cope-0/+0
2017-06-21Rollup merge of #42766 - nrc:versions, r=nagisaCorey Farwell-0/+0
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-52/+52
2017-06-20Remove the in-tree `flate` crateAlex Crichton-3/+0
2017-06-20Update RLS submodNick Cameron-0/+0
2017-06-20Updating cargo to include #4181.Giles Cope-0/+0
2017-06-19Auto merge of #42722 - est31:master, r=Mark-Simulacrumbors-14/+14
2017-06-18Sort entries of SUMMARY.md alphabeticallyest31-14/+14
2017-06-17Update cargo/rls submodules and dependenciesAlex Crichton-0/+0
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-31/+67
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-129/+362
2017-06-16Auto merge of #42410 - nagisa:llvmup, r=sanxiynbors-0/+8
2017-06-15Add a no-system-llvm compilecheck headerSimonas Kazlauskas-0/+8
2017-06-13Merge crate `collections` into `alloc`Murarth-5/+5
2017-06-14Don't require that stubs exist for features in the unstable bookest31-17/+16
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-40/+250
2017-06-14Librarify tidyest31-72/+96
2017-06-13Update RLS againNick Cameron-0/+0
2017-06-07Make rustdoc.js use license comments.Clar Charr-1/+3
2017-06-07Update CargoAlex Crichton-0/+0
2017-06-04Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom...bors-32/+55