about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-21Make `create_dir_all_bare` an std integration testChris Denton-11/+0
2023-02-21Move `rename_directory` from ui-fulldeps to stdChris Denton-30/+0
2023-02-21Move std tests/ui-fulldeps into a std subdirectoryChris Denton-0/+0
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
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-80/+80
2023-02-21Use `ThinVec` in `ast::WhereClause`.Nicholas Nethercote-63/+63
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-52/+52
2023-02-21Add test for bad cast with deferred projection equalityMichael Goulet-0/+15
2023-02-21Name placeholder in some region errorsMichael Goulet-0/+5
2023-02-20remove flagBoxy-177/+176
2023-02-20Rollup merge of #108254 - Nathan-Fenner:nathanf/error-span-ref-trait-refine, ...Matthias Krüger-16/+54
2023-02-20Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not...Matthias Krüger-0/+45
2023-02-20Add test for reexported hidden macroGuillaume Gomez-0/+22
2023-02-20Add regression test for #108231Guillaume Gomez-0/+23
2023-02-20Auto merge of #108268 - matthiaskrgr:rollup-4tdvnx6, r=matthiaskrgrbors-7/+23
2023-02-20Move the resolver into a queryOli Scherer-0/+1
2023-02-20Make `configure_and_expand` "infalllible" by just aborting the compilation if...Oli Scherer-22/+20
2023-02-20slightly beef up dyn-star-to-dyn testRalf Jung-3/+11
2023-02-20basic dyn* support for MiriRalf Jung-6/+6
2023-02-20Rollup merge of #108265 - lcnr:cg-error-msg, r=BoxyUwUMatthias Krüger-6/+3