about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2016-11-30Update the bootstrap compilerAlex Crichton-8/+0
2016-11-17Improved error reporting when target sysroot is missing.Robert Vally-2/+12
2016-11-10compiletest: detect nodejs binary, allow overrideMark-Simulacrum-2/+5
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-85/+33
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-92/+199
2016-11-05ignore gdb check for androidTim Neumann-5/+6
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-2/+2
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-5/+4
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-1/+0
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-3/+3
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-1/+0
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-1/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-42/+42
2016-10-31detect gdb version & rust support in compiletestTim Neumann-76/+162
2016-10-31add gdb_native_rust config to compiletestTim Neumann-16/+36
2016-10-29Auto merge of #37378 - petrochenkov:nopat, r=eddybbors-1/+1
2016-10-29Update cargo sha for cargotestVadim Petrochenkov-1/+1
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-49/+64
2016-10-27tidy/bins: fix false positive on non checked-in binaryTamir Duberstein-13/+12
2016-10-19Rollup merge of #37182 - alexcrichton:appveyor, r=brsonEduard-Mihai Burtescu-0/+19
2016-10-17Rollup merge of #37177 - michaelwoerister:fix-check-stage1, r=petrochenkovGuillaume Gomez-0/+2
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-7/+5
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-0/+19
2016-10-14Fix make check-stage1 by conditionally activating question_mark feature for c...Michael Woerister-0/+2
2016-10-12Stabilise `?`Nick Cameron-5/+0
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-2/+2
2016-10-08Rollup merge of #37016 - alexcrichton:workspaces, r=japaricManish Goregaokar-158/+0
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-158/+0
2016-10-07Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfacklerbors-1/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-4/+6
2016-10-06std: Minor cleanup to libtestAlex Crichton-1/+1
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-1/+1
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-1/+1
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-1/+0
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-0/+233
2016-09-30Update bootstrap and compiletest to use the detected nodejsBrian Anderson-1/+5
2016-09-30Ignore all debuginfo tests on emscriptenBrian Anderson-1/+8
2016-09-30Preliminary wasm32 supportBrian Anderson-5/+5
2016-09-28Auto merge of #36604 - japaric:libtest-skip, r=alexcrichtonbors-0/+1
2016-09-27fix compiletestJorge Aparicio-0/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+1
2016-09-24Skip binary tidy check when on Windows Linux SubsystemMark-Simulacrum-0/+11
2016-09-23Auto merge of #36370 - michaelwoerister:incr-comp-metadata-hashes-check, r=ni...bors-34/+45
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-34/+45
2016-09-23Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomezbors-1/+1
2016-09-11Use question_mark feature in compiletest.Ahmed Charles-8/+8
2016-09-11Use question_mark feature in linkchecker.Ahmed Charles-4/+5
2016-09-09Add s390x supportUlrich Weigand-1/+1
2016-09-08Fix ICE test in compiletest fail-testsmcarton-1/+1
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-1/+26