| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-09 | Use slices in preference to 0-terminated strings | Tomasz Miąsko | -8/+4 | |
| Additionally whenever possible match C API provided by the LLVM. | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -12/+10 | |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 | |
| Including removing a bunch of unnecessary `.as_str()` calls, and a bunch of unnecessary sigils. | ||||
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 | |
| It's a full conversion, except in `DefKey::compute_stable_hash()` where a `Symbol` now is converted to an `InternedString` before being hashed. This was necessary to avoid test failures. | ||||
| 2019-06-02 | remove unneeded deps | Mark Mansi | -2/+1 | |
| 2019-06-02 | remove reexport of rustc::ty::Instance | Mark Mansi | -1/+1 | |
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -2/+2 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Metadata and DI*. | Irina Popa | -5/+4 | |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -4/+4 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+66 | |
