| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -18/+0 | |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 | |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 | |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 | |
| 2019-11-17 | HashStable_Generic for librustc_target. | Camille GILLOT | -0/+1 | |
| 2019-10-25 | Update bitflags | varkor | -1/+1 | |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -0/+1 | |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 | |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex 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-27 | Add `to_symbol` methods. | Nicholas Nethercote | -0/+1 | |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -0/+1 | |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -0/+1 | |
| 2018-11-02 | Remove all jemalloc-related content | Alex 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-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 | |
| 2018-04-26 | rustc_target: move in type definitions from rustc_trans::abi. | Irina Popa | -2/+2 | |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -0/+18 | |
