| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-08 | librustc_codegen_utils => 2018 | Taiki Endo | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-03 | Remove rustc_metadata_utils, which contains only one function | bjorn3 | -2/+1 | |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 | |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 | |
| 2018-09-28 | Move `filename_for_metadata` to codegen_utils | Igor Matuszewski | -0/+13 | |
| This function isn't strictly tied to LLVM (it's more of a utility) and it's now near an analogous, almost identical `filename_for_input` (for rlibs and so forth). Also this means not depending on the backend when one wants to know the accurate .rmeta output filename. | ||||
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -10/+0 | |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+1 | |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -14/+14 | |
| This is a clippy-breaking change. | ||||
| 2018-08-03 | Move validate_crate_name to rustc_metadata | Mark Rousskov | -2/+3 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+191 | |
