| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -24/+0 | |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -1/+1 | |
| Other terms are more inclusive and precise. Clippy still has a lint named "blacklisted-name", but renaming it would be a breaking change, so is left for future work. The target configuration option "abi-blacklist" has been depreciated and renamed to "unsupported-abis". The old name continues to work. | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -1/+1 | |
| 2019-03-31 | Use `u{1}` instead of `01` | Yuki OKUSHI | -1/+1 | |
| 2019-03-30 | Add target_mcount option | Yuki OKUSHI | -0/+1 | |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -3/+0 | |
| This commit cleans up allocator injection logic found in the compiler around selecting the global allocator. It turns out that now that jemalloc is gone the compiler never actually injects anything! This means that basically everything around loading crates here and there can be easily pruned. This also removes the `exe_allocation_crate` option from custom target specs as it's no longer used by the compiler anywhere. | ||||
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -0/+36 | |
