about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-28Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notr...Jubilee-7/+8
2024-10-28Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errorsJubilee-41/+44
2024-10-28Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errorsJubilee-19/+39
2024-10-28Rollup merge of #132247 - workingjubilee:add-rustc-abi-to-smir, r=celinvalJubilee-43/+31
2024-10-28Rollup merge of #131441 - SpriteOvO:proc-macro-to-tokens-trait, r=dtolnayJubilee-0/+314
2024-10-28Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillotJubilee-129/+199
2024-10-28stable_mir: Directly use types from rustc_abiJubilee Young-43/+31
2024-10-28rustdoc: Use accessors to interrogate type layoutsJubilee Young-4/+4
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-37/+40
2024-10-28Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgrbors-178/+194
2024-10-28Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxuMatthias Krüger-0/+24
2024-10-28Rollup merge of #132252 - workingjubilee:rename-layouts-to-layoutdata, r=jiey...Matthias Krüger-60/+60
2024-10-28Rollup merge of #132248 - workingjubilee:add-rustc-abi-to-transmute, r=compil...Matthias Krüger-10/+10
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-108/+100
2024-10-28Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3bors-181/+194
2024-10-28Add GUI regression test for variant structfields marginsGuillaume Gomez-6/+7
2024-10-28Unify variant struct fields margins with struct fieldsGuillaume Gomez-1/+1
2024-10-28Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxubors-337/+572
2024-10-27compiler: Depend on rustc_abi in rustc_lintJubilee Young-4/+5
2024-10-28more consistent debug_assertionsAdwin White-15/+32
2024-10-28Add duplicate lowering checkAdwin White-38/+38
2024-10-28Lower AST node id only onceAdwin White-131/+184
2024-10-28Known-bug test for `keyword_idents` lint not propagating to other filesZalathar-0/+24
2024-10-28Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu许杰友 Jieyou Xu (Joe)-46/+38
2024-10-28Rollup merge of #132242 - ultrabear:const_is_digit, r=scottmcm许杰友 Jieyou Xu (Joe)-1/+2
2024-10-28Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril许杰友 Jieyou Xu (Joe)-254/+241
2024-10-28Rollup merge of #132225 - clubby789:run-make-dynamic, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+4
2024-10-28Rollup merge of #132220 - GuillaumeGomez:gui-test-struct-fields-margins, r=no...许杰友 Jieyou Xu (Joe)-10/+42
2024-10-28Rollup merge of #132086 - estebank:long-types, r=jieyouxu许杰友 Jieyou Xu (Joe)-25/+145
2024-10-28Rollup merge of #131633 - asquared31415:align_isize_max, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+100
2024-10-27rust-analyzer: Rename LayoutS to LayoutDataJubilee Young-2/+2
2024-10-27cg_clif: Rename LayoutS to LayoutDataJubilee Young-1/+1
2024-10-27compiler: Rename LayoutS to LayoutDataJubilee Young-57/+57
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-1/+100
2024-10-28Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJungbors-2/+10
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-15/+34
2024-10-27rustc_transmute: Directly use types from rustc_abiJubilee Young-10/+10
2024-10-27don't pass `-L .../auxiliary` unless it existsjyn-1/+9
2024-10-27port `tests/ui/linkage-attr/framework` to run-makejyn-40/+43
2024-10-27give a better error for tuple structs in `derive(Diagnostic)`jyn-139/+142
2024-10-27remove dead code in CGREP scriptjyn-1/+0
2024-10-27Remove ObligationCause::span() methodMichael Goulet-26/+21
2024-10-27Stop using the whole match expr span for an arm's obligation spanMichael Goulet-21/+18
2024-10-27Support `char::is_digit` in const contextsultrabear-1/+2
2024-10-27Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgrbors-616/+802
2024-10-27Rollup merge of #132234 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-299/+612
2024-10-27Rollup merge of #132228 - devnexen:ci_update_fbsd_revert, r=workingjubileeMatthias Krüger-19/+19
2024-10-27Rollup merge of #132221 - ehuss:lint-docs, r=compiler-errorsMatthias Krüger-66/+18
2024-10-27Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errorsMatthias Krüger-153/+78
2024-10-27Rollup merge of #132043 - compiler-errors:simplify-rbv, r=cjgillotMatthias Krüger-79/+75