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
2015-01-05
remove TyClosure
Jorge Aparicio
-9
/
+1
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-4
/
+3
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-4
/
+3
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-14
/
+10
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-27
/
+27
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-9
/
+9
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-6
/
+13
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-5
/
+7
2015-01-02
rollup merge of #20425: sanxiyn/opt-local-ty
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-6
/
+13
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+5
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-1
/
+3
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-5
/
+7
2015-01-01
auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto
bors
-5
/
+18
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-5
/
+18
2014-12-31
rustc_resolve: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-14
/
+4
2014-12-30
Fallout from stabilization
Aaron Turon
-14
/
+4
2014-12-30
rollup merge of #20115: gereeter/split-module-building
Alex Crichton
-1298
/
+1308
2014-12-30
Removed a bunch of unnecessary .clone()s from build_reduced_graph
Jonathan S
-99
/
+69
2014-12-30
Purged ReducedGraphParent
Jonathan S
-85
/
+41
2014-12-30
Cleanup unused imports resulting from move of reduced graph building
Jonathan S
-14
/
+11
2014-12-30
Moved ReducedGraphParent building to a new module
Jonathan S
-1267
/
+1354
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-4
/
+5
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-107
/
+103
2014-12-29
rollup merge of #20242: sanxiyn/break-from-fn
Alex Crichton
-2
/
+24
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-16
/
+3
2014-12-29
Switch Region information from uint to u32.
Huon Wilson
-1
/
+1
2014-12-29
Fix glob shadowing bug with re-exports
Nick Cameron
-0
/
+8
2014-12-29
Little bit of refactoring in resolve
Nick Cameron
-99
/
+94
2014-12-29
Remove the glob/shadowing exception bug
Nick Cameron
-8
/
+1
2014-12-27
Address review comments
Seo Sanghyeon
-7
/
+6
2014-12-27
Rebasing changes
Nick Cameron
-30
/
+12
2014-12-27
Fix fallout
Nick Cameron
-2
/
+2
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-56
/
+187
2014-12-26
Do not resolve labels across function boundary
Seo Sanghyeon
-2
/
+25
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-16
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-63
/
+63
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-3
/
+4
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-16
/
+3
2014-12-20
rustc_resolve: move export recording into its own module.
Eduard Burtescu
-122
/
+162
2014-12-20
rustc_resolve: move unused import checking into its own module.
Eduard Burtescu
-141
/
+178
2014-12-20
Split resolve from rustc::middle into rustc_resolve.
Eduard Burtescu
-0
/
+6281