about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/def.rs
AgeCommit message (Expand)AuthorLines
2021-04-07Document `Res` and its friendsCamelid-13/+142
2021-01-17resolve: Reject ambiguity built-in attr vs different built-in attrVadim Petrochenkov-3/+4
2020-11-19resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpersVadim Petrochenkov-2/+9
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-0/+5
2020-10-23add tests for self with const paramsBastian Kauschke-1/+3
2020-10-03Replace some once(x).chain(once(y)) with [x, y] IntoIterScott McMurray-3/+1
2020-09-13review, improve note spanBastian Kauschke-4/+6
2020-09-13allow concrete self types in constsBastian Kauschke-1/+8
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-0/+9
2020-08-30mv compiler to compiler/mark-0/+469