about summary refs log tree commit diff
path: root/src/test/ui/lint/suggestions.stderr
AgeCommit message (Expand)AuthorLines
2019-03-25Update testsJohn Kåre Alsaker-18/+18
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-15Update testsvarkor-3/+3
2018-12-25Remove licensesMark Rousskov-14/+14
2018-10-16in which unused-parens suggestions heed what the user actually wroteZack M. Davis-5/+5
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-51/+31
2018-06-30private no-mangle lints: help hint note if visibility modifier is `pub`Zack M. Davis-21/+26
2018-06-30private no-mangle lints: issue suggestion for restricted visibilityZack M. Davis-6/+22
2018-02-26Update UI testsVadim Petrochenkov-16/+16
2018-01-26Consider all whitespace when preparing spanEsteban Küber-27/+39
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/+22
2017-12-19Point at `while true` span instead of entire blockEsteban Küber-12/+2
2017-12-09Resolve type on return type suggestionEsteban Küber-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-22/+22
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-2/+6
2017-10-16bolster UI test converage for lint suggestionsZack M. Davis-11/+66
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-14/+14
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-0/+45