summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/adt.rs
AgeCommit message (Expand)AuthorLines
2021-12-15Fully serialize AdtDefAaron Hill-13/+10
2021-12-04Rollup merge of #90538 - camelid:doc-recur-ty, r=estebankMatthias Krüger-0/+24
2021-12-03Document how recursion is handled for `ty::Ty`Noah Lev-0/+24
2021-12-01Disallow non-c-like but "fieldless" ADTs from being casted to integer...Gary Guo-1/+17
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-09-09Const droppingDeadbeef-0/+5
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-03-10Moved all Adt* types to adt.rsNicholas-Baron-0/+482