summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2018-03-26update testMark Mansi-7/+7
2018-03-26Stabilize i128_typeMark Mansi-2/+0
2018-03-14update testsGuillaume Gomez-2/+10
2018-03-02Remove isize testflip1995-11/+1
2018-03-01Adapt stderr of UI test to PR #48449flip1995-8/+8
2018-03-01Rewrite error reporting as requestedflip1995-17/+13
2018-03-01Suggest type for overflowing bin/hex-literalsflip1995-0/+105
2018-02-26Fix rebaseVadim Petrochenkov-10/+10
2018-02-26Update UI testsVadim Petrochenkov-7/+7
2018-02-26Update UI testsVadim Petrochenkov-80/+80
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-02-20Fix internal references to bad_style in test code.boats-3/+3
2018-02-20Fix filepath in lint test.boats-10/+10
2018-02-20Fix carets.boats-5/+5
2018-02-20Add nonstandard_style alias for bad_style.boats-0/+103
2018-02-07Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar-0/+74
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-0/+55
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-0/+74
2018-01-30wherein the parens lint keeps its own counsel re args in nested macrosZack M. Davis-0/+55
2018-01-26Consider all whitespace when preparing spanEsteban Küber-28/+46
2018-01-26Include space in suggestion `mut` in bindingsEsteban Küber-1/+1
2018-01-16in which the private no-mangle lints receive a valued lesson in humilityZack M. Davis-10/+32
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-58/+58
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-12-19Point at `while true` span instead of entire blockEsteban Küber-12/+2
2017-12-11Auto merge of #46608 - estebank:resolve-return, r=nikomatsakisbors-2/+2
2017-12-10Update ui tests' line numbers.Tommy Ip-84/+84
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+9
2017-12-09Resolve type on return type suggestionEsteban Küber-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-42/+51
2017-11-20Update ui test to rustc masterOliver Schneider-1/+0
2017-11-20Include rendered diagnostic in jsonOliver Schneider-16/+137
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-5/+383
2017-11-06Adjust json errors to byte changesOliver Schneider-32/+32
2017-11-03Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkovbors-0/+411
2017-11-03Don't add a new -Z flag, reuse -Zunstable-optionsOliver Schneider-2/+2
2017-11-03Pretty print json in ui testsOliver Schneider-5/+383
2017-11-02unreachable-pub lint for `pub` items not reachable from crate rootZack M. Davis-0/+411
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+1
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-4/+10
2017-10-24Reduce the repetition in json error outputOliver Schneider-2/+2
2017-10-24Add a test reproducing the quadratic json explosionOliver Schneider-0/+23
2017-10-19Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebankbors-3/+1
2017-10-16bolster UI test converage for lint suggestionsZack M. Davis-11/+83
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-14/+14
2017-10-11Fix #44968 Windows path in UI testsclippered-3/+1
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-0/+26
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-0/+65
2017-09-15RFC 1940 UI test in own directory, exercise must_use trait methodsZack M. Davis-53/+0
2017-08-31add a lowercase suggestion to unknown_lintsAndre Bogus-0/+41