about summary refs log tree commit diff
path: root/src/test/ui/bad
AgeCommit message (Expand)AuthorLines
2021-04-17Move some tests to more reasonable directories - 6Caio-683/+0
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-2/+2
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+15
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-19/+66
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-19/+66
2020-12-29test: updated expected Vec src pathC-1/+1
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-1/+1
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-1/+1
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-16/+37
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-6/+6
2020-09-02pretty: trim paths of unique symbolsDan Aloni-11/+11
2020-09-01Clarify message about unresolved useKornel-6/+6
2020-08-14Tweak output of E0225Esteban Küber-5/+5
2020-07-27mv std libs to library/mark-1/+1
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-1/+0
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-2/+0
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-1/+5
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-4/+3
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-2/+5
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-05Add backticks to various diagnosticsvarkor-6/+6
2019-12-23Add new folder for destructuring assignment testsvarkor-148/+1
2019-12-23Add span information to `ExprKind::Assign`varkor-18/+18
2019-12-23Recognise nested tuples/arrays/structsvarkor-1/+16
2019-12-23Add note about destructuring assignmentsvarkor-0/+135
2019-12-23Improve invalid assignment errorvarkor-16/+26
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-3/+5
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-5/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-10/+10
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-0/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-1/+2
2019-07-19normalize use of backticks in compiler messages for librustc_metadataSamy Kacimi-2/+2
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-4/+3
2019-05-29Update ui test suite to use dynmemoryruins-14/+14
2019-05-20Addressed more points raised in review.Alexander Regueiro-2/+5
2019-05-20Update tests.Alexander Regueiro-1/+3
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-9/+8
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-1/+1
2019-03-23Swap primary/secondary spans for E0458Esteban Küber-2/+2
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-1/+1
2019-03-11Update testsVadim Petrochenkov-15/+15
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-2/+2
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-2/+2
2019-02-08unused_imports: update testsPietro Albini-2/+2
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-5/+5