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
/
comp
/
middle
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert the rest of rustc::middle to istrs. Issue #855
Brian Anderson
-48
/
+54
2011-08-27
Remove ast::identistr. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-28
/
+34
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-12
/
+16
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-9
/
+11
2011-08-20
Reformat
Brian Anderson
-96
/
+88
2011-08-18
Print tag names in type error messages. Closes #834.
Michael Sullivan
-2
/
+4
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-10
/
+12
2011-08-17
Refactor resolve_import
Brian Anderson
-42
/
+13
2011-08-17
Refactor resolve_import
Brian Anderson
-43
/
+47
2011-08-17
Remove unused case in resolve
Brian Anderson
-4
/
+0
2011-08-17
Refactor import lookup in middle:resolve
Brian Anderson
-10
/
+14
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-1
/
+43
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-30
/
+30
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-64
/
+64
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-12
/
+12
2011-08-16
Make let bindings' scope start at their definition
Marijn Haverbeke
-14
/
+56
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-20
/
+20
2011-08-15
Add tuple patterns
Marijn Haverbeke
-24
/
+9
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-16
/
+16
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-10
/
+3
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-61
/
+58
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-2
/
+2
2011-07-28
Parse, store and print type parameter kind constraints.
Graydon Hoare
-4
/
+12
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-873
/
+823
2011-07-27
Add missing case for view_item_use in resolve.rs
Marijn Haverbeke
-16
/
+11
2011-07-26
Resolve and typecheck alias-environment-capturing blocks.
Michael Sullivan
-8
/
+10
2011-07-26
Resolve loop collection expressions in the right scope
Marijn Haverbeke
-11
/
+15
2011-07-26
Detect duplicate field names in record literals and types
Marijn Haverbeke
-16
/
+33
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-40
/
+44
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-4
/
+4
2011-07-22
Start adding support for multiple variable declarations per stmt
Marijn Haverbeke
-6
/
+11
2011-07-22
Report unresolved names only once per function
Marijn Haverbeke
-32
/
+52
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-24
/
+13
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-5
/
+1
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-1
/
+13
2011-07-13
rustc: Remove exterior vectors from resolve again
Patrick Walton
-29
/
+26
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-07-13
box patterns, expect for the trans part
Marijn Haverbeke
-0
/
+3
2011-07-12
Revert "rustc: Remove exterior vectors from resolve"
Patrick Walton
-26
/
+29
2011-07-12
rustc: Remove exterior vectors from resolve
Patrick Walton
-29
/
+26
2011-07-12
Make resolve check for type-variable name-shadowing
Tim Chevalier
-5
/
+18
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-18
/
+27
2011-07-11
Use some actual or-patterns in resolve.rs
Marijn Haverbeke
-70
/
+34
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+12
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-4
/
+4
[prev]
[next]