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
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-2400
/
+0
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-0
/
+5
2012-02-23
Make sure fold_ty preserves associated def_ids
Marijn Haverbeke
-0
/
+4
2012-02-21
Clean up unification code
Marijn Haverbeke
-328
/
+116
2012-02-21
Clean up some FIXMEs in middle:: modules
Marijn Haverbeke
-25
/
+13
2012-02-20
More work on typechecking classes
Tim Chevalier
-1
/
+0
2012-02-20
Further work on resolving and typechecking classes
Tim Chevalier
-3
/
+16
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-27
/
+30
2012-02-13
Track purity/unsafety of iface and impl methods
Marijn Haverbeke
-1
/
+4
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-1
/
+1
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-1
/
+1
2012-02-10
create serialization lib and update serializer to use it
Niko Matsakis
-1
/
+1
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-14
/
+15
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+39
2012-02-10
create serializer project which autogenerates serialization code
Niko Matsakis
-1
/
+15
2012-02-10
Represent boxed ifaces in a way similar to functions
Marijn Haverbeke
-2
/
+2
2012-02-09
Further WIP on classes
Tim Chevalier
-2
/
+17
2012-02-09
Fix various bugs in monomorphization
Marijn Haverbeke
-7
/
+7
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-9
/
+1
2012-02-08
Monomorphize resource and variant constructors
Marijn Haverbeke
-5
/
+0
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-83
/
+42
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-519
/
+336
2012-02-06
Self types for ifaces
Marijn Haverbeke
-44
/
+19
2012-02-05
don't fail if inference is not complete
Niko Matsakis
-0
/
+1
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-17
/
+99
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-1
/
+1
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-6
/
+3
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-1
/
+1
2012-02-01
Remove support for native types
Marijn Haverbeke
-39
/
+9
2012-01-31
Change option::t to option
Tim Chevalier
-14
/
+14
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-16
/
+39
2012-01-31
Move walk_ty to stack closure
Marijn Haverbeke
-40
/
+25
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-56
/
+11
2012-01-30
Revert self types
Marijn Haverbeke
-13
/
+18
2012-01-27
Make occurs check in ty::fixup_vars more reliable
Marijn Haverbeke
-11
/
+19
2012-01-27
Properly check enum types for recursion
Marijn Haverbeke
-0
/
+1
2012-01-26
Allow operator overloading of the indexing operator
Marijn Haverbeke
-3
/
+4
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-58
/
+4
2012-01-25
Implement implicit self type parameters for ifaces
Marijn Haverbeke
-20
/
+15
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-45
/
+45
2012-01-23
s/block()/fn()/g
Niko Matsakis
-5
/
+4
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-60
/
+60
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-14
/
+14
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-159
/
+159
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-2
/
+3
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-6
/
+2
2012-01-17
Merge pull request #1544 from kevina/issue-1393
Graydon Hoare
-2
/
+2
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-2
/
+3
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-14
/
+23
[next]