| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-02-21 | rustc_data_structures: add missing #[inline]. | Eduard-Mihai Burtescu | -0/+3 | |
| 2017-09-13 | Analyse storage liveness and preserve it during generator transformation | John Kåre Alsaker | -0/+5 | |
| 2017-07-31 | rustc: Inline bitwise modification operators | Alex Crichton | -0/+2 | |
| These need to be inlined across crates to avoid showing up as one-instruction functions in profiles! In the benchmark from #43578 this decreased the translation item collection step from 30s to 23s, and looks like it also allowed vectorization elsewhere of the operations! | ||||
| 2016-10-10 | Move IdxSetBuf and BitSlice to rustc_data_structures | Wesley Wiser | -0/+142 | |
| Resolves a FIXME | ||||
