about summary refs log tree commit diff
path: root/src/libstd/Cargo.toml
AgeCommit message (Expand)AuthorLines
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