about summary refs log tree commit diff
path: root/src/test/ui/rust-2018
AgeCommit message (Expand)AuthorLines
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-54/+130
2018-11-18resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-0/+12
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-72/+116
2018-10-28Add note linking to Rust 2018 path semantics docs.David Wood-0/+2
2018-10-23fix typos in various placesMatthias Krüger-2/+2
2018-10-20pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-16/+16
2018-10-13resolve: Scale back hard-coded extern prelude additionsVadim Petrochenkov-1/+1
2018-10-03Update tests to demonstrate 2015 behaviour.David Wood-4/+49
2018-10-03Add suggestions for unresolved imports.David Wood-1/+68
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+99
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-0/+67
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-4/+16
2018-09-28rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-4/+16
2018-09-27in which inferable outlives-requirements are lintedZack M. Davis-0/+855
2018-09-22in which we include attributes in unused `extern crate` suggestion spansZack M. Davis-0/+67
2018-09-22Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkovPietro Albini-0/+58
2018-09-16Treat `dyn` as a keyword in the 2018 editionvarkor-0/+58
2018-09-15rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.Eduard-Mihai Burtescu-0/+74
2018-09-15rustc_resolve: always include core, std and meta in the extern prelude.Eduard-Mihai Burtescu-2/+2
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-7/+53
2018-09-11we now successfully warn about `async` in macro invocationsNiko Matsakis-13/+26
2018-09-10add test caseNiko Matsakis-0/+47
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-0/+62
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...Eduard-Mihai Burtescu-0/+216
2018-09-09Remove crate_visibility_modifier from 2018 editionMark Rousskov-6/+6
2018-09-06rustc_resolve: allow `use crate_name;` under `uniform_paths`.Eduard-Mihai Burtescu-31/+0
2018-08-29Generalize `async_idents` to all new keywordsAlex Crichton-5/+71
2018-08-27rustc: Suggest removing `extern crate` in 2018Alex Crichton-0/+122
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-1/+1
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-18/+16
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-3/+2
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-9/+7
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-3/+2
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-2/+2
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-21/+92
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-4/+4
2018-08-16syntax: also warn about edition "umbrella" features being implied by --edition.Eduard-Mihai Burtescu-5/+3
2018-08-14rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...Eduard-Mihai Burtescu-0/+36
2018-08-14rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...Eduard-Mihai Burtescu-0/+172
2018-08-01rustc: Trim down the `rust_2018_idioms` lint groupAlex Crichton-7/+6
2018-07-26Tweak the raw_identifiers lints in 2018Alex Crichton-0/+38
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-0/+309
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-17/+23
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-15/+227
2018-07-14Lint the use of async as an identifierOliver Schneider-0/+91
2018-07-12rustc: Lint against `#[macro_use]` in 2018 idiomsAlex Crichton-0/+73
2018-07-09in which `use` suggestions meet edition 2018Zack M. Davis-0/+43
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-10/+17
2018-06-01extend `unused_extern_crates` lint with a suggestion to removeNiko Matsakis-0/+86