about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-29/+7
2024-08-19Auto merge of #122551 - RayMuir:copy_fmt, r=saethlinbors-1/+1
2024-08-19Rollup merge of #129271 - futile:query-system/prevent-double-panic, r=michael...Matthias Krüger-4/+17
2024-08-19Rollup merge of #129245 - smoelius:patch-1, r=lqdMatthias Krüger-1/+1
2024-08-19Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errorsMatthias Krüger-4/+35
2024-08-19Rollup merge of #129223 - wafarm:fix-129215, r=compiler-errorsMatthias Krüger-1/+1
2024-08-19Rollup merge of #129217 - jswrenn:transmute-lifetimes, r=compiler-errorsMatthias Krüger-132/+207
2024-08-19Prevent double panic in query system, improve diagnosticsFelix Rath-4/+17
2024-08-19Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrumbors-2/+2
2024-08-18Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwUTrevor Gross-4/+4
2024-08-18Rollup merge of #128628 - khuey:simply-cfg-erase-source-info, r=nnethercoteTrevor Gross-0/+11
2024-08-18Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillotTrevor Gross-5/+36
2024-08-18Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxuTrevor Gross-102/+97
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-1/+1
2024-08-18Auto merge of #125854 - beetrees:zst-arg-abi, r=estebankbors-43/+57
2024-08-18Added "copy" to Debug fmt for copy operandsRayMuir-1/+1
2024-08-18Update some dependency versions that allow better licensingTrevor Gross-2/+2
2024-08-18safe transmute: forbid reference lifetime extensionJack Wrenn-132/+207
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-91/+91
2024-08-18stabilize raw_ref_opRalf Jung-11/+6
2024-08-18Fix wording of misapplied `must_not_suspend` errorGoldstein-3/+3
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-1/+32
2024-08-18TypoSamuel Moelius-1/+1
2024-08-18Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrumbors-2/+2
2024-08-18Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu许杰友 Jieyou Xu (Joe)-10/+8
2024-08-18Rollup merge of #129173 - beetrees:statically-known-float, r=compiler-errors许杰友 Jieyou Xu (Joe)-7/+17
2024-08-18Rollup merge of #129164 - ChrisDenton:comdat, r=jieyouxu许杰友 Jieyou Xu (Joe)-188/+98
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-50/+20
2024-08-18Fix order of normalization and recursion in const folding.Luca Versari-4/+4
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-52/+71
2024-08-17Always use ar_archive_writer for import libsChris Denton-188/+98
2024-08-17Auto merge of #129202 - matthiaskrgr:rollup-wev7uur, r=matthiaskrgrbors-53/+65
2024-08-17Use cnum for extern crate dataMichael Goulet-10/+8
2024-08-17Bless test falloutMichael Goulet-18/+4
2024-08-17Stabilize opaque type precise capturingMichael Goulet-11/+3
2024-08-17Rollup merge of #129196 - Zalathar:ref-id-ref, r=compiler-errorsMatthias Krüger-6/+2
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-37/+27
2024-08-17Rollup merge of #129167 - cuviper:either-once-empty, r=NadrierilMatthias Krüger-9/+9
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-1/+27
2024-08-17Auto merge of #128786 - estebank:multiple-crate-versions, r=fee1-deadbors-5/+96
2024-08-17Remove a useless ref/id/ref round-trip from `pattern_from_hir`Zalathar-6/+2
2024-08-17Emit an error for invalid use of the linkage attributeShina-1/+27
2024-08-17Fix `is_val_statically_known` for floatsbeetrees-7/+17
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-37/+27
2024-08-16mir/pretty: use `Option` instead of `Either<Once, Empty>`Josh Stone-9/+9
2024-08-16Don't ICE on Fn trait error for foreign fnMichael Goulet-0/+4
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-52/+67
2024-08-16Rollup merge of #129161 - dtolnay:spawnunck, r=NoratriebMatthias Krüger-1/+0
2024-08-16Rollup merge of #129154 - wafarm:fix-95463, r=estebankMatthias Krüger-6/+13
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-2/+0