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
/
librustc_resolve
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
Auto merge of #52589 - petrochenkov:derlint, r=alexcrichton
bors
-17
/
+33
2018-07-23
Auto merge of #52568 - oli-obk:span_bug_error, r=varkor
bors
-0
/
+2
2018-07-21
Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific...
Vadim Petrochenkov
-17
/
+33
2018-07-20
Properly scope label resolution
Oliver Schneider
-0
/
+2
2018-07-20
resolve: Add more comments to in-module resolution
Vadim Petrochenkov
-22
/
+26
2018-07-20
resolve: Fully prohibit shadowing of in-scope names by globs in macro paths
Vadim Petrochenkov
-3
/
+2
2018-07-20
data_structures: Add a reference wrapper for pointer-indexed maps/sets
Vadim Petrochenkov
-8
/
+8
2018-07-20
resolve: Add some comments to in-module resolution
Vadim Petrochenkov
-14
/
+31
2018-07-20
resolve: Remove `SingleImports` in favor of a simple set
Vadim Petrochenkov
-99
/
+26
2018-07-20
resolve: Rename `global_macros` to `macro_prelude`
Vadim Petrochenkov
-15
/
+15
2018-07-20
resolve: Remove unused parameter from `resolve_ident_in_module`
Vadim Petrochenkov
-11
/
+8
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-1
/
+20
2018-07-18
Implement existential types
Oliver Schneider
-1
/
+20
2018-07-17
rustc: Fix a suggestion for the `proc_macro` feature
Alex Crichton
-1
/
+1
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-7
/
+3
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-3
/
+34
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-3
/
+34
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+2
2018-07-12
rustc: Lint against `#[macro_use]` in 2018 idioms
Alex Crichton
-1
/
+16
2018-07-12
Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkov
kennytm
-4
/
+6
2018-07-12
Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov
bors
-1
/
+17
2018-07-12
Deny bare trait objects in src/librustc_resolve
ljedrz
-4
/
+6
2018-07-11
Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton
Mark Rousskov
-38
/
+64
2018-07-11
Fix typo in E0433 docs
Felix Rabe
-1
/
+1
2018-07-10
rustc: Search all derives for inert attributes
Alex Crichton
-1
/
+17
2018-07-09
in which `use` suggestions meet edition 2018
Zack M. Davis
-1
/
+12
2018-07-08
Remove fallback to parent modules from lexical resolution
Vadim Petrochenkov
-26
/
+57
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-12
/
+7
2018-07-01
absoluate -> absolute
Takanori Ishibashi
-1
/
+1
2018-06-30
Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
bors
-31
/
+59
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-4
/
+5
2018-06-30
Address comments
Vadim Petrochenkov
-2
/
+1
2018-06-30
Restore the old behavior of `$crate` in nested `macro_rules`
Vadim Petrochenkov
-1
/
+25
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-6
/
+6
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-4
/
+13
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-8
/
+7
2018-06-30
resolve: Cleanup `resolve_crate_root`
Vadim Petrochenkov
-13
/
+10
2018-06-28
Fix rebase
Vadim Petrochenkov
-5
/
+5
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for path segments in HIR
Vadim Petrochenkov
-10
/
+8
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-1
/
+8
2018-06-27
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-4
/
+5
2018-06-23
hygiene: More descriptive names for things involved in late hygienic name res...
Vadim Petrochenkov
-1
/
+2
2018-06-23
expansion: Rename `Expansion` to `AstFragment`
Vadim Petrochenkov
-8
/
+9
2018-06-23
hygiene: Rename `MarkKind` to `Transparency`
Vadim Petrochenkov
-5
/
+5
2018-06-21
PathParameters -> GenericArgs fixes
Taylor Cramer
-5
/
+5
2018-06-21
Add path parameters to std_path
Taylor Cramer
-5
/
+25
2018-06-21
Async methods
Taylor Cramer
-52
/
+25
2018-06-21
async await desugaring and tests
Taylor Cramer
-3
/
+87
2018-06-20
Address various comments
varkor
-19
/
+19
[prev]
[next]