about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-08-12Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+22
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-55/+183
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+183
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-5/+113
2019-08-11Move tests into type-alias-impl-traitAdam-0/+0
2019-08-11Add test for issue 53598 and 57700Adam-0/+74
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-11Rollup merge of #63433 - RalfJung:miri-call, r=oli-obkMark Rousskov-6/+55
2019-08-11Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddybMark Rousskov-1/+228
2019-08-11warn for more casesRalf Jung-11/+166
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-1/+73
2019-08-11Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJungbors-0/+13
2019-08-10Apply suggestions from code reviewJakub Adam Wieczorek-3/+3
2019-08-10Suggest using a qualified path in patterns with inconsistent bindingsJakub Adam Wieczorek-5/+113
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-37/+37
2019-08-10Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"Tatsuyuki Ishi-0/+13
2019-08-10fix testRalf Jung-6/+55
2019-08-10resolve: Address FIXME from the previous commitVadim Petrochenkov-4/+4
2019-08-10Fix calls to resolver from rustdoc and HIR loweringVadim Petrochenkov-1/+1
2019-08-10resolve: Move late resolution into a separate visitorVadim Petrochenkov-20/+81
2019-08-10Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavisMazdak Farrokhzad-0/+116
2019-08-10Rollup merge of #63419 - RalfJung:typeid, r=alexcrichtonMazdak Farrokhzad-4/+14
2019-08-10Rollup merge of #63399 - estebank:vec-in-pat, r=CentrilMazdak Farrokhzad-1/+33
2019-08-10Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievinkMazdak Farrokhzad-0/+31
2019-08-10Rollup merge of #63337 - estebank:break-ee0308, r=CentrilMazdak Farrokhzad-58/+515
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-5/+163
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-0/+116
2019-08-09check against more collisions for TypeId of fn pointerRalf Jung-4/+14
2019-08-09review comments: use structured suggestionEsteban Küber-6/+16
2019-08-09More explicit diagnostic when using a `vec![]` in a patternEsteban Küber-1/+23
2019-08-09fix testsEsteban Küber-3/+3
2019-08-09review comments: typo and rewordingEsteban Küber-27/+27
2019-08-09review comment: review wording or missing return errorEsteban Küber-20/+20
2019-08-09Extend suggestion support for traits and foreign itemsEsteban Küber-16/+137
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-11/+42
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-20/+20
2019-08-09Recover parser from `foo(_, _)`Esteban Küber-2/+66
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-4/+117
2019-08-09Suggest calling function on type error when finding bare fnEsteban Küber-12/+81
2019-08-09Change wording for function without return valueEsteban Küber-20/+20
2019-08-09Be more accurate when mentioning type of found match armsEsteban Küber-0/+41
2019-08-09Do not suggest using ! with breakEsteban Küber-4/+1
2019-08-09Tweak mismatched types error on break expressionsEsteban Küber-21/+42
2019-08-09Rollup merge of #63397 - JohnTitor:add-tests-for-ices, r=CentrilMazdak Farrokhzad-0/+94
2019-08-09Rollup merge of #63114 - matthewjasper:hygienic-format-args, r=petrochenkovMazdak Farrokhzad-8/+129
2019-08-09Rollup merge of #62672 - lzutao:deprecated-try-macro, r=CentrilMazdak Farrokhzad-3/+11
2019-08-09Allow deprecated try macro in test cratesLzu Tao-10/+13
2019-08-09Deprecate `try!` macroBO41-7/+12