about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-04-09Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomezbors-9/+9
2021-04-09Add back missing trait testJoshua Nelson-9/+8
2021-04-09rustdoc: Don't generate blanket impls when running --show-coverageJoshua Nelson-0/+1
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-0/+36
2021-04-09reduce threads spawned by ui-testsThe8472-5/+16
2021-04-08Add unclosed brace in use tree testEsteban Küber-0/+165
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-0/+14
2021-04-08Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisabors-0/+91
2021-04-08Provide verbose suggestion for new output typeEsteban Küber-4/+5
2021-04-08Suggest return typeEsteban Küber-7/+40
2021-04-08Suggest changing impl parameter types to match traitEsteban Küber-18/+108
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-51/+72
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-51/+72
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-0/+91
2021-04-08Use more accurate spans for trait/impl method arg divergenceEsteban Küber-16/+16
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-77/+282
2021-04-08Improve errorRyan Levick-3/+18
2021-04-08Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R...Ryan Levick-0/+74
2021-04-08Auto merge of #83866 - jyn514:disambiguator-error, r=camelidbors-0/+12
2021-04-08Rollup merge of #83952 - estebank:issue-83943, r=petrochenkovDylan DPC-4/+40
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-128/+672
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-0/+14
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-450/+149
2021-04-07fix failing tidy checkAliénore Bouttefeux-1/+1
2021-04-07add testAliénore Bouttefeux-0/+133
2021-04-07Added additional comments and minor editsK-2/+2
2021-04-07rebase and update testsEsteban Küber-10/+42
2021-04-07add testAliénore Bouttefeux-0/+50
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-0/+12
2021-04-07Rollup merge of #83954 - estebank:issue-83613, r=varkorDylan DPC-81/+117
2021-04-07Rollup merge of #83945 - SkiFire13:fix-83924, r=estebankDylan DPC-0/+65
2021-04-07Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=ManishearthDylan DPC-2/+57
2021-04-07Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkorDylan DPC-59/+133
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-96/+147
2021-04-07Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkorDylan DPC-0/+48
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-0/+68
2021-04-06Add spans to E0277 for impl/trait type/fn obligation disparityEsteban Küber-14/+44
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-0/+3
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-106/+585
2021-04-06Use a more appropriate span for `;` suggestionEsteban Küber-0/+36
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-2/+57
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-81/+81
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-4/+40
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-0/+14
2021-04-06Fix a couple resolve bugs from binder refactorJack Huey-0/+41
2021-04-06Add regression testGiacomo Stevanato-0/+65
2021-04-06Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPCbors-0/+33
2021-04-06Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC-0/+33
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-5/+15