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
/
mut.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-0
/
+3
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-0
/
+1
2011-12-15
rustc: Box the vectors returned from ty::tag_variants
Brian Anderson
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-07
Disallow binding by-mut-ref and by-move arguments
Marijn Haverbeke
-0
/
+25
2011-11-22
Make ast::visit only descend into types when necessary
Marijn Haverbeke
-4
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-2
/
+4
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-1
/
+1
2011-10-17
Correct two more analyses of mutable? as mutable
Brian Anderson
-2
/
+2
2011-10-17
Don't allow assignment to mutable-wha?
Brian Anderson
-9
/
+9
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-3
/
+3
2011-09-26
Fix bug in mutability-checking pass
Marijn Haverbeke
-10
/
+13
2011-09-22
Fix ty_uniq case in maybe_auto_unbox
Brian Anderson
-0
/
+1
2011-09-22
Add support for mutable unique boxes
Brian Anderson
-1
/
+1
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-1
/
+1
2011-09-16
Remove autoderef for calls
Marijn Haverbeke
-3
/
+1
2011-09-16
Clean up (and optimize) root-mutability analysis in alias.rs
Marijn Haverbeke
-5
/
+0
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-0
/
+1
2011-09-15
Add representation for by-ref let bindings
Marijn Haverbeke
-1
/
+1
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-5
/
+0
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-4
/
+4
2011-09-12
Properly implement copy expressions
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-24
/
+19
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-3
/
+4
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-4
/
+8
2011-09-02
Reformat. Issue #855
Brian Anderson
-40
/
+42
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-2
/
+6
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-0
/
+258