about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-15spell "referring" correctlyAnton Lazarev-6/+6
2024-12-15compiler: Set `target_abi = "ilp32e"` on all riscv32e targetsJubilee Young-1/+1
2024-12-15Use `span_label` as it looks better when we show pattern missing binding in o...Esteban Küber-17/+5
2024-12-15Fix trimmed_def_paths ICE in the function ptr comparison lintUrgau-0/+16
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-3/+1
2024-12-15Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxubors-4/+13
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+1
2024-12-16Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu许杰友 Jieyou Xu (Joe)-3/+3
2024-12-16Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+10
2024-12-15Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubileebors-0/+24
2024-12-15crashes: more testsMatthias Krüger-0/+176
2024-12-15Improve check-cfg Cargo macro diagnostic with crate nameUrgau-3/+3
2024-12-15Auto merge of #134117 - DianQK:gep-i8, r=oli-obkbors-0/+59
2024-12-15Simplify the GEP instruction for indexDianQK-0/+59
2024-12-15Rollup merge of #134313 - compiler-errors:no-itib-def-id, r=oli-obkStuart Cook-0/+10
2024-12-15Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514Stuart Cook-8/+52
2024-12-15Fix `vec_pop_push_noop` codegen test on `wasm32-wasip1` targetEFanZh-1/+1
2024-12-15Asserts the maximum value that can be returned from `Vec::len`EFanZh-0/+52
2024-12-15Add m68k_target_featureTaiki Endo-1/+10
2024-12-14Use `PtrMetadata` instead of `Len` in slice drop shimsScott McMurray-18/+26
2024-12-14Add a mir-opt test for drop shims of arraysScott McMurray-0/+57
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-4/+14
2024-12-14don't show the full linker args unless `--verbose` is passedjyn-8/+52
2024-12-15Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgrbors-28/+489
2024-12-14Rollup merge of #134264 - adetaylor:weak-and-nonnull, r=compiler-errorsMatthias Krüger-0/+72
2024-12-14Rollup merge of #133392 - compiler-errors:object-sup, r=lcnrMatthias Krüger-12/+39
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-16/+378
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...bors-1626/+1330
2024-12-14Arbitrary self types v2: Weak, NonNull hintsAdrian Taylor-0/+72
2024-12-14Auto merge of #134305 - matthiaskrgr:rollup-bja3lsz, r=matthiaskrgrbors-23/+324
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+10
2024-12-14Make sure to use normalized ty for unevaluated const for default struct valueMichael Goulet-0/+17
2024-12-14Move default-field-values tests into a subdirectoryMichael Goulet-18/+18
2024-12-14Fix testsbjorn3-5/+4
2024-12-14Rollup merge of #134295 - compiler-errors:smir-async-closure, r=oli-obkMatthias Krüger-0/+102
2024-12-14Rollup merge of #134279 - jieyouxu:return-adjustment-target, r=compiler-errorsMatthias Krüger-8/+51
2024-12-14Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxuMatthias Krüger-0/+62
2024-12-14Rollup merge of #133221 - Urgau:check-cfg-macro-diag, r=jieyouxuMatthias Krüger-15/+109
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-80/+99
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+200
2024-12-14Add a regression test for #134162许杰友 Jieyou Xu (Joe)-8/+51
2024-12-14reject aarch64 target feature toggling that would change the float ABIRalf Jung-0/+24
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-25/+94
2024-12-14Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errorsMatthias Krüger-77/+31
2024-12-14Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwUMatthias Krüger-3/+68
2024-12-14Encode coroutine-closures in SMIRMichael Goulet-0/+102
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+200
2024-12-14Rollup merge of #134274 - fmease:amp-raw-is-a-normal-borrow, r=NoratriebMatthias Krüger-0/+30
2024-12-14Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiserMatthias Krüger-3/+42
2024-12-14Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errorsMatthias Krüger-22/+22