about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-26/+235
2022-09-08Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-deadDylan DPC-0/+54
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-6/+6
2022-09-08Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8KiDylan DPC-13/+51
2022-09-08Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnrDylan DPC-7/+124
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-38/+39
2022-09-08Auto merge of #98900 - lcnr:region-stuff, r=jackh726bors-45/+7
2022-09-08stop evaluating constants in `Relate`lcnr-45/+7
2022-09-08Clarify some diagnostic messagesOli Scherer-11/+20
2022-09-08Uncomment unsound code exampleOli Scherer-2/+2
2022-09-08Opaque types' generic params do not imply anything about their hidden type's ...Oli Scherer-4/+112
2022-09-08Auto merge of #101560 - Dylan-DPC:rollup-8m8yr89, r=Dylan-DPCbors-234/+183
2022-09-08fixes #101477: Recover from typo where == is used in place of =yukang-0/+54
2022-09-08Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebankDylan DPC-234/+183
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-12/+12
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-34/+35
2022-09-08Auto merge of #101504 - lqd:rust-lld-fix, r=petrochenkovbors-0/+1
2022-09-08Adjust spacing in suggestion, add a testMichael Goulet-8/+46
2022-09-08Add associated item binding to non-param-ty where clause suggestionsMichael Goulet-2/+2
2022-09-08Avoid source-map call in operator errorMichael Goulet-5/+5
2022-09-07Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obkbors-28/+108
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-22/+102
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-6/+6
2022-09-07Rollup merge of #101521 - aDotInTheVoid:rdj-structkind, r=GuillaumeGomezMatthias Krüger-28/+71
2022-09-07Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-...Matthias Krüger-2/+13
2022-09-07Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiserMatthias Krüger-1152/+12
2022-09-07ignore `-Zgcc-ld=lld` test on msvcRémy Rakic-0/+1
2022-09-07Auto merge of #98332 - oli-obk:assume, r=wesleywiserbors-447/+120
2022-09-07Rustdoc-Json: More accurate struct type.Nixon Enraght-Moony-28/+71
2022-09-07Auto merge of #101232 - nikic:issue-98294, r=Mark-Simulacrumbors-0/+19
2022-09-07Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoeristerbors-0/+27
2022-09-07Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebankYuki Okushi-0/+56
2022-09-07Rollup merge of #101468 - spastorino:fix-ice-rpit-hrtb-without-dyn, r=cjgillotYuki Okushi-0/+43
2022-09-07Rollup merge of #101451 - cjgillot:test-100521, r=TaKO8KiYuki Okushi-0/+65
2022-09-07do not suggest a semicolon for a macro without `!`Takayuki Maeda-2/+13
2022-09-06Shrink span for bindings with subpatterns.Camille GILLOT-234/+183
2022-09-06Allow lint passes to be bound by `TyCtxt`Jason Newcomb-6/+6
2022-09-06add list of recognized repr attributes to the unrecognized repr errorasquared31415-0/+56
2022-09-06Rollup merge of #101462 - aDotInTheVoid:rdj-enum-field-2, r=GuillaumeGomezGuillaume Gomez-1/+149
2022-09-06Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-deadGuillaume Gomez-3/+48
2022-09-06Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol...Guillaume Gomez-10/+44
2022-09-06Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...Guillaume Gomez-24/+26
2022-09-06Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obkGuillaume Gomez-232/+232
2022-09-06Test bumpOli Scherer-448/+2
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-1/+1
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-1/+120
2022-09-06fix RPIT ICE for implicit HRTB when missing dynSantiago Pastorino-0/+43
2022-09-06Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPCbors-0/+91
2022-09-06Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillotDylan DPC-0/+71
2022-09-06Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnrDylan DPC-0/+20