about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-1/+0
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-0/+1
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-1/+0
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-0/+1
2020-09-01hir: replace `lazy_static` by `SyncLazy` from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+36