about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-18Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514bors-8/+20
2022-11-18rename to `string_deref_patterns`Deadbeef-5/+5
2022-11-18Adding more testsDeadbeef-112/+114
2022-11-17rustdoc: update tests for enum variant margin tweakMichael Howell-5/+10
2022-11-17Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddleMatthias Krüger-4/+76
2022-11-17Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errorsMatthias Krüger-0/+25
2022-11-17Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obkMatthias Krüger-0/+21
2022-11-17Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac...Matthias Krüger-16/+1
2022-11-17Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errorsMatthias Krüger-0/+75
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-0/+38
2022-11-17Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no...Matthias Krüger-45/+43
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-0/+32
2022-11-17Migrate GUI test to use functionsGuillaume Gomez-162/+87
2022-11-17detect () to avoid redundant <> suggestion for typeYiming Lei-1/+20
2022-11-17Extend codeblock GUI test to include tooltipsGuillaume Gomez-4/+76
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-0/+76
2022-11-17Move a ui test to make space for new folderDeadbeef-0/+0
2022-11-17Add feature gateDeadbeef-44/+65
2022-11-17Minimal implementation of implicit deref patternsDeadbeef-0/+128
2022-11-17run tests on the remote device even when the default address is usedPietro Albini-3/+3
2022-11-17issue-36710 test can now run on cross-compiled targetsPietro Albini-3/+0
2022-11-17Revert "test: run-make: skip when cross-compiling"Pietro Albini-1/+5
2022-11-17add support for running binaries with remote-test-client on run-makePietro Albini-6/+17
2022-11-17Add powerpc64-ibm-aix as Tier-3 targetQiu Chaofan-1/+1
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-135/+113
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-99/+101
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-102/+106
2022-11-17Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3bors-4/+4
2022-11-16Ignore the unchecked-shifts codegen test in debug-assertions buildsScott McMurray-0/+1
2022-11-16Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkovbors-23/+201
2022-11-16Check `dyn*` return type correctlyMichael Goulet-0/+21
2022-11-16rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts-1/+1
2022-11-16Don't attempt to normalize compiler backtracesDavid Koloski-16/+1
2022-11-16Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errorsMatthias Krüger-0/+31
2022-11-16Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obkMatthias Krüger-342/+500
2022-11-16fix #104510, Remove is_tainted_by_errors since we have ty_error for delay bugyukang-0/+25
2022-11-16fix #104390, fix ICE in in_operand for ty erroryukang-0/+75
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-342/+500
2022-11-16Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r...Matthias Krüger-0/+17
2022-11-16Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG...Matthias Krüger-0/+2
2022-11-16Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnrMatthias Krüger-1/+1
2022-11-16Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillotMatthias Krüger-1/+76
2022-11-16Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillotMatthias Krüger-0/+29
2022-11-16Merge basic blocks where possible when generating LLVM IR.Nicholas Nethercote-4/+4
2022-11-15Don't duplicate last cdb debuginfo test commandEric Huss-1/+1
2022-11-15Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obkbors-41/+679
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-89/+108
2022-11-16Add some more bad suffix cases in a test.Nicholas Nethercote-17/+75
2022-11-16Add a test for different stages of lexer error reporting.Nicholas Nethercote-0/+101
2022-11-15Only do parser recovery on retried macro matchingNilstrieb-0/+31