about summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2019-04-22Remove leading newlinesvarkor-1/+0
2019-03-26Update jemalloc-sys to version 0.3.0gnzlbg-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-11/+0
2019-01-03rustc: Fix regression where jemalloc isn't usedAlex Crichton-10/+32
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-1/+14
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-123/+0
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+14
2018-12-02explicitly control compiler_builts/c feature from libstdRalf Jung-1/+1
2018-11-22Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-mainbjorn3-0/+4
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+3
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-08-08Update libc and activate align featureLinus Färnstrand-1/+2
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-2/+2
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-1/+4
2018-04-12Update to most recent version of dlmallocAlex Crichton-1/+0
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-1/+4
2018-04-10Allow incorrectly reported unused attribute warningMark Simulacrum-0/+1
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+3
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-0/+1
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-0/+1
2018-03-28Set link args for rustdocTatsuyuki Ishi-0/+1
2018-03-18rustc_driver: get rid of extra thread on WindowsTatsuyuki Ishi-0/+9
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