about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-2/+33
2018-09-22Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-SimulacrumPietro Albini-42/+1
2018-09-21Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well.Felix S. Klock II-2/+3
2018-09-18rustbuild: drop color handlingMarc-Antoine Perennou-42/+1
2018-09-17Auto merge of #52036 - collin5:b50509-2, r=collin5bors-109/+90
2018-09-17refactor Builder::cargo, clean deps for cmd!=testCollins Abitekaniza-6/+2
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-12/+54
2018-09-12Add check build dependenciesMark Rousskov-6/+6
2018-09-12Do not print checking messages in dry run modeMark Rousskov-3/+3
2018-09-12remove struct CleanToolsCollins Abitekaniza-53/+22
2018-09-12nit: rearrange and make match exhaustiveCollins Abitekaniza-5/+8
2018-09-12clear_if_dirty with self.rustc(compiler) for Mode::RustcCollins Abitekaniza-0/+1
2018-09-12use stage 1 compiler only for stampsCollins Abitekaniza-8/+8
2018-09-12clear_if_dirty in Builder::cargo with passed modeCollins Abitekaniza-52/+64
2018-09-12Rollup merge of #54073 - behnam:docs-1, r=frewsxcvkennytm-9/+9
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-12/+54
2018-09-09merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/Eric Huss-0/+2
2018-09-08docs: Use dollar sign for all bash promptsBehnam Esfahbod-9/+9
2018-09-08Rollup merge of #54050 - GabrielMajeri:fix-build-with-nightly, r=alexcrichtonkennytm-1/+1
2018-09-08Rollup merge of #53987 - Keruspe:llvm-suffix, r=alexcrichtonkennytm-0/+7
2018-09-08Rollup merge of #53973 - tromey:prefer-rust-enabled-lldb, r=alexcrichtonkennytm-3/+4
2018-09-08Update `petgraph` dependency to 0.4.13Gabriel Majeri-1/+1
2018-09-07rustbuild: allow configuring llvm version suffixMarc-Antoine Perennou-0/+7
2018-09-07Have rust-lldb look for the rust-enabled lldbTom Tromey-3/+4
2018-09-07Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obkkennytm-2/+10
2018-09-07Rollup merge of #53967 - froydnj:cmake-python-executable, r=alexcrichtonkennytm-0/+4
2018-09-06Ship libLLVM.dylib on OSXAlex Crichton-2/+10
2018-09-05rustbuild: Tweak LLVM distribution layoutAlex Crichton-2/+4
2018-09-05propagate build.python into cmakeNathan Froyd-0/+4
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-0/+2
2018-09-01Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakisbors-0/+1
2018-08-31Update LLVM submoduleAlex Crichton-0/+1
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-0/+2
2018-08-31Auto merge of #53832 - pietroalbini:rollup, r=pietroalbinibors-3/+5
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-2/+2
2018-08-30Rollup merge of #53753 - RalfJung:keep-stage, r=nikomatsakisPietro Albini-1/+2
2018-08-30Rollup merge of #53740 - japaric:readobj, r=alexcrichtonPietro Albini-0/+1
2018-08-30rustbuild: Distribute libLLVM.so with rustcAlex Crichton-5/+7
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-2/+2
2018-08-29Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichtonbors-22/+124
2018-08-29bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.Michael Woerister-16/+46
2018-08-28sortJorge Aparicio-1/+1
2018-08-28expand keep-stage --help textRalf Jung-1/+2
2018-08-27add llvm-readobj to llvm-tools-previewJorge Aparicio-0/+1
2018-08-24Added rustc_codegen_llvm to compiler documentation.David Wood-1/+1
2018-08-20bootstrap: Never compiler llvm-emscripten with ThinLTO.Michael Woerister-1/+1
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-4/+58
2018-08-20bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUTMichael Woerister-2/+2
2018-08-20bootstrap: Allow to specify ranlib tool used when compiling C++ code.Michael Woerister-0/+18
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-3/+3