about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-15Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obkMatthias Krüger-427/+399
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-577/+2682
2024-07-15Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obkMatthias Krüger-25/+30
2024-07-14Rollup merge of #127711 - BoxyUwU:add_effects_test, r=fee1-deadMatthias Krüger-0/+88
2024-07-14Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726bors-57/+49
2024-07-14Auto merge of #127087 - cjgillot:small-map, r=oli-obkbors-139/+403
2024-07-14add_effects_testBoxy-0/+88
2024-07-13Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-SimulacrumJubilee-16/+40
2024-07-13Rollup merge of #122300 - CastilloDel:master, r=cjgillotJubilee-6/+48
2024-07-13Auto merge of #127435 - GrigorenkoPV:tests-for-112905, r=cjgillotbors-0/+92
2024-07-13consolidate miri-unleashed tests for mutable refs into one fileRalf Jung-427/+399
2024-07-13Bless coverage.Camille GILLOT-7/+9
2024-07-13Propagate places through assignments.Camille GILLOT-23/+64
2024-07-13Add test for copying aggregates.Camille GILLOT-0/+221
2024-07-13Create mapped places upon seeing them in the body.Camille GILLOT-141/+141
2024-07-13Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubileebors-0/+22
2024-07-12Move assertion-free rustdoc ice tests to rustdoc-uiMichael Howell-0/+2
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-57/+49
2024-07-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-07-12Add URL and crate_name to test casesMichael Howell-4/+26
2024-07-12Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubileebors-547/+895
2024-07-12Rollup merge of #127632 - compiler-errors:precise-capturing-rustdoc, r=fmeaseJubilee-0/+20
2024-07-12Rollup merge of #127619 - compiler-errors:precise-capturing-better-sugg, r=ol...Jubilee-3/+100
2024-07-12Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obkJubilee-0/+31
2024-07-12Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxuJubilee-63/+90
2024-07-12Rollup merge of #127338 - Oneirical:ready-your-arbatests, r=jieyouxuJubilee-35/+59
2024-07-12Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebankJubilee-1/+120
2024-07-12Rollup merge of #127209 - sayantn:xop, r=AmanieuJubilee-2/+21
2024-07-12Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebankJubilee-53/+255
2024-07-12Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebankJubilee-390/+199
2024-07-12Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubileebors-8/+423
2024-07-12Added the `xop` target feature and `xop_target_feature` gatesayantn-2/+21
2024-07-12fix interleaved panic outputjyn-4/+6
2024-07-12rewrite env-dep-info to rmakeOneirical-22/+41
2024-07-12rewrite rustc-macro-dep-files to rmakeOneirical-11/+13
2024-07-12rewrite and rename issue-83045 to rmakeOneirical-33/+39
2024-07-12rewrite and rename issue-85019-moved-src-dir to rmakeOneirical-30/+38
2024-07-12rewrite extra-filename-with-temp-outputs to rmakeOneirical-7/+23
2024-07-12Rollup merge of #126639 - sayantn:amx, r=AmanieuMatthias Krüger-2/+21
2024-07-12Adjust tests for x86 "Rust" ABI changesbeetrees-8/+34
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+6
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-0/+14
2024-07-12Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgrbors-350/+294
2024-07-12Make `;` suggestions inlineEsteban Küber-167/+29
2024-07-12More accurate incorrect use of `await` suggestionEsteban Küber-34/+51
2024-07-12Use more accurate span for `:` to `::` suggestionEsteban Küber-7/+7
2024-07-12Tweak tests to avoid confusing suggestion outputEsteban Küber-12/+12
2024-07-12Make `impl` and `!` removal suggestion `short`Esteban Küber-26/+4
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-603/+2851