about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-06-01Remove StableVec.Camille GILLOT-2/+1
2021-06-01Only compute the trait_map once.Camille GILLOT-2/+6
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-8/+4
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-30Remove StableVec.Camille GILLOT-2/+2
2021-05-30Make resolutions a query.Camille GILLOT-2/+2
2021-05-30Only compute the trait_map once.Camille GILLOT-2/+6
2021-05-30Fix testbjorn3-8/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-3/+1
2021-05-26Specialize implementationsJacob Pratt-0/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-18Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkovJack Huey-1/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-4/+7
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-29/+26
2021-05-13Auto merge of #83759 - SkiFire13:fix-diag, r=estebankbors-25/+16
2021-05-12Add more precise span informations to generic typesGiacomo Stevanato-25/+16
2021-05-06Actually implement the feature in the compilerScott McMurray-4/+7
2021-05-06Add additional migrations to handle auto-traits and clone traitsRoxane-0/+3
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-5/+0
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-1/+3
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-22Update comment on `PrimTy::name_str`Joshua Nelson-1/+1
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-1/+3
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-08Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwcoDylan DPC-3/+3
2021-04-08Fix outdated crate names in compiler docspierwill-3/+3
2021-04-08Auto merge of #82958 - camelid:res-docs, r=petrochenkovbors-13/+142
2021-04-07Document `Res` and its friendsCamelid-13/+142
2021-04-08Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqdDylan DPC-1/+1
2021-04-07Add Debug implementation for hir::intravisit::FnKindGuillaume Gomez-1/+1
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-2/+4
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+4
2021-04-03Auto merge of #83599 - jyn514:unorderable, r=Aaron1011bors-2/+5
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-3/+3
2021-03-31Revert explicit lifetimesJack Huey-2/+2
2021-03-31Track bound varsJack Huey-2/+2
2021-03-30Remove hir::CrateItem.Camille GILLOT-10/+3
2021-03-28Avoid sorting by DefId for `necessary_variants()`Joshua Nelson-2/+5
2021-03-27Address review commentsJoshua Nelson-1/+69
2021-03-27Remove (lots of) dead codeJoshua Nelson-103/+5
2021-03-23progress, stuff compiles nowlcnr-1/+8
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-3/+3
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-23/+23
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-23/+23
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-1/+3
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1