about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-24Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercotebors-43/+92
2023-11-23Fix assertionbjorn3-13/+1
2023-11-23Exhaustively match CoroutineKind in fn_sig_for_fn_abibjorn3-60/+70
2023-11-23Fix fn_sig_for_fn_abi and the coroutine transform for generatorsbjorn3-9/+128
2023-11-23Add an experimental feature gate for function delegationVadim Petrochenkov-0/+3
2023-11-23Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJungbors-0/+11
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-22Miri: GC the dead_alloc_map tooBen Kimock-0/+11
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-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-102/+53
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-0/+9
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-241/+491
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-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-96/+12
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-22Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errorsbors-26/+83
2023-11-22Document `newtype_index` attributes.Nicholas Nethercote-2/+13
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-4/+43
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-20/+27
2023-11-22print query map for deadlock when using parallel front endSparrowLii-6/+12
2023-11-22Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkovbors-2/+3
2023-11-22make the 'abi_unadjusted' feature internalRalf Jung-1/+1
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-231/+173
2023-11-22Allow defining opaques in check_coroutine_obligationsMichael Goulet-5/+19
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+7
2023-11-21Add support to get virtual table allocationCelina G. Val-3/+54
2023-11-21Add support to global allocation to stable-mirCelina G. Val-24/+150
2023-11-22Auto merge of #117582 - compiler-errors:uplift-canonical-var, r=jackh726bors-165/+322
2023-11-22Merge `Queries::{ongoing_codegen,linker}`.Nicholas Nethercote-19/+14
2023-11-22Make `Compiler::{sess,codegen_backend}` public.Nicholas Nethercote-34/+21
2023-11-22Add two useful comments.Nicholas Nethercote-0/+4
2023-11-22Add comments about a timer.Nicholas Nethercote-0/+3
2023-11-22Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgrbors-23/+171
2023-11-22Remove outdated reference to compiler plugins.Nicholas Nethercote-1/+1
2023-11-22Add some comments.Nicholas Nethercote-0/+8
2023-11-21Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinvalMatthias Krüger-10/+8
2023-11-21Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjayMatthias Krüger-4/+18
2023-11-21Rollup merge of #118110 - compiler-errors:defining-anchor, r=aliemjayMatthias Krüger-4/+17