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
/
middle
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
rustc: De-indent portions of middle::resolve
Alex Crichton
-56
/
+26
2014-01-07
Fix leaking trait imports across modules
Alex Crichton
-2
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-20
/
+19
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-2
/
+12
2014-01-02
auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton
bors
-1
/
+1
2014-01-01
Remove `extern mod foo (name="bar")` syntax, closes #9543
Florian Hahn
-1
/
+1
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-16
/
+16
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-10
/
+17
2013-12-26
librustc: De-`@mut` the value and type ribs in the resolver
Patrick Walton
-30
/
+80
2013-12-26
librustc: De-`@mut` `Module::imports` in the resolver
Patrick Walton
-14
/
+22
2013-12-26
librustc: De-`@mut` `label_ribs` in the resolver
Patrick Walton
-9
/
+24
2013-12-26
librustc: De-`@mut` the trait map
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `Rib::self_binding`
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `ImportResolution`
Patrick Walton
-7
/
+6
2013-12-26
librustc: De-`@mut` `ImportResolution::type_id`
Patrick Walton
-7
/
+8
2013-12-26
librustc: De-`@mut` `ImportResolution::type_target`
Patrick Walton
-15
/
+15
2013-12-26
librustc: De-`@mut` `ImportResolution::value_id`
Patrick Walton
-6
/
+6
2013-12-26
librustc: De-`@mut` `ImportResolution::value_target`
Patrick Walton
-14
/
+15
2013-12-26
librustc: De-`@mut` `ImportResolution::is_public`
Patrick Walton
-11
/
+11
2013-12-26
librustc: De-`@mut` `ImportResolution::outstanding_references`
Patrick Walton
-8
/
+10
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-10
/
+14
2013-12-26
librustc: De-`@mut` `Module::children`
Patrick Walton
-74
/
+119
2013-12-26
librustc: De-`@mut` the bindings list in pattern resolution
Patrick Walton
-5
/
+7
2013-12-26
librustc: De-`@mut` `Module::import_resolutions`
Patrick Walton
-21
/
+46
2013-12-26
librustc: De-`@mut` `Module::anonymous_children`
Patrick Walton
-8
/
+18
2013-12-26
librustc: De-`@mut` `NameBindings`
Patrick Walton
-28
/
+22
2013-12-26
librustc: De-`@mut` `NameBindings::value_def`
Patrick Walton
-11
/
+16
2013-12-26
librustc: De-`@mut` `NameBindings::type_def`
Patrick Walton
-33
/
+35
2013-12-26
librustc: De-`@mut` `Module::external_module_children`
Patrick Walton
-17
/
+45
2013-12-26
librustc: De-`@mut` `Rib::bindings`
Patrick Walton
-13
/
+33
2013-12-26
librustc: De-`@mut` the export map
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` `resolve::Module`
Patrick Walton
-53
/
+52
2013-12-26
librustc: De-`@mut` `resolve::Module::resolved_import_count`
Patrick Walton
-7
/
+8
2013-12-26
librustc: De-`@mut` `resolve::Module::glob_count`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `resolve::Module::def_id`
Patrick Walton
-14
/
+20
2013-12-26
librustc: De-`@mut` `resolve::Module::populated`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `resolve::Module::kind`
Patrick Walton
-11
/
+12
2013-12-25
Method-ify CStore
Steven Fackler
-14
/
+7
2013-12-17
Don't allow impls to force public types
Alex Crichton
-1
/
+6
2013-12-11
Make 'self lifetime illegal.
Erik Price
-7
/
+7
2013-12-08
Remove dead codes
Kiet Tran
-15
/
+1
2013-12-01
auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton
bors
-3
/
+3
2013-12-01
ast: Remove one `@` and fix the fallout
Philipp Brüschweiler
-3
/
+3
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-30
/
+27
2013-11-28
Register new snapshots
Alex Crichton
-41
/
+41
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-66
/
+78
2013-11-20
auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
bors
-2
/
+2
2013-11-20
Make BytePos 32-bit
Seo Sanghyeon
-2
/
+2
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-14
/
+12
2013-11-11
Remove resolve's xray infrastructure
Alex Crichton
-28
/
+0
[next]