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-09-12
Properly implement copy expressions
Marijn Haverbeke
-1
/
+1
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-0
/
+4
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-97
/
+98
2011-09-09
Fix scope issue in resolution of alt-arm patterns
Marijn Haverbeke
-5
/
+5
2011-09-02
Reformat. Issue #855
Brian Anderson
-110
/
+99
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-15
/
+15
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-22
/
+41
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-1
/
+1
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-19
/
+19
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-4
/
+2
2011-08-29
Stab-in-the-dark error fix for the crashing windows tinderboxes. Helps win2 a...
Graydon Hoare
-2
/
+4
2011-08-29
Warn for exports that refer to non-existent items
Marijn Haverbeke
-2
/
+35
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-25
/
+26
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
[prev]
[next]