about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-11-01Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim...Pietro Albini-0/+1
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+1
2018-10-31bootstrap: bump cargo-vendor version to 0.1.19Pietro Albini-1/+1
2018-10-29don't forget to sync these flags with miriRalf Jung-0/+2
2018-10-29Emit Retag statements, kill Validate statementsRalf Jung-1/+6
2018-10-28Avoid directly catching BaseException in bootstrap configure scriptKonrad Borowski-1/+1
2018-10-27bootstrap: be more explicit on what we collect into. NFCMatthias Krüger-2/+2
2018-10-26Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obkkennytm-34/+33
2018-10-26Rollup merge of #55264 - michaelwoerister:single-cgu-std, r=simulacrumkennytm-5/+25
2018-10-26Rollup merge of #55378 - Keruspe:bootstrap-linker, r=petrochenkovkennytm-0/+3
2018-10-26Rollup merge of #55375 - upstreaming:configure_cmake-comment-typo-fixes, r=al...kennytm-2/+2
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-3/+3
2018-10-26Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichtonkennytm-1/+1
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-34/+33
2018-10-26Make configure.py handle numeric arguments for `--set` a little better.Michael Woerister-1/+12
2018-10-26bootstrap: Allow for build libstd to have its own codegen-unit setting.Michael Woerister-4/+13
2018-10-26rustbuild: use configured linker to build boostrapMarc-Antoine Perennou-0/+3
2018-10-26Typo fixes in configure_cmake commentsEddy Petrișor-2/+2
2018-10-26Remove redundant cloneShotaro Yamada-3/+3
2018-10-25rustbuild: fix remap-debuginfo when building a releaseMarc-Antoine Perennou-1/+1
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-23Add libproc_macro to rust-src distributionvlad20012-0/+1
2018-10-21Remove the parse-fail test suiteVadim Petrochenkov-7/+0
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-234/+35
2018-10-21Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez-6/+9
2018-10-21new version for bootstrapGuillaume Gomez-12/+17
2018-10-21Add index pageGuillaume Gomez-0/+1
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-2/+2
2018-10-19Derives often have very strict boundsOliver Scherer-1/+9
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-16/+4
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-2/+2
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