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
/
alias.rs
Age
Commit message (
Expand
)
Author
Lines
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-38
/
+28
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-45
/
+95
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-12
/
+4
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-4
/
+5
2011-09-12
Warn when inserting an implicit copy that may be expensive
Marijn Haverbeke
-14
/
+51
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-2
/
+7
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-55
/
+62
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-3
/
+3
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-70
/
+95
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-79
/
+91
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
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
-1
/
+1
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Remove misleading outdated comment in alias.rs
Marijn Haverbeke
-5
/
+1
2011-09-01
Make alias analysis properly recognize closures in call position
Marijn Haverbeke
-1
/
+1
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-34
/
+11
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-275
/
+16
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-5
/
+5
2011-09-01
Clean up handling of restriction contexts in alias analysis
Marijn Haverbeke
-93
/
+94
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-6
/
+6
2011-08-30
Stop relying on klunky hack in alias.rs
Marijn Haverbeke
-24
/
+37
2011-08-29
Fix bug in mutable-local-marking
Marijn Haverbeke
-0
/
+1
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-31
/
+31
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-3
/
+5
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-3
/
+4
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-1
/
+2
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-11
/
+14
2011-08-22
Drop arguments on the caller side, not the callee
Marijn Haverbeke
-9
/
+15
2011-08-20
Reformat
Brian Anderson
-124
/
+137
2011-08-18
Change ast::ty_ivec, ty::ty_ivec to ty_vec
Brian Anderson
-2
/
+2
2011-08-18
Remove ast::ty_vec
Brian Anderson
-8
/
+2
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-2
/
+2
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-14
/
+14
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-14
/
+14
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-19
/
+19
2011-08-15
Tuple fields are immutable
Marijn Haverbeke
-3
/
+3
2011-08-15
Tuple types back, not constructable yet
Marijn Haverbeke
-0
/
+8
2011-08-10
rustc: Add unique pointers to the set of types we support
Patrick Walton
-0
/
+5
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-22
/
+22
2011-08-05
Revert "rustc: Introduce the concept of inline to the AST"
Patrick Walton
-5
/
+3
2011-08-05
rustc: Introduce the concept of inline to the AST
Patrick Walton
-3
/
+5
2011-08-04
Prohibit assignment to upvars in lambdas. Closes #805.
Michael Sullivan
-1
/
+23
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-24
/
+3
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-36
/
+37
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-1
/
+1
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-17
/
+39
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-4
/
+3
[prev]
[next]