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
/
compile-fail
/
imports
Age
Commit message (
Expand
)
Author
Lines
2018-01-15
Reexport -> re-export in error messages
Carol (Nichols || Goulding)
-4
/
+4
2017-12-14
Move compile-fail tests with NOTE/HELP annotations to UI
Vadim Petrochenkov
-277
/
+0
2017-07-08
Make sufficiently old or low-impact compatibility lints deny-by-default
Vadim Petrochenkov
-5
/
+3
2017-06-15
Clearer Error Message for Duplicate Definition
Alex Ozdemir
-3
/
+4
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-5
/
+0
2017-03-24
Allow declarative macros 2.0 and `use` macro imports to shadow builtin macros.
Jeffrey Seyfried
-0
/
+72
2017-03-15
Stabilize pub(restricted)
Taylor Cramer
-1
/
+0
2017-02-04
note individual lint name set via lint group attribute in notes
Zack M. Davis
-0
/
+1
2017-01-22
Warn on unused `#[macro_use]` imports.
Jeffrey Seyfried
-0
/
+21
2017-01-12
resolve: Do not use "resolve"/"resolution" in error messages
Vadim Petrochenkov
-16
/
+16
2016-12-15
Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.
Jeffrey Seyfried
-0
/
+30
2016-11-30
Add tests.
Jeffrey Seyfried
-0
/
+42
2016-11-21
Fix fallout in tests.
Jeffrey Seyfried
-5
/
+1
2016-11-17
Add tests.
Jeffrey Seyfried
-0
/
+70
2016-11-17
Add feature `use_extern_macros`.
Jeffrey Seyfried
-2
/
+2
2016-09-06
Add regression test.
Jeffrey Seyfried
-0
/
+38
2016-09-01
Avoid cascading name resolution errors caused by an ambiguous module.
Jeffrey Seyfried
-0
/
+5
2016-09-01
Avoid reporting multiple ambiguity errors for a single use of a name.
Jeffrey Seyfried
-0
/
+13
2016-09-01
item_like_imports: Allow unused ambiguous glob imports.
Jeffrey Seyfried
-0
/
+14
2016-09-01
item_like_imports: Allow multiple glob imports of the same item.
Jeffrey Seyfried
-0
/
+38
2016-09-01
item_like_imports: Make all visible items glob importable.
Jeffrey Seyfried
-0
/
+7
2016-09-01
item_like_imports: Allow single imports with a given visibility
Jeffrey Seyfried
-0
/
+37