about summary refs log tree commit diff
path: root/src/librustc_target/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-18/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-11-17HashStable_Generic for librustc_target.Camille GILLOT-0/+1
2019-10-25Update bitflagsvarkor-1/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-0/+1
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-2/+0
Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that!
2019-05-27Add `to_symbol` methods.Nicholas Nethercote-0/+1
2019-02-08librustc_target => 2018Taiki Endo-0/+1
2018-11-12Use IndexVec instead of `usize` in librustcOliver Scherer-0/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
This commit removes all jemalloc related submodules, configuration, etc, from the bootstrap, from the standard library, and from the compiler. This will be followed up with a change to use jemalloc specifically as part of rustc on blessed platforms.
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-26rustc_target: move in type definitions from rustc_trans::abi.Irina Popa-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+18