summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-02-11Add Solaris as recognized ostypeShawn Walker-Salas-0/+15
2017-02-11Change test for being on nixos againAndrew Cann-1/+1
2017-02-11Change test for being on NixOSAndrew Cann-1/+1
2017-02-09Merge branch 'master' of git://github.com/rust-lang/rustMarc-Antoine Perennou-74/+203
2017-02-08Rollup merge of #39598 - alexcrichton:cargo-branch, r=brsonCorey Farwell-3/+1
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-1/+24
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-15/+15
2017-02-08sanitizer supportJorge Aparicio-2/+25
2017-02-08Rollup merge of #39622 - alexcrichton:clean-dist, r=brsonCorey Farwell-0/+1
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-28/+17
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-42/+160
2017-02-07rustbuild: Clean build/dist on `make clean`Alex Crichton-0/+1
2017-02-06Fix branch name Cargo's downloaded fromAlex Crichton-3/+1
2017-02-06rustbuild: add verbose to config.toml.exampleMarc-Antoine Perennou-0/+3
2017-02-06rustbuild: support setting verbosity in config.tomlMarc-Antoine Perennou-0/+2
2017-02-06rustbuild: Fix a few locations with makefiles goneAlex Crichton-28/+17
2017-02-06Fix for bootstrapping on NixOSAndrew Cann-1/+56
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+2
2017-02-05Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichtonCorey Farwell-2/+2
2017-02-05Rollup merge of #39478 - alexcrichton:add-xpy, r=japaricCorey Farwell-1/+2
2017-02-05Rollup merge of #39471 - djc:bootstrap-user, r=alexcrichtonCorey Farwell-3/+3
2017-02-04README path correctionking6cong-2/+2
2017-02-03`aarch64` CPU type is called `arm64` on FreeBSDJean-Sébastien Pédron-0/+2
2017-02-02rustbuild: Add x.py to source tarballsAlex Crichton-1/+2
2017-02-02Fix typo in bootstrap.py info messageDirkjan Ochtman-1/+1
2017-02-02Guard against USER not existing in the environmentDirkjan Ochtman-1/+1
2017-02-02Don't check for sudo environment if vendored sources are already configuredDirkjan Ochtman-1/+1
2017-02-02Fixup crate versionsVadim Petrochenkov-1/+1
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-58/+9
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-2/+8
2017-01-30Auto merge of #39368 - alexcrichton:fix-upload-dirs, r=aturonbors-1/+3
2017-01-30travis: Tweak artifact uploadsAlex Crichton-1/+3
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-42/+160
2017-01-29Bootstrap: append libjemalloc_pic.aTatsuyuki Ishi-1/+1
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-1/+91
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-8/+415
2017-01-21Auto merge of #39206 - MJDSys:fix_rustbuild_libdir, r=alexcrichtonbors-2/+12
2017-01-21Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichtonbors-1/+10
2017-01-20More test fixes from rollupAlex Crichton-1/+5
2017-01-20Fix rustbuild to work with --libdir.Matthew Dawson-2/+12
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-1/+1
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+1
2017-01-16travis: Expand the `cross` linux imageAlex Crichton-4/+12
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-1/+10
2017-01-15Auto merge of #39052 - alexcrichton:fix-rebuild, r=brsonbors-4/+10
2017-01-15Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturonbors-1/+13
2017-01-13rustbuild: Skip the build_helper crate in testsAlex Crichton-4/+10
2017-01-12rustbuild: Actually don't build stage0 target rustcAlex Crichton-1/+13
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-26/+46
2017-01-12Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brsonbors-24/+65