| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -42/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -1/+0 | |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -21/+3 | |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-09 | A few cleanups for rustc_data_structures | ljedrz | -2/+3 | |
| 2018-01-08 | Shorten names of some compiler generated artifacts. | Michael Woerister | -9/+13 | |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -1/+1 | |
| 2016-12-12 | Do not generate '@' character in symbol names. | Vadzim Dambrouski | -0/+2 | |
| MSP430 assembler does not like '@' character in symbol names, so we should only use alphanumerics when we generate a new name. Fixes #38116 | ||||
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -0/+64 | |
| Before this PR, type names could depend on the cratenum being used for a given crate and also on the source location of closures. Both are undesirable for incremental compilation where we cache LLVM IR and don't want it to depend on formatting or in which order crates are loaded. | ||||
