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
/
shape.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-15
move shape into trans
Niko Matsakis
-811
/
+0
2012-02-13
Make sure simplify_type simplifies all pointer types
Marijn Haverbeke
-19
/
+17
2012-02-10
Represent boxed ifaces in a way similar to functions
Marijn Haverbeke
-7
/
+3
2012-02-09
Further WIP on classes
Tim Chevalier
-0
/
+2
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+0
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-1
/
+1
2012-02-08
deprecate old style box shape strings
Niko Matsakis
-8
/
+3
2012-02-07
Reuse monomorphized functions for different box types
Marijn Haverbeke
-0
/
+4
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-7
/
+7
2012-02-06
Self types for ifaces
Marijn Haverbeke
-5
/
+2
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-1
/
+1
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-9
/
+0
2012-02-01
Remove support for native types
Marijn Haverbeke
-2
/
+1
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-8
/
+4
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-0
/
+12
2012-01-28
core: rename vec::position* functions
Erick Tryzelaar
-1
/
+1
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-29
/
+26
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-12
/
+8
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-1
/
+0
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-36
/
+37
2012-01-21
wrap line
Niko Matsakis
-1
/
+2
2012-01-21
unify size_of, align_of into one call (metrics)
Niko Matsakis
-102
/
+97
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-9
/
+245
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-1
/
+1
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-11
/
+11
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-1
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-9
/
+9
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-26
/
+26
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-2
/
+2
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-1
/
+13
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-23
/
+16
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-5
/
+29
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-3
/
+3
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-0
/
+2
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-3
/
+3
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-1
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-1
/
+1
2011-12-23
Use the same type of record in ty::ty_fn and ty::method
Marijn Haverbeke
-1
/
+1
2011-12-16
extend with ty_send_type and ty_opaque_closure
Niko Matsakis
-1
/
+1
2011-12-15
rustc: Box the vectors returned from ty::tag_variants
Brian Anderson
-11
/
+11
2011-12-15
massive refactor of how closures work
Niko Matsakis
-13
/
+10
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-66
/
+16
2011-11-29
fix bug in shape concerning size of tag variant
Niko Matsakis
-2
/
+7
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-1
/
+1
2011-11-16
fix bug in shape where s_int/s_uint were not customized to platform
Niko Matsakis
-8
/
+25
2011-11-10
Cleanup unused imports
Haitao Li
-5
/
+3
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-3
/
+3
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-3
/
+3
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-21
/
+29
[next]