about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-2203/+114
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-4/+0
2025-07-01Do not suggest borrow that is already there in fully-qualified callEsteban Küber-0/+40
2025-07-02NoArgsAttributeParser: use an assoc const insteadPavel Grigorenko-38/+11
2025-07-01fix: remove unneeded(?) install scriptJayden Qi-3/+0
2025-07-01fix: error messageJayden Qi-3/+8
2025-07-01Rename mingw-* CI jobs to pr-*Chris Denton-81/+80
2025-07-01Fix `std-instead-of-core` FP when not all items come from the new crate (#15165)Samuel Tardieu-62/+139
2025-07-01Remove support for dyn*Michael Goulet-2203/+114
2025-07-01Remove support for dyn*Michael Goulet-4/+0
2025-07-01moved testsKivooeo-0/+0
2025-07-01Test upper overflow in `strict_sub_signed`Nurzhan Saken-1/+1
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-574/+1573
2025-07-01Ignore `float_minimum_maximum` doctests on i586Josh Stone-2/+2
2025-07-01Update `cfg(bootstrap)`Josh Stone-143/+26
2025-07-01make Box::into_raw compatible with Stacked Borrows againRalf Jung-2/+5
2025-07-01Update `STAGE0_MISSING_TARGETS`Josh Stone-2/+0
2025-07-01Update stage0 to 1.89.0-beta.1Josh Stone-460/+480
2025-07-01Update version placeholdersJosh Stone-49/+49
2025-07-01moved testsKivooeo-0/+0
2025-07-01Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global`Amanieu d'Antras-314/+316
2025-07-02Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`Hayashi Mikihiro-42/+85
2025-07-01Fix `x clean` with a fifoEric Huss-1/+1
2025-07-01Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obkGuillaume Gomez-29/+14
2025-07-01Rollup merge of #143269 - tshepang:patch-1, r=KobzolGuillaume Gomez-2/+2
2025-07-01Rollup merge of #143262 - dianqk:non_exhaustive, r=oli-obkGuillaume Gomez-25/+27
2025-07-01Rollup merge of #143255 - Kobzol:disable-lld-by-default, r=jieyouxuGuillaume Gomez-5/+8
2025-07-01Rollup merge of #143240 - JonathanBrouwer:object_lifetime_default_parser, r=o...Guillaume Gomez-2/+27
2025-07-01Rollup merge of #143230 - jieyouxu:compiletest-maintenance-2, r=KobzolGuillaume Gomez-38/+84
2025-07-01Rollup merge of #143212 - Kivooeo:tf20, r=tgross35Guillaume Gomez-223/+253
2025-07-01Rollup merge of #143210 - Kivooeo:tf19, r=tgross35Guillaume Gomez-222/+265
2025-07-01Rollup merge of #143181 - JonathanBrouwer:malformed-attrs, r=oli-obkGuillaume Gomez-15/+858
2025-07-01Rollup merge of #142760 - epage:lock, r=tgross35Guillaume Gomez-6/+6
2025-07-01Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35Guillaume Gomez-7/+16
2025-07-01Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplettGuillaume Gomez-0/+13
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-6/+12
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-6/+12
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-1012/+1149
2025-07-01fix: `std-instead-of-core` FP when not all items come from the new crateyanglsh-62/+139
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-20/+39
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-2/+27
2025-07-01moved testsKivooeo-0/+0
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-25/+6
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-75/+69
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-44/+81
2025-07-01Fix double error for `export_name`Jonathan Brouwer-88/+75
2025-07-01New test for malformed attributesJonathan Brouwer-0/+825
2025-07-01loop match: handle opaque patternsFolkert de Vries-5/+30
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-153/+242
2025-07-01Merge pull request #20136 from Hmikihiro/migrate-toggle_macro_delimiterLaurențiu Nicola-12/+14