about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-09fix missing parenthesis in pretty discriminantMakai-2/+2
2025-08-08Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalatharbors-2093/+1409
2025-08-08Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiserStuart Cook-8/+11
2025-08-08Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkovStuart Cook-4/+4
2025-08-08Rollup merge of #145053 - lqd:known-bugs, r=jackh726Stuart Cook-0/+1034
2025-08-08Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet...Stuart Cook-69/+1
2025-08-08Rollup merge of #145030 - cjgillot:gvn-no-flatten-index, r=saethlinStuart Cook-0/+140
2025-08-08Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obkStuart Cook-1853/+2
2025-08-08Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxuStuart Cook-3/+3
2025-08-08Rollup merge of #144914 - estebank:short-paths-2, r=fee1-deadStuart Cook-41/+61
2025-08-08Rollup merge of #144764 - scottmcm:tweak-impossible-discriminant-assume, r=Wa...Stuart Cook-42/+55
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-73/+98
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-6/+9
2025-08-07Do not flatten derefs with ProjectionElem::Index.Camille Gillot-4/+2
2025-08-07Add test.Camille Gillot-0/+142
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-8/+11
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-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