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
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-715
/
+0
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-4
/
+4
2012-02-22
Stop normalizing patterns
Marijn Haverbeke
-4
/
+6
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-44
/
+44
2012-02-15
Fix bug in safe-reference checker
Marijn Haverbeke
-28
/
+16
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-1
/
+1
2012-02-10
Remove a vestige of return-by-reference
Marijn Haverbeke
-7
/
+3
2012-02-09
Fix various bugs in monomorphization
Marijn Haverbeke
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+1
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-8
/
+8
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-1
/
+1
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-9
/
+16
2012-02-01
Remove support for native types
Marijn Haverbeke
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-11
/
+11
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-0
/
+17
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-6
/
+9
2012-01-28
core: rename vec::position* functions
Erick Tryzelaar
-1
/
+1
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-1
/
+1
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-3
/
+3
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
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
[next]