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
/
librustc_resolve
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-25
resolve: Continue search in outer scopes after applying derive resolution fal...
Vadim Petrochenkov
-13
/
+15
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-5
/
+6
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-3
/
+3
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-2
/
+2
2018-07-28
Don't format!() string literals
ljedrz
-5
/
+6
2018-07-27
Remove unnecessary `.collect()`
Shotaro Yamada
-2
/
+2
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
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: Rename `global_macros` to `macro_prelude`
Vadim Petrochenkov
-3
/
+3
2018-07-20
resolve: Remove unused parameter from `resolve_ident_in_module`
Vadim Petrochenkov
-6
/
+5
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-1
/
+15
2018-07-18
Implement existential types
Oliver Schneider
-1
/
+15
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
-6
/
+2
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
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
-30
/
+61
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
-4
/
+4
2018-07-01
absoluate -> absolute
Takanori Ishibashi
-1
/
+1
2018-06-30
Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
bors
-15
/
+43
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
-4
/
+4
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-3
/
+10
2018-06-30
resolve: Cleanup `resolve_crate_root`
Vadim Petrochenkov
-8
/
+6
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
Generate `DefId`s for the impl trait of `async` functions
Oliver Schneider
-4
/
+5
2018-06-23
hygiene: Rename `MarkKind` to `Transparency`
Vadim Petrochenkov
-2
/
+2
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
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-3
/
+3
2018-06-20
Lift bounds into GenericParam
varkor
-2
/
+2
2018-06-20
Rename structures in ast
varkor
-6
/
+6
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-10
/
+5
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-29
/
+44
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-5
/
+5
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+1
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-41
/
+10
2018-06-11
Fix extern prelude failure in rustdoc
Guillaume Gomez
-1
/
+6
[next]