| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -22/+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 | -4/+1 | |
| 2019-07-09 | Add function pointer alignment to ARM/Thumb data layout | Nikita Popov | -1/+1 | |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -1/+1 | |
| This commit adds opt-in support to the compiler to link to `jemalloc` in the compiler. When activated the compiler will depend on `jemalloc-sys`, instruct jemalloc to unprefix its symbols, and then link to it. The feature is activated by default on Linux/OSX compilers for x86_64/i686 platforms, and it's not enabled anywhere else for now. We may be able to opt-in other platforms in the future! Also note that the opt-in only happens on CI, it's otherwise unconditionally turned off by default. Closes #36963 | ||||
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ↵ | Matthias Krüger | -1/+1 | |
| or "".into() | ||||
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -0/+35 | |
