summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+14
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-10-06Trim and document compiler-builtins shimTamir Duberstein-10/+22
2017-09-30Update the libcompiler_builtins submoduleest31-1/+1
2017-09-21Trim and document libc shimTamir Duberstein-27/+23
2017-08-11Make librustc_driver work without librustc_transbjorn3-0/+1
2017-07-27Build rustdoc on-demand.Mark Simulacrum-20/+0
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-0/+42
2017-03-28Fix plain_summary_line functionGuillaume Gomez-1/+0
2017-03-28Add feature for rustdoc binaryGuillaume Gomez-0/+1
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-94/+0
2017-02-08sanitizer supportJorge Aparicio-0/+4
2017-02-02Fixup crate versionsVadim Petrochenkov-2/+2
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-0/+1
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+2
2016-11-30Update the bootstrap compilerAlex Crichton-33/+0
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-0/+1
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-11-23std: make compilation of libpanic_unwind optional via a Cargo featureJorge Aparicio-2/+3
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-568/+0
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-10/+10
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-1/+0
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-11/+0
2016-09-16Auto merge of #36441 - alexcrichton:rustbuild-target, r=brsonbors-0/+8
2016-09-12rustbuild: Fix cross-compiles to MinGW on LinuxAlex Crichton-0/+8
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+9
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-0/+10
2016-08-29Fix rustbuildMichael Woerister-0/+1
2016-08-23Update cargo bootstrap rev and add fix for cargo#3005Brian Anderson-0/+4
2016-08-16Proc_macro is alivecgswords-0/+11
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-3/+3
2016-07-30Auto merge of #35051 - japaric:backtrace, r=alexcrichtonbors-0/+1
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+1
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-0/+1
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-0/+1
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-0/+1
2016-06-27Update `src/rustc/Cargo.lock`Jeffrey Seyfried-0/+46
2016-06-09fix issuesAriel Ben-Yehuda-0/+1
2016-06-09fix Cargo.lockAriel Ben-Yehuda-2/+0
2016-05-28sanity -> validationVadim Petrochenkov-1/+0
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+7
2016-05-10rustbuild: Tighten dependencies of build scriptsAlex Crichton-0/+3
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-23/+29
2016-05-08Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichtonManish Goregaokar-27/+4
2016-05-07mir: qualify and promote constants.Eduard Burtescu-0/+3
2016-05-04add a check to make tidy to ensure cargo lock file is updatedGarrett Squire-27/+6
2016-04-24rustc: update Cargo.lockTamir Duberstein-0/+1
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-1/+0
2016-04-15Auto merge of #32895 - alexcrichton:rustbuild-beta, r=brsonbors-3/+37