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-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
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-448
/
+444
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-12
/
+0
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-16
/
+16
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
2011-07-25
Disallow block as a variable name in preparation for it becoming a keyword.
Michael Sullivan
-8
/
+8
2011-07-22
Start adding support for multiple variable declarations per stmt
Marijn Haverbeke
-7
/
+9
2011-07-22
Fix unboxing in alias pass
Marijn Haverbeke
-15
/
+27
2011-07-21
Make ty::ctxt be boxed.
Michael Sullivan
-18
/
+18
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-90
/
+93
2011-07-13
box patterns, expect for the trans part
Marijn Haverbeke
-0
/
+1
2011-07-13
Do not allow moving out of obj fields, properly check move inits
Marijn Haverbeke
-87
/
+85
2011-07-11
rustc: Implement pointer dereference; add a test case
Patrick Walton
-0
/
+1
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+3
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-2
/
+2
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-1
/
+1
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-3
/
+3
2011-07-07
Improve handling of move and swap by alias checker
Marijn Haverbeke
-10
/
+24
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
[prev]
[next]