about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-23fix intercrate ambiguity causeslcnr-2/+4
2023-11-23feat: make let_binding_suggestion more reasonableYoung-Flash-3/+12
2023-11-23reviewklensy-4/+2
2023-11-23few moreklensy-50/+1
2023-11-23remove unused pub fnklensy-196/+4
2023-11-23Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJungbors-0/+11
2023-11-23Remove an unneeded local variable.Nicholas Nethercote-11/+9
2023-11-23Use `'mir` lifetime name more.Nicholas Nethercote-31/+31
2023-11-23Remove unnecessary things from `State` and `Map`.Nicholas Nethercote-25/+4
2023-11-23Rollup merge of #118169 - SparrowLii:deadlock_issue, r=compiler-errorsMatthias Krüger-6/+12
2023-11-23Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkovMatthias Krüger-1/+1
2023-11-23Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-22/+37
2023-11-23Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiserMatthias Krüger-9/+8
2023-11-23Remove unnecessary and misleading `..` in a pattern.Nicholas Nethercote-1/+0
2023-11-23Remove unnecessary `ValueAnalysisWrapper::Direction`.Nicholas Nethercote-5/+1
2023-11-23Reduce `pub` usage.Nicholas Nethercote-12/+10
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-40/+80
2023-11-22Miri: GC the dead_alloc_map tooBen Kimock-0/+11
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-11/+11
2023-11-23Remove `indexes` module.Nicholas Nethercote-6/+1
2023-11-23Move `has_rustc_mir_with`.Nicholas Nethercote-19/+17
2023-11-23Reorder some `use` items.Nicholas Nethercote-8/+6
2023-11-23Nit of deadlock detectedSparrowLii-1/+1
2023-11-23Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Kibors-0/+9
2023-11-22Cache flags for ty::ConstMichael Goulet-43/+92
2023-11-22Rework supertrait lint once againMichael Goulet-22/+37
2023-11-23Remove unused feature.Nicholas Nethercote-1/+0
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-102/+53
2023-11-22Provide structured suggestion for type mismatch in loopEsteban Küber-13/+86
2023-11-22rustc_session: implement latent TODOTamir Duberstein-7/+10
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-0/+9
2023-11-22rustc_lint: remove superfluous assertionTamir Duberstein-1/+0
2023-11-22also make 'core_intrinsics' internalRalf Jung-2/+4
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-241/+491
2023-11-22fix long linesArlie Davis-2/+2
2023-11-22Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnrMichael Goulet-5/+19
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-30/+18
2023-11-22Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiaskoMichael Goulet-180/+206
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+38
2023-11-22Rollup merge of #118012 - celinval:smir-alloc, r=ouz-aMichael Goulet-26/+210
2023-11-22suppress warnings on msvcArlie Davis-0/+17
2023-11-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-96/+12
2023-11-22Provide conversion of stable span to internal spanCelina G. Val-2/+10
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-51/+176
2023-11-22Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkinbors-0/+85
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-96/+12
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-50/+39
2023-11-22Add i686-win7-windows-msvc targetroblabla-0/+33
2023-11-22Add new x86_64-win7-windows-msvc targetroblabla-0/+19
2023-11-22Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errorsbors-26/+83