about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-8/+10
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-116/+48
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-2267/+2449
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-221/+152
2025-08-14fixed diagnosticKivooeo-0/+83
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-60/+60
2025-08-14Update uitestsJonathan Brouwer-2267/+2449
2025-08-14Do not ICE on private type in field of unresolved structEsteban Küber-0/+30
2025-08-14resolve: Add one more test case for "binding is available in a different scop...Vadim Petrochenkov-2/+21
2025-08-14it's not a borrow checker limitation :<lcnr-23/+23
2025-08-14fix alignment testEsteban Küber-1/+1
2025-08-14Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscrossbors-7/+1
2025-08-14add regression testlcnr-0/+43
2025-08-14Add FnContext in parser for diagnosticxizheyin-46/+1
2025-08-14Add test suggest-self-in-bare-functionxizheyin-0/+87
2025-08-14resolve prelude import at `build_reduced_graph` phaseLorrensP-2158466-18/+26
2025-08-14Print regions in `type_name`.Nicholas Nethercote-9/+13
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-28/+3
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-7/+23
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+47
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-24/+42
2025-08-14Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmannGuillaume Gomez-0/+28
2025-08-14Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum...Guillaume Gomez-1/+24
2025-08-14rewrite test with `#![no_core]`StackOverflowExcept1on-69/+53
2025-08-14use ty::Value instead of manual pairs of types and valtreesRalf Jung-4/+2
2025-08-14pattern testing: store constants as valtreesRalf Jung-0/+2
2025-08-14PatKind: store constants as valtreesRalf Jung-2/+2
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-6/+16
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-1/+7
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-1/+24
2025-08-14Add regression test for a former ICE involving helper attributes containing i...León Orell Valerian Liehr-0/+28
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-18/+102
2025-08-14Stabilize `sse4a` and `tbm` target featuressayantn-7/+1
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-24/+42
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-0/+85
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-16/+86
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+3
2025-08-13Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwcoGuillaume Gomez-0/+5
2025-08-13Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` iswinstonallo-0/+77
2025-08-13Suppress wrapper suggestion when expected and actual ty are the same adt and ...xizheyin-8/+0
2025-08-13Add test suggest-add-wrapper-issue-145294xizheyin-0/+55
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-10/+2
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-18/+110
2025-08-13Add test for issue 122734Jamie Hill-Daniel-0/+78
2025-08-13suggest using `pub(crate)` for E0364Makai-0/+8
2025-08-13add testlcnr-0/+17
2025-08-13rework `add_placeholder_from_predicate_note`lcnr-25/+35
2025-08-13also consider HR boundslcnr-0/+6
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-57/+73
2025-08-13fix scope of `super let` bindings within `if let`dianne-11/+11