about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+0
2022-11-13Bump chalk to v0.87Michael Goulet-1/+1
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-1/+1
2022-11-13Do not use `local_def_id` in `node_to_string`.Camille GILLOT-30/+24
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-3/+3
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-21/+14
2022-11-13Make user_provided_sigs a LocalDefIdMap.Camille GILLOT-2/+2
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-2/+2
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-11-13fix some typos in commentscui fliter-2/+2
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-45/+7
2022-11-12Explain redundant mapping.Camille GILLOT-0/+4
2022-11-12Use variances for defining use diag.Camille GILLOT-53/+5
2022-11-12Inherit generics for impl-trait.Camille GILLOT-3/+23
2022-11-12Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebankbors-12/+10
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-0/+5
2022-11-11Skip stable hashing without incremental.Camille GILLOT-1/+3
2022-11-11Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwcoManish Goregaokar-0/+1
2022-11-11Rollup merge of #104202 - camsteffen:103748, r=estebankDylan DPC-1/+2
2022-11-11Use the interned stable hash as plain hash.Camille GILLOT-3/+1
2022-11-11Hash spans when interning.Camille GILLOT-6/+2
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-39/+5
2022-11-11Resolve lifetimes independently for each item-like.Camille GILLOT-10/+1
2022-11-11Tweak signatures in rustc_middle::hir::map.Camille GILLOT-2/+9
2022-11-10More nitsMichael Goulet-0/+4
2022-11-10Support DoubleEndedIterator for subst_iter and subst_iter_copiedMichael Goulet-9/+69
2022-11-10Rollup merge of #104235 - compiler-errors:more-ct-guar, r=oli-obkManish Goregaokar-5/+7
2022-11-10Rollup merge of #104194 - BoxyUwU:early_binder_docs, r=compiler-errorsManish Goregaokar-0/+3
2022-11-10broken links go brrrrrBoxy-1/+1
2022-11-10Use const_error_with_guaranteed moreMichael Goulet-5/+7
2022-11-10Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co...bors-0/+6
2022-11-09Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obkManish Goregaokar-0/+59
2022-11-09Add domain size check to fix ICECameron Steffen-1/+2
2022-11-09docsBoxy-0/+3
2022-11-09Use `LayoutError`'s implementation of `IntoDiagnostic`SLASHLogin-4/+4
2022-11-09var_subdiag refinementAndyJado-0/+1
2022-11-09another optimization attemptRalf Jung-66/+83
2022-11-08Add support for custom MIR parsingJakob Degen-0/+59
2022-11-09Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearthbors-1/+3
2022-11-08Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiserManish Goregaokar-1/+3
2022-11-09Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillotbors-11/+15
2022-11-08Auto merge of #104168 - GuillaumeGomez:rollup-tf4edqc, r=GuillaumeGomezbors-1/+22
2022-11-08another attempt at performance improvementsRalf Jung-23/+26
2022-11-08Rollup merge of #104132 - Rejyr:rustc_lint-function-lints, r=davidtwcoGuillaume Gomez-0/+1
2022-11-08Rollup merge of #103928 - chenyukang:yukang/fix-103874-add-ty_error_with_guar...Guillaume Gomez-1/+21
2022-11-08Auto merge of #103252 - lcnr:recompute_applicable_impls, r=jackh726bors-7/+4
2022-11-08Auto merge of #103965 - petrochenkov:effvisperf3, r=oli-obkbors-21/+103
2022-11-08selection failure: recompute applicable implslcnr-7/+4
2022-11-08code cleanup with err.emit_unlessyukang-1/+1
2022-11-08deprecate unchecked_claim_error_was_emitted in error_reportedyukang-1/+5