about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-19typo: allow EnzymeTypeTreeShiftIndiciesEqKaran Janthe-0/+1
2025-09-19added typetree support for memcpyKaran Janthe-34/+135
2025-09-19Add TypeTree tests for scalar typesKaran Janthe-0/+154
2025-09-19Update TypeTree tests to verify metadata attachmentKaran Janthe-28/+29
2025-09-19Add TypeTree metadata attachment for autodiffKaran Janthe-14/+343
2025-09-19autodiff: Add basic TypeTree with NoTT flagKaran Janthe-5/+212
2025-09-18Auto merge of #137122 - yotamofek:pr/std/iter-eq-exact-size, r=the8472bors-4/+48
2025-09-18Auto merge of #146728 - flip1995:clippy-subtree-update, r=samueltardieubors-2479/+4380
2025-09-18Specialize `Iterator::eq[_by]` for `TrustedLen` iteratorsYotam Ofek-4/+48
2025-09-18Auto merge of #146727 - matthiaskrgr:rollup-98812uj, r=matthiaskrgrbors-128/+892
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-18Auto merge of #145993 - lcnr:allow-calling-opaques, r=BoxyUwUbors-162/+965
2025-09-18Include patch in release notesMark Rousskov-2/+2
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-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-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-18fix `option_if_let_else` when `Err` variant is ignored (#14429)Manish Goregaokar-16/+60
2025-09-18Auto merge of #146698 - Zalathar:rollup-0oxl4gx, r=Zalatharbors-1038/+916
2025-09-17test cases for option_if_let_elseDaniel Gulotta-16/+60
2025-09-18Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errorsStuart Cook-61/+7
2025-09-18Rollup merge of #146673 - Zalathar:di-builder, r=nnethercoteStuart Cook-112/+103
2025-09-18Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmannStuart Cook-786/+691
2025-09-18Rollup merge of #146645 - yotamofek:pr/rustdoc/fndecl_inner_full_print, r=fmeaseStuart Cook-51/+62
2025-09-18Rollup merge of #146566 - cjgillot:mir-overlap-lint, r=saethlinStuart Cook-28/+53
2025-09-17Remove ImplSubjectCameron Steffen-61/+7
2025-09-17Do not look for `Cargo.toml` inside `target` (#15692)Jason Newcomb-0/+3
2025-09-17Remove jujutsu directory from search tools. (#15695)Samuel Tardieu-0/+3
2025-09-17Auto merge of #146685 - jdonszelmann:rollup-kwuih4z, r=jdonszelmannbors-89/+143
2025-09-17Lint overlapping assignments in MIR.Camille Gillot-28/+53