index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
rust-2018
Age
Commit message (
Expand
)
Author
Lines
2018-10-23
pick a reference issue for absolute-paths future incompatibility info
Zack M. Davis
-16
/
+16
2018-10-02
rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.
Eduard-Mihai Burtescu
-4
/
+16
2018-09-15
rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration.
Eduard-Mihai Burtescu
-0
/
+74
2018-09-15
rustc_resolve: always include core, std and meta in the extern prelude.
Eduard-Mihai Burtescu
-2
/
+2
2018-09-15
rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.
Eduard-Mihai Burtescu
-7
/
+53
2018-09-11
we now successfully warn about `async` in macro invocations
Niko Matsakis
-13
/
+26
2018-09-10
add test case
Niko Matsakis
-0
/
+47
2018-09-10
rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...
Eduard-Mihai Burtescu
-0
/
+62
2018-09-10
rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...
Eduard-Mihai Burtescu
-0
/
+216
2018-09-09
Remove crate_visibility_modifier from 2018 edition
Mark Rousskov
-6
/
+6
2018-09-06
rustc_resolve: allow `use crate_name;` under `uniform_paths`.
Eduard-Mihai Burtescu
-31
/
+0
2018-08-29
Generalize `async_idents` to all new keywords
Alex Crichton
-5
/
+71
2018-08-27
rustc: Suggest removing `extern crate` in 2018
Alex Crichton
-0
/
+122
2018-08-21
Auto merge of #53530 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-08-20
Removed `raw_identifiers` feature gate.
Alexander Regueiro
-18
/
+16
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-17
Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton
bors
-3
/
+2
2018-08-17
Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor
Corey Farwell
-9
/
+7
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-3
/
+2
2018-08-17
rustc_resolve: don't allow paths starting with `::crate`.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-17
rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.
Eduard-Mihai Burtescu
-21
/
+92
2018-08-16
tests: prefer edition: directives to compile-flags:--edition.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-16
syntax: also warn about edition "umbrella" features being implied by --edition.
Eduard-Mihai Burtescu
-5
/
+3
2018-08-14
rustc_resolve: also inject canaries to detect block scopes shadowing `uniform...
Eduard-Mihai Burtescu
-0
/
+36
2018-08-14
rustc_resolve: inject ambiguity "canaries" when #![feature(uniform_paths)] is...
Eduard-Mihai Burtescu
-0
/
+172
2018-08-01
rustc: Trim down the `rust_2018_idioms` lint group
Alex Crichton
-7
/
+6
2018-07-26
Tweak the raw_identifiers lints in 2018
Alex Crichton
-0
/
+38
2018-07-18
Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth
bors
-0
/
+309
2018-07-18
Make `async_idents` allow-by-default
Oliver Schneider
-17
/
+23
2018-07-17
Make `async_idents` an edition incompat lint
Oliver Schneider
-15
/
+227
2018-07-14
Lint the use of async as an identifier
Oliver Schneider
-0
/
+91
2018-07-12
rustc: Lint against `#[macro_use]` in 2018 idioms
Alex Crichton
-0
/
+73
2018-07-09
in which `use` suggestions meet edition 2018
Zack M. Davis
-0
/
+43
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-10
/
+17
2018-06-01
extend `unused_extern_crates` lint with a suggestion to remove
Niko Matsakis
-0
/
+86
2018-05-30
also reset anon-param-mode for `fn()` types
Niko Matsakis
-0
/
+25
2018-05-30
reset the "anonymous lifetime mode" for parenthesized where clauses
Niko Matsakis
-0
/
+25
2018-05-25
Fix naming conventions for new lints
Vadim Petrochenkov
-28
/
+28
2018-05-23
"crate-ify" paths that begin with a renamed crate
Niko Matsakis
-0
/
+274
2018-05-23
Auto merge of #50983 - nikomatsakis:issue-50970-migration-lint-fq-path, r=ale...
bors
-0
/
+213
2018-05-23
handle fully qualified paths properly when linting
Niko Matsakis
-0
/
+213
2018-05-22
rustc: Fix another double-lint issue with `crate::`
Alex Crichton
-22
/
+36
2018-05-22
add new test and add an existing scenario I didn't see covered
Niko Matsakis
-4
/
+97
2018-05-22
create a rust-2018 directory for tests related to edition transition
Niko Matsakis
-0
/
+235