about summary refs log tree commit diff
path: root/src/libstd/Cargo.toml
AgeCommit message (Expand)AuthorLines
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-1/+1
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-2/+2
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-1/+1
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-0/+1
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-5/+5
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-1/+4
2018-12-02make the C part of compiler-builtins opt-outRalf Jung-1/+4
2018-12-02explicitly control compiler_builts/c feature from libstdRalf Jung-1/+1
2018-11-30Add libstd and libcore Cargo features "panic_immediate_abort"Vitaly _Vi Shukela-0/+3
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-1/+3
2018-11-02Remove all jemalloc-related contentAlex Crichton-4/+0
2018-10-11std: Implement TLS for wasm32-unknown-unknownAlex Crichton-0/+9
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-1/+0
2018-05-30Replace libbacktrace with a submoduleAlex Crichton-0/+1
2018-03-11Update Cargo submoduleAlex Crichton-1/+1
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+3
2017-10-31add description to libstdDoug Goldstein-0/+1
2017-10-31add repository info to libstdDoug Goldstein-0/+1
2017-10-31add license data to libstdDoug Goldstein-0/+1
2017-10-22Remove deprecated `collections` crate.leonardo.yvens-1/+0
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+0
2017-10-11Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 supportMarco A L Barbosa-1/+1
2017-09-28Update to the `cc` crateAlex Crichton-1/+1
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+1
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-1/+0
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+0
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+2
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+2
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-0/+4
2017-03-05cleanup: remove the *san Cargo features from stdJorge Aparicio-8/+4
2017-02-08sanitizer supportJorge Aparicio-0/+10
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-0/+1
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-23std: make compilation of libpanic_unwind optional via a Cargo featureJorge Aparicio-2/+3
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+1
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+1
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-1/+0
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+3
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-1/+0
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+30