about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-14/+33
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-27/+48
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-1/+13
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-7/+16
2021-02-15Add assertions on HIR enum sizes.Camille GILLOT-4/+15
2021-02-15name async generators something more human friendly in type error diagnosticsGus Wynn-2/+21
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+4
2021-02-14Rollup merge of #81720 - klensy:smallvec-update, r=Mark-SimulacrumDylan DPC-1/+1
2021-02-14Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwcoDylan DPC-0/+2
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-0/+1
2021-02-09Visit more targets when checking attrsRyan Levick-0/+2
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-8/+8
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-0/+49
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-0/+2
2021-02-04Add unit test to ensure that both parts of a DefPathHash depend on the defini...Michael Woerister-3/+48
2021-02-04add generic args to hir::TypeBindingb-naber-0/+2
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-1/+0
2021-02-04Rename Iterator::fold_first to reduce.Mara Bos-1/+1
2021-02-04Add more explanation to local DefPathHash collision case.Michael Woerister-1/+8
2021-02-03Refactor out PrimitiveTypeTableCameron Steffen-0/+49
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-20/+41
2021-02-02Bump rustfmt versionMark Rousskov-4/+4
2021-02-01Fixed #[inline] to be warned in fields, arms, macro defsDanuel-0/+6
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-27Auto merge of #81393 - pnkfelix:issue-81296-make-weak-item-traversal-determin...bors-3/+3
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-1/+1
2021-01-25This should address issue 81294.Felix S. Klock II-3/+3
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-0/+4
2021-01-23Iterate DefId to encode spans.Camille GILLOT-0/+4
2021-01-21Add loop head span to hirEsteban Küber-2/+4
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2021-01-17resolve: Reject ambiguity built-in attr vs different built-in attrVadim Petrochenkov-3/+4
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-3/+12
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-12/+46
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-19/+22
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-12/+46
2021-01-07Reintroduce hir::ExprKind::IfCaio-3/+12
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-0/+9
2021-01-04Add check for array/usize mismatch in astconvkadmin-0/+9
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-10/+10
2021-01-01first pass at default values for const genericsJulian Knodt-1/+8
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-5/+5
2020-12-31support pattern as const parents in type_ofBastian Kauschke-5/+5
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-1/+0
2020-12-19Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnrbors-0/+23