about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-04Update llvm-emscriptenNikita Popov-1/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-15/+1
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-5/+5
2018-10-13Improve verify_llvm_ir config optionNikita Popov-0/+3
2018-09-29Rename sanitizer runtime libraries on OSXAlex Crichton-1/+1
2018-09-18rustbuild: drop color handlingMarc-Antoine Perennou-33/+1
2018-09-17Auto merge of #52036 - collin5:b50509-2, r=collin5bors-24/+4
2018-09-17refactor Builder::cargo, clean deps for cmd!=testCollins Abitekaniza-1/+0
2018-09-12remove struct CleanToolsCollins Abitekaniza-16/+4
2018-09-12clear_if_dirty in Builder::cargo with passed modeCollins Abitekaniza-7/+0
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-2/+2
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-3/+44
2018-08-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-4/+5
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-1/+0
2018-07-14Change keep-stage to only affect the passed stageMark Rousskov-42/+34
2018-07-13Do not attempt to recompile codegen backend(s) with --keep-stageMark Rousskov-0/+10
2018-07-10Deny bare trait objects in `src/bootstrap`.ljedrz-1/+1
2018-07-05Auto merge of #51936 - japaric:rust-lld, r=alexcrichtonbors-2/+5
2018-07-02Change --keep-stage to apply moreMark Rousskov-20/+43
2018-07-02Make explicit that assemble is not run from CLIMark Rousskov-1/+1
2018-06-30Notice non-toplevel dll dependencies in rustbuildMark Simulacrum-3/+3
2018-06-29rename rustc's lld to rust-lldJorge Aparicio-2/+5
2018-06-03refactor, make requested changesCollins Abitekaniza-3/+3
2018-06-03refactor Mode enumCollins Abitekaniza-16/+16
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-1/+1
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-8/+8
2018-04-18Replace Build with Buildervarkor-1/+1
2018-04-18Abstract LLVM building from bootstrapvarkor-48/+61
2018-04-18Correct the timestamp for CodegenBackend checkvarkor-0/+2
2018-04-18Add rustc_trans to x.py checkvarkor-3/+3
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-152/+143
2018-04-09Stop emitting color codes on TERM=dumbMark Simulacrum-1/+3
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-34/+44
2018-04-04compile other no-std cratesJorge Aparicio-1/+4
2018-04-04Revert "create a nostd crate"Jorge Aparicio-4/+4
2018-04-04create a nostd crateJorge Aparicio-4/+4
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-19/+19
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-19/+30
2018-04-03Stub out less codeMark Simulacrum-1/+0
2018-04-03Make test steps sortableMark Simulacrum-6/+6
2018-04-03Stub out various functions during testingMark Simulacrum-0/+4
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-34/+41
2018-04-01Remove filetime dep from build_helperMark Simulacrum-1/+1
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-48/+73
2018-03-25rustbuild: Disable docs on cross-compiled buildsAlex Crichton-6/+5
2018-03-25Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrumkennytm-13/+14
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-1/+1
2018-03-17rustbuild: Tweak where timing information goesAlex Crichton-13/+14