summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ich
AgeCommit message (Expand)AuthorLines
2021-05-03Remove assert_matches usersMark Rousskov-5/+1
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-1/+5
2021-03-11Remove useless method.Camille GILLOT-7/+0
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-2/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+1
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2021-01-23Add disambiugator to ExpnDataAaron Hill-0/+8
2021-01-11Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebankbors-1/+8
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-3/+3
2020-12-03rustc_span: add span_data_to_lines_and_cols to caching source map viewTyson Nottingham-1/+8
2020-11-15Rollup merge of #79036 - cjgillot:steal, r=oli-obkJonas Schievink-9/+0
2020-11-14Move Steal to rustc_data_structures.Camille GILLOT-9/+0
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-2/+2
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-1/+2
2020-10-13Replace absolute paths with relative onesest31-14/+8
2020-10-08Implement the instruction_set attributexd009642-0/+6
2020-08-30mv compiler to compiler/mark-0/+891