about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-08-21Use an exhaustive match in `Node::ident()` and add docsNoah Lev-2/+33
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-15/+15
2021-08-13Make assoc types work with `?const `opt=outDeadbeef-2/+8
2021-08-13Fix call-generic-method-nonconst testDeadbeef-1/+5
2021-08-13move Constness into TraitPredicateDeadbeef-0/+9
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-1/+0
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-1/+1
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+3
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-0/+3
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-13/+65
2021-07-26Actually infer args in visitorskadmin-14/+35
2021-07-25ignore comments in tidy-filelengthibraheemdev-1/+0
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-60/+220
2021-07-25clippy::filter_map_identityMatthias Krüger-1/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-27/+44
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-57/+200
2021-07-25Add inferred args to typeckkadmin-6/+1
2021-07-25Add generic arg inferkadmin-0/+36
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-0/+3
2021-07-24change doc commentEllen-1/+1
2021-07-21Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obkGuillaume Gomez-0/+21
2021-07-19Recognize bounds on impls as const boundsDeadbeef-0/+21
2021-07-18Use == to compare OpaqueTyOrigin valuesSantiago Pastorino-1/+1
2021-07-18Remove OpaqueTyOrigin::Misc, use TyAlias insteadSantiago Pastorino-2/+0
2021-07-17Remove OpaqueTyOrigin::BindingSantiago Pastorino-2/+0
2021-07-15Remove refs from pat slicesCameron Steffen-8/+8
2021-07-13Put checking if anonct is a default into a method on hir mapEllen-0/+3
2021-07-11Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011bors-2/+2
2021-07-08Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...Guillaume Gomez-3/+0
2021-07-06Make resolutions a query.Camille GILLOT-2/+2
2021-07-06Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich...bors-11/+6
2021-07-06Revert "Revert "Fix test""bjorn3-8/+5
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-3/+1
2021-07-06Store macro parent module in ExpnData.Camille GILLOT-15/+1
2021-06-29Remove lang items Send, UnwindSafe and RefUnwindSafeRoxane Fruytier-3/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-23Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkovDylan DPC-0/+21
2021-06-21Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3bors-0/+2
2021-06-22Specify the kind of the item for E0121Deadbeef-0/+21
2021-06-20Squashed implementation of the passAlex Vlasov-0/+2
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-2/+0
2021-06-11Hash DefId in rustc_span.Camille GILLOT-7/+6
2021-06-08Do not require the DefPathTable to construct the on-disk cache.Camille GILLOT-9/+8
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-1/+3
2021-06-07Revert "Fix test"bjorn3-5/+8
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-2/+0
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-2/+0
2021-06-02Auto merge of #85892 - tmiasko:i, r=oli-obkbors-0/+2