summary refs log tree commit diff
path: root/src/librustc/session/code_stats.rs
AgeCommit message (Expand)AuthorLines
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-08-09Remove dependency on rustc::ty from code_statsMark Rousskov-14/+1
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-16/+21
2017-12-26avoid ICE when fields are not laid out in orderNiko Matsakis-5/+13
2017-07-05use field init shorthand in src/librustcZack M. Davis-2/+2
2017-03-13some style fixesTshepang Lekhonkhobe-1/+4
2016-12-14Fix -Z print-type-sizes and tests.Austin Hicks-1/+6
2016-11-24Revisions from review comments, squashed.Felix S. Klock II-0/+173