about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2019-01-05Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccachePetr Hosek-8/+6
2019-01-02Don't package up libLLVM.so with libstdAlex Crichton-4/+12
2019-01-02bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-51/+13
2018-12-28Update cargo, rls, miriEric Huss-8/+1
2018-12-25Remove licensesMark Rousskov-299/+0
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-13/+51
2018-12-24Auto merge of #56836 - alexcrichton:std-backtrace-sys, r=Mark-Simulacrumbors-1/+0
2018-12-24x.py: fixup 6130fc884bc1dff9bb835894a7bb2042c110b011Matthias Krüger-1/+1
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-1/+0
2018-12-24Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoeristerMazdak Farrokhzad-51/+13
2018-12-23Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrumkennytm-2/+2
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-1/+6
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-51/+13
2018-12-17Add --progress to git submodule commandsClar Fon-2/+2
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-2/+2
2018-12-15Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrumbors-97/+99
2018-12-15Rollup merge of #56792 - phansch:add_compiletest_testsuite, r=alexcrichtonPietro Albini-0/+40
2018-12-14Bootstrap: Add testsuite for compiletest toolPhilipp Hansch-0/+40
2018-12-14std: Activate compiler_builtins `mem` feature for no_std targetsAlex Crichton-1/+3
2018-12-14Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrumbors-1/+1
2018-12-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-1/+6
2018-12-13Auto merge of #56090 - nnethercote:filesearch, r=eddybbors-0/+5
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-12Remove some env vars for rustdoc invocations.Nicholas Nethercote-0/+5
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-23/+10
2018-12-10bootstrap: fix editionljedrz-97/+99
2018-12-09Remove compile-fail-fulldeps test suiteVadim Petrochenkov-7/+0
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-2/+2
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-16/+16
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-16/+16
2018-12-07use top level `fs` functions where appropriateAndy Russell-52/+33
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+1
2018-12-06Rollup merge of #56441 - ollie27:rustbuild_compiler_docs, r=alexcrichtonPietro Albini-6/+11
2018-12-04build the edition guideSteve Klabnik-1/+2
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-6/+6
2018-12-02rustbuild: Fix issues with compiler docsOliver Middleton-6/+11
2018-12-01remove some uses of try!Mark Mansi-6/+6
2018-11-30ci: Only run compare-mode tests on one builderAlex Crichton-1/+10
2018-11-30Add the edition guide to doc.rust-lang.orgSteve Klabnik-0/+1
2018-11-30bootstrap: provide host `rust_test_helpers` to compiletest, not just target.Eduard-Mihai Burtescu-1/+7
2018-11-30bootstrap: don't use libraries from MUSL_ROOT on non-musl targets.Eduard-Mihai Burtescu-4/+6
2018-11-30bootstrap: ensure that `libproc_macro` is available on the host for tests eve...Eduard-Mihai Burtescu-0/+3
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-7/+0
2018-11-29Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=TimNNGuillaume Gomez-2/+2
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-19/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-7/+30
2018-11-21Auto merge of #56134 - oli-obk:clippy_documentation, r=nrcbors-0/+2
2018-11-21Forward rust version number to toolsOliver Scherer-0/+2
2018-11-20fix rustbuild to build all the booksSteve Klabnik-11/+15
2018-11-18Rollup merge of #55867 - RalfJung:dont-panic, r=Mark-SimulacrumPietro Albini-2/+2