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-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-2
/
+2
2011-12-16
Make uses of self in impls compile
Marijn Haverbeke
-13
/
+12
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+3
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-1
/
+2
2011-12-07
Remove stmt_crate_directive, it's vestigial and confusing.
Graydon Hoare
-3
/
+0
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-3
/
+2
2011-11-30
Box ast::path values
Marijn Haverbeke
-4
/
+3
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-110
/
+3
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-1
/
+1
2011-11-21
Close hole in safe-reference analysis
Marijn Haverbeke
-3
/
+15
2011-11-21
Fix bad interaction between last-use finding and references
Marijn Haverbeke
-2
/
+9
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-1
/
+4
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-15
Fix handling of loops and conditionals in alias.rs
Marijn Haverbeke
-62
/
+149
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+2
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-1
/
+1
2011-10-25
Properly take mutable object fields into account during alias analysis
Marijn Haverbeke
-16
/
+23
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-2
/
+2
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-32
/
+0
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-1
/
+1
2011-10-12
expand purity to include unsafe
Niko Matsakis
-18
/
+22
2011-10-07
Forbid passing dynamically-sized types by value
Marijn Haverbeke
-2
/
+11
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-3
/
+1
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-1
/
+1
2011-09-28
Remove a few kludges that worked around issue #913
Marijn Haverbeke
-3
/
+1
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+7
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-3
/
+2
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-1
/
+1
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-1
/
+1
2011-09-16
Remove autoderef for calls
Marijn Haverbeke
-2
/
+2
2011-09-16
Clean up (and optimize) root-mutability analysis in alias.rs
Marijn Haverbeke
-65
/
+64
2011-09-16
Change convention for specifying referenced argument
Marijn Haverbeke
-4
/
+10
2011-09-15
Generalize expression roots in alias analysis
Marijn Haverbeke
-35
/
+40
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-25
/
+32
2011-09-15
Overhaul alias-checking of blocks
Marijn Haverbeke
-34
/
+27
2011-09-15
Make storing returned references in a by-reference local work
Marijn Haverbeke
-3
/
+25
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-2
/
+2
2011-09-15
Implement basic checking of by-reference bindings
Marijn Haverbeke
-3
/
+57
2011-09-15
Move local numbering into ast_map.rs
Marijn Haverbeke
-31
/
+25
2011-09-15
Add representation for by-ref let bindings
Marijn Haverbeke
-1
/
+2
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-6
/
+11
2011-09-14
Accept returning refs rooted in an arg from a by-ref funtion
Marijn Haverbeke
-6
/
+41
2011-09-14
Disallow implicit arg copying when the function returns a ref
Marijn Haverbeke
-1
/
+2
2011-09-14
Rudimentary checking of safe alias returns
Marijn Haverbeke
-27
/
+52
2011-09-14
Rename restrict to binding in alias.rs
Marijn Haverbeke
-75
/
+66
2011-09-14
Stop needlessly boxing vectors in alias.rs
Marijn Haverbeke
-22
/
+20
2011-09-13
Always warn when implicitly copying a generic type
Marijn Haverbeke
-12
/
+10
2011-09-13
Properly alias-check bindings in for-each loops
Marijn Haverbeke
-40
/
+32
2011-09-13
Clean up copy bookkeeping in alias.rs
Marijn Haverbeke
-36
/
+34
[next]