about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
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
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