about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-10-18Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrumkennytm-8/+3
2018-10-18Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakiskennytm-14/+6
2018-10-14Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrumbors-0/+3
2018-10-13boostrap: dist: if a file cannot be installed because it does not exist, prin...Matthias Krüger-0/+3
2018-10-13bootstrap: update clippy license locations which changed due to relicensing.Matthias Krüger-2/+4
2018-10-13Improve verify_llvm_ir config optionNikita Popov-8/+3
2018-10-12Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-...kennytm-1/+3
2018-10-10Run both lldb and gdb testsTom Tromey-14/+6
2018-10-10Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichtonbors-23/+27
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-23/+27
2018-10-04Fix #24840: make default for `optimize` independent of `debug` setting in `Ca...Felix S. Klock II-1/+3
2018-10-04Auto merge of #54638 - christianpoveda:master, r=kennytmbors-5/+18
2018-10-01Fix conditions to allow missing tools in CIChristian Poveda-1/+3
2018-10-01Rollup merge of #54708 - collin5:b49475, r=Mark-Simulacrumkennytm-0/+5
2018-10-01Rollup merge of #54681 - alexcrichton:san-names, r=kennytmkennytm-1/+1
2018-10-01allow use of ./x.py help <cmd> ...Collins Abitekaniza-0/+5
2018-09-29Rename sanitizer runtime libraries on OSXAlex Crichton-1/+1
2018-09-28Add enable-missing-tools optionChristian Poveda-5/+16
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
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