summary refs log tree commit diff
path: root/src/test/ui/feature-gate
AgeCommit message (Collapse)AuthorLines
2018-03-16Update testsJohn Kåre Alsaker-0/+4
2018-03-14Add backticks to `main` not found errors.Eric Huss-6/+6
2018-03-14Add suggestion where to add main function.Eric Huss-0/+4
2018-03-14Add empty main() to tests where it is missing.Eric Huss-27/+20
2018-03-14Add crate name to "main function not found" error message.Eric Huss-8/+8
Fixes #44798 and rust-lang/cargo#4948.
2018-03-14update testsGuillaume Gomez-9/+9
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-883/+883
2018-02-25Update ui testsGuillaume Gomez-0/+9
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-2/+2
This'll enable running queries that could be cached and overall be more amenable to the query infastructure.
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-466/+411
The `#[simd]` attribute has been deprecated since c8b6d5b23cc8b2d43ece9f06252c7e98280fb8e5 back in 2015. Any nightly crates using it have had ample time to switch to `#[repr(simd)]`, and if they didn't they're likely broken by now anyway.
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-3/+3
This ensures that if we emit the same diagnostic twice, the error count will match the real number of errors shown to the user. Fixes #42106
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-07Migrate a few feature gate tests to uiest31-0/+2947
Renames only in this commit, and obviously .stderr file additions.