about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-18Specialize `Iterator::eq[_by]` for `TrustedLen` iteratorsYotam Ofek-4/+48
2025-09-18Merge pull request #4583 from Patrick-6/miri-genmc-estimationRalf Jung-170/+395
2025-09-18Merge pull request #20695 from ShoyuVanilla/fix-another-in-treeShoyu Vanilla (Flint)-1/+1
2025-09-19fix: Fix one more thing in `in-rust-tree`Shoyu Vanilla-1/+1
2025-09-18tweak genmc error report noteRalf Jung-14/+23
2025-09-18Merge pull request #20694 from ShoyuVanilla/bump-rustcLaurențiu Nicola-49/+62
2025-09-19minor: Yet another rustc crates bumpShoyu Vanilla-49/+62
2025-09-18Merge pull request #20693 from ShoyuVanilla/fix-indexmap-in-treeLaurențiu Nicola-6/+1
2025-09-19fix: Fix `indexmap` with `in-rust-tree`Shoyu Vanilla-6/+1
2025-09-18Auto merge of #146727 - matthiaskrgr:rollup-98812uj, r=matthiaskrgrbors-128/+892
2025-09-18Allow windows resource compiler to be overriddenErick Tryzelaar-2/+22
2025-09-18Merge pull request #20691 from lnicola/bump-rustc-againShoyu Vanilla (Flint)-57/+50
2025-09-18Bump rustc crates againLaurențiu Nicola-57/+50
2025-09-18Update Cargo.lockPhilipp Krones-5/+5
2025-09-18Merge commit '20ce69b9a63bcd2756cd906fe0964d1e901e042a' into clippy-subtree-u...Philipp Krones-2474/+4375
2025-09-18Rollup merge of #146723 - Mark-Simulacrum:relnotes-fix, r=KobzolMatthias Krüger-2/+2
2025-09-18Rollup merge of #146717 - amandasystems:remove-placeholder-hack, r=lcnrMatthias Krüger-12/+18
2025-09-18Rollup merge of #146622 - aklaiber:91831_add_regression_test, r=jdonszelmannMatthias Krüger-0/+33
2025-09-18Rollup merge of #146597 - modhanami:add-struct-tail-recursion-limit-span, r=o...Matthias Krüger-65/+111
2025-09-18Rollup merge of #146487 - ferrocene:pvdrz/improve-num-coverage, r=joboetMatthias Krüger-0/+7
2025-09-18Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...Matthias Krüger-49/+721
2025-09-18Rustup (#15704)Philipp Krones-111/+117
2025-09-18Bump Clippy version -> 0.1.92Philipp Krones-5/+5
2025-09-18Bump nightly version -> 2025-09-18Philipp Krones-2/+2
2025-09-18Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2469/+4339
2025-09-18`redundant_clone`: split iterator checks into `redundant_iter_cloned` (#15277)Alejandra González-17/+44
2025-09-18Merge pull request #20690 from ShoyuVanilla/update-rustcLaurențiu Nicola-30/+44
2025-09-18chore: Update rustc depsShoyu Vanilla-30/+44
2025-09-18Auto merge of #145993 - lcnr:allow-calling-opaques, r=BoxyUwUbors-162/+965
2025-09-18Include patch in release notesMark Rousskov-2/+2
2025-09-18Enforce E0719 only for trait aliasesJules Bertholet-1094/+650
2025-09-18Do not replace `.unwrap_or(vec![])` by `.unwrap_or_default()` (#15699)Jason Newcomb-47/+86
2025-09-18Clean up universe evaluation during type test evaluationAmanda Stjerna-12/+18
2025-09-18Fix applicable after l_curly for replace_is_method_with_if_let_methodA4-Tacks-0/+18
2025-09-18internal constraints are better than placeholder outliveslcnr-3/+84
2025-09-18Add regression test for issue 91831aklaiber-0/+33
2025-09-18add tests, silence type annotations needed errors for opaqueslcnr-38/+231
2025-09-18support calls on opaque types :<lcnr-124/+734
2025-09-18Auto merge of #146671 - ZuseZ4:update-enzyme-submodule, r=davidtwcobors-0/+0
2025-09-18Do not replace `.unwrap_or(vec![])` by `.unwrap_or_default()`Samuel Tardieu-47/+62
2025-09-18Check that `.unwrap_or(LITERAL)` doesn't trigger `unwrap_or_default`Samuel Tardieu-38/+62
2025-09-18Remove feature-freeze from gh templates (#15698)Samuel Tardieu-7/+1
2025-09-18Remove feature-freeze from gh templateslukaslueg-7/+1
2025-09-18fix location for nested bodies in promotedslcnr-0/+13
2025-09-18Add GenMC estimation mode. Improve error handling and output printing.Patrick-6-170/+386
2025-09-18Auto merge of #142544 - Sa4dUs:prevent-abi-changes, r=ZuseZ4bors-3/+271
2025-09-18Remove automatic feature freeze comment (#15690)Alejandra González-108/+0
2025-09-18Set lto="fat" automatically when compiling with RUSTFLAGS="-Zautodiff=Enable".Haidong Zhang-6/+12
2025-09-18Move target machine command-line quoting from C++ to RustZalathar-49/+92
2025-09-18fix `option_if_let_else` when `Err` variant is ignored (#14429)Manish Goregaokar-16/+60