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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
middle
/
alias.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-4
/
+4
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-4
/
+4
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-18
/
+18
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-4
/
+6
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-2
/
+5
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-19
/
+6
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-0
/
+1
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-1
/
+1
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-3
/
+3
2011-12-23
Go back to a single visit_fn function in visit.rs
Marijn Haverbeke
-4
/
+4
2011-12-23
Use the same type of record in ty::ty_fn and ty::method
Marijn Haverbeke
-3
/
+3
2011-12-21
Make { || ... } sugar for any type of closure, inferred
Niko Matsakis
-8
/
+11
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
[next]