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
/
rustc
/
middle
/
trans
/
shape.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-29
/
+29
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-8
/
+8
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-76
/
+76
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-11
/
+17
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-72
/
+75
2012-06-25
Finish compare glue for classes
Tim Chevalier
-2
/
+3
2012-06-24
Remove resources
Tim Chevalier
-28
/
+4
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-3
/
+3
2012-06-20
Make trans give correct types to monomorphic dtors
Tim Chevalier
-6
/
+9
2012-06-18
Use unboxed vecs for string shape glue.
Michael Sullivan
-9
/
+1
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-2
/
+1
2012-06-13
Box AST idents
Brian Anderson
-1
/
+1
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-6
/
+8
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-3
/
+9
2012-06-11
Change llsize_real to use LLVMSizeOfTypeInBits. Add comments.
Graydon Hoare
-9
/
+36
2012-06-11
Stop emitting type parameters in shape.rs.
Michael Sullivan
-16
/
+9
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-1
/
+0
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-1
/
+1
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-1
/
+0
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-2
/
+0
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-0
/
+1
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-1
/
+1
2012-05-29
modify shape code to only emit monomorphized enums (#2444)
Niko Matsakis
-186
/
+197
2012-05-29
Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Eric Holk
-2
/
+9
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-2
/
+2
2012-05-18
make more code use dvec
Niko Matsakis
-4
/
+5
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-10
/
+22
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-1
/
+1
2012-05-03
Implement better shape code for evec, estr.
Graydon Hoare
-32
/
+21
2012-05-02
rustc: Hack around some FFI bustage. Unbreak servo
Brian Anderson
-0
/
+4
2012-04-27
rustc: Clean up some enum code
Brian Anderson
-1
/
+1
2012-04-26
rustc: Add llalign_of_min
Brian Anderson
-0
/
+6
2012-04-26
rustc: Rename llalign_of_real to llalign_of_pref
Brian Anderson
-5
/
+7
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-7
/
+10
2012-04-19
Disallow rebinding / matching against consts in alts
Tim Chevalier
-12
/
+12
2012-04-19
Get fixed-size evecs working.
Graydon Hoare
-0
/
+2
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-0
/
+58
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-3
/
+3
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-1
/
+1
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-2
/
+2
2012-03-29
rustc: Fix an infinite loop during size calculations for recursive region poi...
Patrick Walton
-1
/
+1
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-2
/
+9
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-16
/
+16
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-6
/
+6
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-1
/
+0
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-34
/
+34
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-1
/
+1
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-1
/
+0
[next]