summaryrefslogtreecommitdiff
path: root/src/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* std: Delete the `alloc_system` crateAlex Crichton2018-11-111-1/+0
* Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors2018-11-101-1/+1
|\
| * Update llvm-emscriptenNikita Popov2018-11-041-1/+1
* | Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, ...kennytm2018-11-061-1/+1
|\ \
| * | This should have been part of PR #54811 (my bad).Felix S. Klock II2018-11-051-1/+1
| |/
* | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichtonbors2018-11-063-2/+6
|\ \ | |/ |/|
| * Use lld directly for Fuchsia targetPetr Hosek2018-11-053-2/+6
* | Move a few more tests into the appveyor-subset-2.kennytm2018-11-041-1/+6
* | Ensure --exclude is checked against PathSet::Suitekennytm2018-11-042-2/+37
* | Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebankbors2018-11-038-62/+9
|\ \
| * | Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton2018-11-022-2/+9
| * | Remove all jemalloc-related contentAlex Crichton2018-11-028-64/+4
* | | Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrumbors2018-11-031-1/+1
|\ \ \
| * | | bootstrap: bump cargo-vendor version to 0.1.19Pietro Albini2018-10-311-1/+1
* | | | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors2018-11-022-16/+25
|\ \ \ \
| * | | | Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez2018-10-212-6/+9
| * | | | new version for bootstrapGuillaume Gomez2018-10-211-12/+17
| * | | | Add index pageGuillaume Gomez2018-10-211-0/+1
* | | | | Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors2018-11-021-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | don't forget to sync these flags with miriRalf Jung2018-10-291-0/+2
| * | | | Emit Retag statements, kill Validate statementsRalf Jung2018-10-291-1/+6
| | |_|/ | |/| |
* | | | Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim...Pietro Albini2018-11-011-0/+1
|\ \ \ \
| * | | | Add libproc_macro to rust-src distributionvlad200122018-10-231-0/+1
* | | | | Bump nightly to 1.32.0Alex Crichton2018-10-311-1/+1
| |_|_|/ |/| | |
* | | | Avoid directly catching BaseException in bootstrap configure scriptKonrad Borowski2018-10-281-1/+1
| |/ / |/| |
* | | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obkkennytm2018-10-266-34/+33
|\ \ \
| * | | bootstrap: clean up a few clippy findingsMatthias Krüger2018-10-266-34/+33
* | | | Rollup merge of #55264 - michaelwoerister:single-cgu-std, r=simulacrumkennytm2018-10-263-5/+25
|\ \ \ \
| * | | | Make configure.py handle numeric arguments for `--set` a little better.Michael Woerister2018-10-261-1/+12
| * | | | bootstrap: Allow for build libstd to have its own codegen-unit setting.Michael Woerister2018-10-262-4/+13
| |/ / /
* | | | Rollup merge of #55378 - Keruspe:bootstrap-linker, r=petrochenkovkennytm2018-10-261-0/+3
|\ \ \ \
| * | | | rustbuild: use configured linker to build boostrapMarc-Antoine Perennou2018-10-261-0/+3
| |/ / /
* | | | Rollup merge of #55375 - upstreaming:configure_cmake-comment-typo-fixes, r=al...kennytm2018-10-261-2/+2
|\ \ \ \
| * | | | Typo fixes in configure_cmake commentsEddy Petrișor2018-10-261-2/+2
| |/ / /
* | | | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm2018-10-262-3/+3
|\ \ \ \
| * | | | Remove redundant cloneShotaro Yamada2018-10-262-3/+3
| |/ / /
* | | | Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichtonkennytm2018-10-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | rustbuild: fix remap-debuginfo when building a releaseMarc-Antoine Perennou2018-10-251-1/+1
* | | | fix typos in various placesMatthias Krüger2018-10-231-1/+1
|/ / /
* | | Remove the parse-fail test suiteVadim Petrochenkov2018-10-212-7/+0
* | | Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton2018-10-209-234/+35
| |/ |/|
* | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors2018-10-201-2/+2
|\ \
| * | Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz2018-10-191-2/+2
* | | Derives often have very strict boundsOliver Scherer2018-10-191-1/+9
* | | Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer2018-10-191-16/+4
|/ /
* | Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrumkennytm2018-10-183-8/+3
|\ \
| * | Improve verify_llvm_ir config optionNikita Popov2018-10-133-8/+3
* | | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakiskennytm2018-10-181-14/+6
|\ \ \
| * | | Run both lldb and gdb testsTom Tromey2018-10-101-14/+6
* | | | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrumbors2018-10-141-0/+3
|\ \ \ \