summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/layout.rs
AgeCommit message (Expand)AuthorLines
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-6/+5
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-4/+4
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-4/+1
2020-10-02Returns values up to 2*usize by valueJonas Schievink-2/+3
2020-09-26Return values up to 128 bits in registersJonas Schievink-4/+8
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-65/+47
2020-09-21Reduce boilerplate with the matches! macroLingMan-4/+1
2020-09-20do not ICE on `ty::Bound` in Layout::computeBastian Kauschke-2/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-14/+16
2020-09-02Fix some unwanted uses of Debug formatting on user-facing messagesDan Aloni-2/+2
2020-08-30ignore zst offsets insteadErik Desjardins-78/+53
2020-08-30allow reordering of the last field of a MaybeUnsized struct if it's a ZSTErik Desjardins-6/+13
2020-08-30mv compiler to compiler/mark-0/+2829