about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
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
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-3/+7
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+26
2018-03-04Rollup merge of #48664 - Keruspe:codegen, r=alexcrichtonkennytm-1/+2
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-1/+2
2018-03-01Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-SimulacrumManish Goregaokar-1/+2
2018-02-26Fix error-format argument to x.pyMark Simulacrum-0/+4
2018-02-23CI: Fixed the incorrect folder region when building codegen dylib.kennytm-1/+2
2018-02-19rustbuild: make libdir_relative a methodJosh Stone-2/+1
2018-02-19rustbuild: Restore Config.libdir_relativeJosh Stone-1/+1
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-5/+5
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-2/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-75/+119
2018-01-28Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichtonbors-2/+2
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-50/+184
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-6/+10
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-2/+2
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-1/+1
2018-01-12Remove unused argument `rustc_cargo`.O01eg-2/+1
2018-01-12Build all stages with relative libdirs.O01eg-8/+4
2017-12-22Don't try to statically link libstdc++ on FreeBSDScott Abbey-0/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+3
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-8/+10
2017-10-25rustbuild: Fix `no output generated` error for next bootstrap cargo.kennytm-4/+12