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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
imports
Age
Commit message (
Expand
)
Author
Lines
2018-10-24
Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...
Vadim Petrochenkov
-2
/
+20
2018-10-24
Feature gate extern prelude additions from `extern crate` items
Vadim Petrochenkov
-2
/
+7
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-0
/
+87
2018-10-17
fix other tests failing due to change in case or new suggestion for extern crate
François Mockers
-1
/
+1
2018-10-05
Reapply the macro_rules disambiguation changes from master
Vadim Petrochenkov
-18
/
+1
2018-10-05
resolve: Merge resolution for `macro_rules` into the common early in-scope re...
Vadim Petrochenkov
-18
/
+35
2018-10-03
resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...
Vadim Petrochenkov
-19
/
+2
2018-09-19
Use full name to identify a macro in a `FileName`.
Diogo Sousa
-1
/
+1
2018-09-08
resolve: More precise spans for ambiguous resolution errors
Vadim Petrochenkov
-30
/
+28
2018-08-31
cleanup: Add main functions to some UI tests
Vadim Petrochenkov
-19
/
+8
2018-08-24
Turn the error for module-relative access to macro-expanded `macro_export` ma...
Vadim Petrochenkov
-1
/
+8
2018-08-22
Auto merge of #53509 - petrochenkov:wildregr, r=alexcrichton
bors
-0
/
+21
2018-08-21
Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk
bors
-9
/
+89
2018-08-21
resolve: Unify reporting of ambiguity errors for macro paths
Vadim Petrochenkov
-10
/
+12
2018-08-20
resolve: Refactor away `MacroBinding`
Vadim Petrochenkov
-6
/
+84
2018-08-20
resolve: Reject some inaccessible candidates sooner during import resolution
Vadim Petrochenkov
-0
/
+21
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-39
/
+27
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+505
2018-08-12
Prohibit using macro-expanded `macro_export` macros through module-relative p...
Vadim Petrochenkov
-0
/
+68
2018-08-06
Enable macro modularization implicitly if one of "advanced" macro features is...
Vadim Petrochenkov
-1
/
+1
2018-07-29
resolve: Modularize crate-local `#[macro_export] macro_rules`
Vadim Petrochenkov
-0
/
+313
2018-07-20
resolve: Fully prohibit shadowing of in-scope names by globs in macro paths
Vadim Petrochenkov
-0
/
+93
2018-05-15
Turn deprecation lint `legacy_imports` into a hard error
Vadim Petrochenkov
-15
/
+16
2018-04-27
Don't feature gate bang macros on 'proc_macro_path_invoc'.
Sergio Benitez
-2
/
+2
2018-04-20
rustc: Tweak custom attribute capabilities
Alex Crichton
-2
/
+2
2018-03-14
Add empty main() to tests where it is missing.
Eric Huss
-10
/
+8
2018-03-14
Add crate name to "main function not found" error message.
Eric Huss
-2
/
+2
2018-03-14
update tests
Guillaume Gomez
-7
/
+7
2018-02-26
Update UI tests
Vadim Petrochenkov
-2
/
+2
2018-02-26
Update UI tests
Vadim Petrochenkov
-43
/
+43
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+7
2018-01-28
use correct casing for rename suggestions
Andy Russell
-2
/
+2
2018-01-18
Add E0659 for ambiguous names
Guillaume Gomez
-11
/
+11
2017-12-14
Remove NOTE/HELP annotations from UI tests
Vadim Petrochenkov
-113
/
+92
2017-12-14
Move compile-fail tests with NOTE/HELP annotations to UI
Vadim Petrochenkov
-0
/
+539
[prev]