about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2019-08-03Rollup merge of #63107 - adrian-budau:master, r=alexcrichtonMazdak Farrokhzad-1/+3
2019-08-02Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi.Adrian Budau-1/+3
2019-08-02rustbuild: correct line lengthSam Elliott-1/+2
2019-08-02rustbuild: WebAssembly is no longer an experimental LLVM backendSam Elliott-2/+2
2019-08-02rustbuild: RISC-V is no longer an experimental LLVM targetSam Elliott-5/+7
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-2/+3
2019-08-01replace what I think is an erroneous try_run_quiet by try_runRalf Jung-1/+1
2019-08-01build_helper: rename (try_)run_silent -> (try_)runRalf Jung-3/+3
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-0/+3
2019-07-29Auto merge of #63089 - kennytm:use-try-run-for-linkchecker, r=Mark-Simulacrumbors-3/+1
2019-07-29Fix rustc-guide build failure ignoring no-fail-fast.kennytm-3/+1
2019-07-28Fix `cfg(parallel_compiler)` modeVadim Petrochenkov-0/+2
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-5/+6
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-5/+9
2019-07-27Remove run-pass test suitesVadim Petrochenkov-38/+8
2019-07-26Rollup merge of #63002 - gilescope:better-build-diagnostics, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-0/+3
2019-07-26`run_quiet` outputs stdout/stderr when things go wrong.Giles Cope-1/+1
2019-07-26Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichtonbors-1/+2
2019-07-25Rollup merge of #61890 - golddranks:fix_sanity_check_llvm, r=Dylan-DPCMazdak Farrokhzad-2/+13
2019-07-25bootstrap: Build startup object for all windows-gnu targetHugo Beauzée-Luyssen-1/+1
2019-07-25rustc: codegen: Build import library for all windows targetsHugo Beauzée-Luyssen-0/+1
2019-07-23Require a value for configure --debuginfo-levelJosh Stone-5/+5
2019-07-23Fix building_llvm in sanity check, add swig sanity check.Pyry Kontio-2/+13
2019-07-18Rollup merge of #62752 - nikic:llvm-disable-z3, r=alexcrichtonMark Rousskov-0/+1
2019-07-17Update mdbook, cargo, booksEric Huss-29/+9
2019-07-17Disable Z3 in LLVM buildNikita Popov-0/+1
2019-07-16Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichtonbors-0/+2
2019-07-16Rollup merge of #62693 - alexcrichton:rm-travis-appveyor, r=Mark-SimulacrumMark Rousskov-116/+4
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+2
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-116/+4
2019-07-15Update the stdarch submodulegnzlbg-1/+1
2019-07-12rustbuild: Improve assert about building tools onceAlex Crichton-21/+48
2019-07-12Auto merge of #62549 - ehuss:update-cargo-vendor, r=alexcrichtonbors-46/+43
2019-07-09Update cargo-vendor usageEric Huss-46/+43
2019-07-09Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelixMazdak Farrokhzad-8/+8
2019-07-07Rollup merge of #62438 - petrochenkov:buildwarn, r=Mark-SimulacrumMazdak Farrokhzad-37/+31
2019-07-07Address review commentsVadim Petrochenkov-2/+4
2019-07-06Add linkcheck command to rustbook toolAndré Luis Leal Cardoso Junior-1/+25
2019-07-06add ./x.py test src/doc/rustc-guideAndré Luis Leal Cardoso Junior-0/+2
2019-07-06rustbuild: Cleanup global lint settingsVadim Petrochenkov-37/+29
2019-07-06Fixed up a few comments.Alexander Regueiro-8/+8
2019-07-05Rollup merge of #62406 - Mark-Simulacrum:warnings-lint, r=RalfJungMazdak Farrokhzad-5/+23
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+14
2019-07-05Lint on invalid values passed to x.py --warningsMark Rousskov-5/+23
2019-07-04Switch master to 1.38Mark Rousskov-1/+1
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-0/+24
2019-06-25Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichtonbors-17/+27
2019-06-24Use symbols in lint tool listflip1995-5/+6
2019-06-24Turn internal lints into tool lintsflip1995-2/+6