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-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
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
[prev]
[next]