about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2017-07-20Add Builder and Step definitions.Mark Simulacrum-5/+29
2017-07-20Move rule configs out of stepMark Simulacrum-1/+0
2017-07-17Allow remote testing remotely when `TEST_DEVICE_ADDR` is setMátyás Mustoha-1/+2
2017-07-07Fix stage 2 builds with a custom libdir.Matthew Dawson-2/+8
2017-07-05rustbuild: Only -Zsave-analysis for libstdAlex Crichton-1/+3
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-1/+1
2017-07-04Move targets, hosts, and build triple into Build.Mark Simulacrum-1/+37
2017-07-04Store verbosity on BuildMark Simulacrum-4/+13
2017-07-04Store positive instead of negative fail_fast.Mark Simulacrum-1/+2
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-2/+0
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-24/+14
2017-07-04Update a few comments.Mark Simulacrum-8/+6
2017-07-04Clippy lintsMark Simulacrum-7/+7
2017-06-30rustbuild: set __CARGO_DEFAULT_LIB_METADATA to channelMarc-Antoine Perennou-1/+1
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-7/+10
2017-06-22Set CXX_<target> in bootstrapIan Douglas Scott-0/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-23/+0
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-0/+5
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-0/+5
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+3
2017-06-02rustbuild: Add `./x.py test --no-fail-fast`Josh Stone-1/+20
2017-06-02ci: Improve log output (mainly Travis).kennytm-1/+19
2017-05-22bootstrap: fix minor comment typos in lib.rsAnders Papitto-6/+6
2017-05-20Auto merge of #42069 - QuietMisdreavus:low_pri, r=alexchrichtonbors-3/+18
2017-05-18fix casting of PRIO_PGRPQuietMisdreavus-9/+1
2017-05-18Move submodule initialization to bootstrap.pyTatsuyuki Ishi-118/+1
2017-05-18Add metadata suffix, close rust-lang/cargo#4028Tatsuyuki Ishi-5/+23
2017-05-16Add an option to run rustbuild on low priorityJohn Kåre Alsaker-3/+26
2017-05-11rustbuild: Use `-Z force-unstable-if-unmarked`Alex Crichton-2/+5
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+3
2017-04-29Update stage0 bootstrap compilerAlex Crichton-3/+3
2017-04-29Auto merge of #41577 - Keruspe:master, r=alexcrichtonbors-0/+5
2017-04-27travis: Parallelize tests on AndroidAlex Crichton-0/+6
2017-04-27rustbuild: add rls_package_versMarc-Antoine Perennou-0/+5
2017-04-25Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturonbors-0/+13
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-0/+7
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-0/+13
2017-04-23FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW buildsTim Neumann-0/+7
2017-04-17Disable debuginfo when compiling toolsAlex Crichton-2/+7
2017-04-11Touch up rls integrationAlex Crichton-0/+3
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-1/+1
2017-04-10Reviewer changesNick Cameron-20/+6
2017-04-10Build an RLS package as part of the dist targetNick Cameron-0/+15
2017-04-03Loosen src_is_git to just check exists()Josh Stone-1/+1
2017-04-03Add a common Build::src_is_git flagJosh Stone-4/+4
2017-03-21rustbuild: Don't hardcode 'nightly' for CargoAlex Crichton-0/+5
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-2/+23
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-17Fix handlebars failure by using the `rustbuild` feature less indiscriminately.Nick Cameron-2/+23
2017-03-15Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors-1/+1