about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-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-21Make hidden type registration opt-in, so that each site can be reviewed on it...Oli Scherer-0/+14
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-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
2023-02-20Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...Matthias Krüger-1/+20
2023-02-20Auto merge of #107721 - megakorre:issue_105700, r=petrochenkovbors-0/+19
2023-02-20`const` generic -> const parameter in err msglcnr-6/+3
2023-02-20Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnrbors-0/+134
2023-02-20create dummy placeholder crate to prevent compilerPatrik Kårlin-0/+19
2023-02-19Only include stable lints in `rustdoc::all` groupNoah Lev-19/+40
2023-02-19Refine error span for trait error into borrowed expressionNathan Fenner-16/+54
2023-02-20Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726bors-0/+504
2023-02-19Collect fulfillment errors across implsLeón Orell Valerian Liehr-0/+40
2023-02-19Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726bors-24/+36
2023-02-19Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiaskobors-14/+176
2023-02-19Add a test and several known bugsLeón Orell Valerian Liehr-0/+127
2023-02-19Fix substitution bugLeón Orell Valerian Liehr-2/+53