about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-05-05Be a bit more relaxed about not yet constrained infer vars in closure upvar a...Michael Goulet-11/+35
2025-05-05expand commentSkgland-0/+29
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-2/+70
2025-05-05Deeply normalize in the new solver in WFMichael Goulet-56/+98
2025-05-05Created `tests/rustdoc/async` subfolder to limit number of files at the top l...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/extern` subfolder to limit number of files at the top ...Guillaume Gomez-0/+6
2025-05-05Move primitive rustdoc tests into the `primitive` sub folderGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/enum` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/assoc` subfolder to limit number of files at the top l...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/impl` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/doc-cfg` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/macro` subfolder to limit number of files at the top l...Guillaume Gomez-0/+20
2025-05-05Created `tests/rustdoc/private` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Move intra-doc tests into the expected subfolderGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/jump-to-def` subfolder to limit number of files at the...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/auto` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/anchors` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/reexports` subfolder to limit number of files at the t...Guillaume Gomez-0/+22
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+587
2025-05-05Add ui test fn-trait-use-named-paramsxizheyin-0/+26
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-253/+236
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-4/+4
2025-05-05Resolve instance for SymFn in global/naked asmMichael Goulet-0/+62
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-0/+37
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-30/+30
2025-05-05always peel `&mut`, to allow matching on `&mut str`dianne-3/+143
2025-05-05match ergonomics for string and byte string literal patternsdianne-41/+156
2025-05-05Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkovbors-0/+468
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-78/+171
2025-05-04Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35bors-9/+54
2025-05-04Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=UrgauTrevor Gross-0/+43
2025-05-04Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simul...Trevor Gross-1/+5
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-8/+6
2025-05-04Auto merge of #140599 - petrochenkov:rawerann, r=jieyouxubors-104/+155
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+468
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-104/+155
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-43/+105
2025-05-04Make attribute safety validation logic more obviousJieyou Xu-0/+43
2025-05-04Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxubors-440/+155
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-6/+6
2025-05-04Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalatharbors-207/+455
2025-05-04Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=AmanieuStuart Cook-0/+6
2025-05-04Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxuStuart Cook-0/+16
2025-05-04Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkovStuart Cook-22/+37
2025-05-04Rollup merge of #140551 - mejrs:test4, r=jieyouxuStuart Cook-183/+254
2025-05-04Rollup merge of #140456 - fneddy:fix_s390x_codegen_simd_ext_ins_dyn, r=wesley...Stuart Cook-1/+15
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+105
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-1/+22
2025-05-04Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnrbors-33/+16