about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-03-07Update testsEric Holk-7/+5
2022-03-07Stabilize const_impl_trait as wellEric Holk-33/+2
2022-03-07Update tests after feature stabilizationEric Holk-659/+107
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-3/+16
2022-03-07Add GUI test to ensure that line numbers text is aligned to the rightGuillaume Gomez-0/+3
2022-03-07Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check...Matthias Krüger-0/+31
2022-03-07Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPCMatthias Krüger-0/+45
2022-03-07add tests for #94502lcnr-0/+45
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-0/+13
2022-03-07Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwcoMatthias Krüger-0/+21
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-0/+28
2022-03-06use impl substs in on_unimplementedMichael Goulet-2/+57
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-0/+31
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-0/+13
2022-03-06Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgrbors-1/+1
2022-03-06Rollup merge of #94672 - joedeandev:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-06Auto merge of #94579 - tmiasko:target-features, r=nagisabors-3/+3
2022-03-06Updated corresponding stderrJoe-1/+1
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-1/+61
2022-03-06Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakisbors-127/+171
2022-03-06Constify slice index for stringsDeadbeef-8/+8
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-0/+8
2022-03-05Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJungbors-0/+67
2022-03-05Update new testsJack Huey-27/+5
2022-03-05Review changesJack Huey-44/+106
2022-03-05Change to lintJack Huey-12/+18
2022-03-05Change syntax for TyAlias where clausesJack Huey-98/+96
2022-03-05Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=UrgauRalf Jung-0/+49
2022-03-05Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr...Ralf Jung-0/+18
2022-03-05Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplettbors-63/+120
2022-03-06suggest removing a semicolon after derive attributesTakayuki Maeda-0/+18
2022-03-05Restrict oom_unwind test to LinuxAmanieu d'Antras-0/+1
2022-03-05Add GUI test for source code viewer scroll handlingGuillaume Gomez-0/+49
2022-03-05Improve unexpected_cfgs lint when their is no value expectedLoïc BRANSTETT-4/+22
2022-03-05Update tests.Mara Bos-63/+120
2022-03-05Auto merge of #94634 - Dylan-DPC:rollup-8wx1yrj, r=Dylan-DPCbors-69/+61
2022-03-04check extra args even if the function is not c_variadicMichael Goulet-0/+21
2022-03-05Rollup merge of #94626 - marmeladema:issue-47511-known-bug, r=jackh726Dylan DPC-4/+5
2022-03-05Rollup merge of #94624 - estebank:regression-94508, r=Dylan-DPCDylan DPC-27/+15
2022-03-05Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiaskoDylan DPC-38/+41
2022-03-05Auto merge of #93142 - estebank:missing-main, r=wesleywiserbors-86/+45
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-86/+45
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-139/+139
2022-03-04Update use_suggestion_placement.rs test, removing the FIXME that this PR fixes.Felix S. Klock II-13/+5
2022-03-04Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebankDylan DPC-1/+42
2022-03-04Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as...Dylan DPC-0/+28
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-3/+75
2022-03-04Add known-bug directive to issue #47511 test casemarmeladema-4/+5
2022-03-04Downgrade `#[test]` on macro call to warningEsteban Kuber-27/+15
2022-03-04Distinguish binding assignments, use Ty::needs_dropEric Holk-0/+19