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
/
imports
Age
Commit message (
Expand
)
Author
Lines
2019-01-10
Fix rebase
Vadim Petrochenkov
-7
/
+7
2019-01-10
Fix a hole in generic parameter import future-proofing
Vadim Petrochenkov
-1
/
+1
2019-01-10
Stabilize `uniform_paths`
Vadim Petrochenkov
-9
/
+7
2019-01-04
resolve: Never override real bindings with `Def::Err`s from error recovery
Vadim Petrochenkov
-26
/
+29
2018-12-01
resolve: Support aliasing local crate root in extern prelude
Vadim Petrochenkov
-0
/
+37
2018-11-27
resolve: Extern prelude is for type namespace only
Vadim Petrochenkov
-0
/
+8
2018-11-27
resolve: Suggest `crate::` for resolving ambiguities when appropriate
Vadim Petrochenkov
-8
/
+10
2018-11-25
resolve: Fix some more asserts in import validation
Vadim Petrochenkov
-25
/
+61
2018-11-22
resolve: Fix some asserts in import validation
Vadim Petrochenkov
-0
/
+67
2018-11-21
Auto merge of #56117 - petrochenkov:iempty, r=eddyb
bors
-0
/
+11
2018-11-21
resolve: Make "empty import canaries" invisible from other crates
Vadim Petrochenkov
-0
/
+11
2018-11-21
Add a couple more tests
Vadim Petrochenkov
-3
/
+33
2018-11-21
Stabilize `extern_crate_item_prelude`
Vadim Petrochenkov
-7
/
+0
2018-11-18
Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-11-18
Add a couple more tests + address review comments
Vadim Petrochenkov
-0
/
+91
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-5
/
+5
2018-11-18
resolve: Tweak some articles in ambiguity diagnostics
Vadim Petrochenkov
-11
/
+11
2018-11-18
resolve: Improve diagnostics for resolution ambiguities
Vadim Petrochenkov
-87
/
+95
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-16
/
+4
2018-10-30
resolve: Fix ICE in macro import error recovery
Vadim Petrochenkov
-0
/
+39
2018-10-28
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-4
/
+4
2018-10-28
resolve: Absolute paths may be undetermined on 2018 edition
Vadim Petrochenkov
-0
/
+18
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
[next]