about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2016-12-20mk: Fix compile with makefilesAlex Crichton-4/+10
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+4
2016-12-20Rollup merge of #38289 - bluss:mir-verbose-test-fail, r=michaelwoeristerAlex Crichton-5/+19
2016-12-19Rollup merge of #38422 - zackmdavis:enjoy_tidy_path_error_macro_nicety, r=blussSeo Sanghyeon-1/+1
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-1/+1
2016-12-18Update commit hash in cargotestSeo Sanghyeon-1/+1
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+4
2016-12-16tidy features: use 2-parameter form of internal try macro for open errZack M. Davis-1/+1
2016-12-14libtest: add --list option to list tests and benchmarksJeremy Fitzhardinge-0/+1
2016-12-14Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichtonbors-0/+7
2016-12-10Check the license of vendored depsBrian Anderson-0/+75
2016-12-10compiletest: A more verbose matching failure for mir testsUlrik Sverdrup-5/+19
2016-12-05libtest: add --exact to make filter matching exactJeremy Fitzhardinge-0/+7
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