about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-07Add test.Camille Gillot-0/+142
2025-08-07add more tests for `if let` guard drop orderdianne-0/+89
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-8/+11
2025-08-07Do not provide field typo suggestions for tuples and tuple structsEsteban Küber-50/+10
2025-08-07Do not suggest pinning missing `.get_ref()`Esteban Küber-17/+6
2025-08-07Account for bare tuples in field searching logicEsteban Küber-0/+142
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-123/+157
2025-08-07Add regression test for `saturating_sub` bounds check issueokaneco-0/+19
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-4/+4
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-312/+870
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-6/+9
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-69/+1
2025-08-07add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001Rémy Rakic-0/+186
2025-08-07add filtering lending iterator known-bugRémy Rakic-0/+70
2025-08-07add multiple known-bugs for NLL problem case 3Rémy Rakic-0/+778
2025-08-07add opaque type member constraint testslcnr-1/+101
2025-08-07move member-constraints testslcnr-0/+0
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-48/+48
2025-08-07Rollup merge of #145033 - nnethercote:fix-144994, r=fmeaseStuart Cook-4/+77
2025-08-07Rollup merge of #144650 - Borgerr:additional-tce-tests, r=WaffleLapkin,tgross35Stuart Cook-2/+64
2025-08-07Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro...Stuart Cook-43/+40
2025-08-07Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnrStuart Cook-19/+12
2025-08-07Rollup merge of #143929 - petrochenkov:depresolve, r=lcnrStuart Cook-38/+289
2025-08-07Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmannStuart Cook-63/+94
2025-08-07Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav...Stuart Cook-96/+79
2025-08-07Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscrossStuart Cook-14/+27
2025-08-07Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4Stuart Cook-1/+86
2025-08-07Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errorsStuart Cook-32/+102
2025-08-07Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqdbors-26/+15
2025-08-07Reimplement `print_region` in `type_name.rs`.Nicholas Nethercote-4/+77
2025-08-07Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviperbors-103/+119
2025-08-06explicit tail call tests with indirect operands in LLVM, small test for index...ash-2/+64
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-103/+119
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-41/+61
2025-08-06Changes to the tests for the `#[should_panic]` portJonathan Brouwer-63/+94
2025-08-06Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r...Guillaume Gomez-0/+35
2025-08-06Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errorsGuillaume Gomez-186/+196
2025-08-06Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui...Guillaume Gomez-0/+35
2025-08-06Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwUGuillaume Gomez-3/+26
2025-08-06Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnrGuillaume Gomez-0/+26
2025-08-06Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkinGuillaume Gomez-0/+13
2025-08-06Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmannGuillaume Gomez-6/+9
2025-08-06Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errorsGuillaume Gomez-16/+304
2025-08-06lower bindings in the order they're writtendianne-50/+33
2025-08-06base drop order on the first sub-branchdianne-46/+46
2025-08-06Explicitly disable vector feature on s390x baseline of bad-reg testPaul Murphy-1/+1
2025-08-06Revert "Preserve the .debug_gdb_scripts section"bjorn3-24/+15
2025-08-06Revert "Embed GDB pretty printers in rlibs and dylibs"bjorn3-2/+0
2025-08-06Allow function argument mismatch suggestion to be multilineSasha Pourcelot-14/+14
2025-08-06Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzolbors-60/+193