about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-11Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwUMatthias Krüger-2/+48
2025-03-11Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzolbors-45/+51
2025-03-11Rollup merge of #138330 - nnethercote:rm-lints-rust-sections, r=jieyouxuJakub Beránek-7/+0
2025-03-11Rollup merge of #138315 - matthiaskrgr:nextback, r=fmeaseJakub Beránek-2/+2
2025-03-11Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxuJakub Beránek-1/+1
2025-03-11Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmannJakub Beránek-35/+48
2025-03-11Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3bors-113/+120
2025-03-11Auto merge of #135651 - arjunr2:master, r=davidtwcobors-0/+190
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-24/+23
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-0/+190
2025-03-11Remove unnecessary `[lints.rust]` sections.Nicholas Nethercote-7/+0
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-128/+265
2025-03-10use next_back() instead of last() on DoubleEndedIteratorMatthias Krüger-2/+2
2025-03-10Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=NoratriebMatthias Krüger-229/+86
2025-03-10Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkovMatthias Krüger-16/+18
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-65/+60
2025-03-10Delegation: fix ICE with invalid MethodCall generationBryanskiy-16/+18
2025-03-10Share implementation of expr_u{16,32,size}.Mara Bos-21/+8
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-11/+23
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-229/+86
2025-03-10Allow int literals for pattern types with int base typesOli Scherer-2/+20
2025-03-10Reject wrapping ranges of pattern typesOli Scherer-0/+28
2025-03-10Rollup merge of #138270 - StevenMia:master, r=compiler-errorsMatthias Krüger-4/+4
2025-03-10Rollup merge of #138238 - compiler-errors:dyn-suggestion-in-struct, r=nnether...Matthias Krüger-33/+94
2025-03-10Rollup merge of #137279 - estebank:codegen-structured-errors, r=nnethercoteMatthias Krüger-84/+160
2025-03-10add tracking issue for unqualified_local_importsRalf Jung-1/+1
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-15/+22
2025-03-10Rename print_something to should_renderMichael Goulet-22/+28
2025-03-10Update rand to 0.9.0Chris Denton-7/+7
2025-03-09Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlinbors-1/+1
2025-03-09Auto merge of #138279 - matthiaskrgr:rollup-ndnoipr, r=matthiaskrgrbors-7/+6
2025-03-09Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmannMatthias Krüger-1/+1
2025-03-09Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDentonMatthias Krüger-6/+5
2025-03-09Auto merge of #137655 - nnethercote:split-edges-iterator, r=nnethercotebors-93/+132
2025-03-09Auto merge of #138267 - matthiaskrgr:rollup-vt76bhs, r=matthiaskrgrbors-1030/+1153
2025-03-09chore: Fix some commentsStevenMia-4/+4
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-66/+69
2025-03-09Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubileeMatthias Krüger-626/+723
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-86/+229
2025-03-09Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile...Matthias Krüger-74/+64
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-170/+8
2025-03-09Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compiler-errorsMatthias Krüger-8/+60
2025-03-09Auto merge of #137563 - FractalFir:dep_graph_cap, r=nnethercotebors-2/+1
2025-03-09continue to check attr if meet empty repr for adtMu001999-1/+1
2025-03-09Auto merge of #137513 - scottmcm:identity-transmute, r=saethlinbors-0/+7
2025-03-08Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obkbors-1/+6
2025-03-08Fix suggestion when there are generics, inline some thingsMichael Goulet-16/+30
2025-03-08Rework maybe_suggest_add_generic_impl_traitMichael Goulet-24/+71
2025-03-08Auto merge of #137500 - scottmcm:trunc-br, r=saethlinbors-0/+34
2025-03-08Move coroutine layout logic to `rustc_abi`Moulins-334/+373