about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-23Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddleMatthias Krüger-0/+26
2023-02-23Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obkMatthias Krüger-2/+102
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-172/+136
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-640/+662
2023-02-22pluralize stuffMichael Goulet-80/+80
2023-02-22Suppress duplicated errors for associated type bounds in object typesMichael Goulet-104/+10
2023-02-22Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgrbors-2/+75
2023-02-22Move associated type bounds check to ast loweringMichael Goulet-91/+149
2023-02-22Rollup merge of #108344 - Alexendoo:test-105700, r=compiler-errorsMatthias Krüger-2/+2
2023-02-22Rollup merge of #108315 - clubby789:dead-code-in-closure, r=compiler-errorsMatthias Krüger-0/+36
2023-02-22Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o...Matthias Krüger-0/+37
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-1/+2
2023-02-22Normalize line+col in normalize-tait-in-const testAlan Egerton-1/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-22Add test to ensure there are no duplicated importsGuillaume Gomez-0/+26
2023-02-22rustdoc: update test case with intra-doc link pointing to methodMichael Howell-4/+12
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-636/+650
2023-02-22Lint dead code in closuresclubby789-0/+36
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-651/+648
2023-02-22Fix test filename for #105700Alex Macleod-2/+2
2023-02-22Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,...Guillaume Gomez-0/+25
2023-02-22Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er...Guillaume Gomez-0/+71
2023-02-22Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errorsGuillaume Gomez-26/+66
2023-02-22Rollup merge of #108230 - LittleFall:enhance/warning, r=estebankGuillaume Gomez-99/+72
2023-02-22Rollup merge of #108168 - clubby789:recursive-type-alias, r=compiler-errorsGuillaume Gomez-0/+25
2023-02-22various: translation resources from cg backendDavid Wood-6/+7
2023-02-22errors: fix translation's run-make testDavid Wood-7/+11
2023-02-22errors: generate typed identifiers in each crateDavid Wood-644/+636
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-99/+72
2023-02-21Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillotMatthias Krüger-186/+186
2023-02-21Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice...Matthias Krüger-0/+25
2023-02-21Auto merge of #108311 - oli-obk:invert_defines, r=lcnrbors-0/+14
2023-02-21Add regression test for #108281Guillaume Gomez-0/+25
2023-02-21Make hidden type registration opt-in, so that each site can be reviewed on it...Oli Scherer-0/+14
2023-02-21Fix overlapping spans in removing extra argumentsclubby789-26/+66
2023-02-21Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Kibors-21/+202
2023-02-21Auto merge of #108301 - Dylan-DPC:rollup-70zpkt0, r=Dylan-DPCbors-233/+223
2023-02-21Rollup merge of #108290 - compiler-errors:rpitit-trait-default-constraint, r=...Dylan DPC-0/+28
2023-02-21Rollup merge of #108289 - compiler-errors:name-placeholder, r=petrochenkovDylan DPC-0/+5
2023-02-21Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=...Dylan DPC-177/+176
2023-02-21Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726Dylan DPC-56/+14
2023-02-21Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472bors-111/+111
2023-02-21Specify what 'this' actually isMichael Goulet-186/+186
2023-02-21Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obkbors-9/+17
2023-02-21Add a test for default trait method with RPITITsMichael Goulet-0/+28
2023-02-21Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkovbors-22/+21
2023-02-21Fix a test.Nicholas Nethercote-3/+3
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-44/+44
2023-02-21Use `ThinVec` in `ast::PatKind::Struct`.Nicholas Nethercote-51/+51
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-40/+40