about summary refs log tree commit diff
path: root/src/librustc/session/code_stats.rs
AgeCommit message (Expand)AuthorLines
2019-04-12In `-Zprint-type-size` output, sort enum variants by size.Nicholas Nethercote-1/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-3/+3
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-1/+1
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-2/+2
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