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-11-29
resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`
Vadim Petrochenkov
-0
/
+21
2018-11-25
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-6
/
+6
2018-11-25
Remove duplicate tests for uniform paths
Vadim Petrochenkov
-312
/
+0
2018-11-17
Add a couple more tests + address review comments
Vadim Petrochenkov
-4
/
+63
2018-11-17
resolve: Future-proof against imports referring to local variables and generi...
Vadim Petrochenkov
-0
/
+99
2018-11-17
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-5
/
+5
2018-11-17
resolve: Reintroduce feature gate for uniform paths in imports
Vadim Petrochenkov
-42
/
+38
2018-11-17
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-0
/
+154
2018-11-17
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-22
/
+22
2018-11-17
resolve: Recover "did you mean" suggestions in imports
Vadim Petrochenkov
-8
/
+2
2018-11-17
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-54
/
+130
2018-11-17
resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...
Vadim Petrochenkov
-0
/
+12
2018-11-17
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-72
/
+116
2018-10-29
Add note linking to Rust 2018 path semantics docs.
David Wood
-0
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-2
/
+2
2018-10-20
pick a reference issue for absolute-paths future incompatibility info
Zack M. Davis
-16
/
+16
2018-10-13
resolve: Scale back hard-coded extern prelude additions
Vadim Petrochenkov
-1
/
+1
2018-10-03
Update tests to demonstrate 2015 behaviour.
David Wood
-4
/
+49
2018-10-03
Add suggestions for unresolved imports.
David Wood
-1
/
+68
2018-10-02
Add `crate::` to trait suggestions in Rust 2018.
David Wood
-0
/
+99
2018-10-01
Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebank
kennytm
-0
/
+67
2018-09-30
Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton
bors
-4
/
+16
2018-09-28
rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.
Eduard-Mihai Burtescu
-4
/
+16
2018-09-27
in which inferable outlives-requirements are linted
Zack M. Davis
-0
/
+855
2018-09-22
in which we include attributes in unused `extern crate` suggestion spans
Zack M. Davis
-0
/
+67
2018-09-22
Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov
Pietro Albini
-0
/
+58
2018-09-16
Treat `dyn` as a keyword in the 2018 edition
varkor
-0
/
+58
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
[next]