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
/
rustc
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-77
/
+88
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+7
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-52
/
+42
2012-06-26
rustc: Make trans no longer insist that there be exactly one impl scope per m...
Patrick Walton
-10
/
+5
2012-06-26
Revert "Clean up a bunch of box related code."
Michael Sullivan
-27
/
+38
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-11
/
+17
2012-06-26
Clean up a bunch of box related code.
Michael Sullivan
-38
/
+27
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-71
/
+75
2012-06-25
Comments only: fix some comments that got spurious /~s
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-630
/
+656
2012-06-25
Merge
Tim Chevalier
-1
/
+0
2012-06-25
Finish compare glue for classes
Tim Chevalier
-2
/
+3
2012-06-24
Remove resources
Tim Chevalier
-226
/
+44
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-1
/
+0
2012-06-22
Change resources to classes in libstd and rustc
Tim Chevalier
-6
/
+14
2012-06-21
In reachability, traverse all classes that have dtors
Tim Chevalier
-1
/
+5
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-35
/
+34
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-2
/
+5
2012-06-21
Generate a temporary for assign_ops. Issue #2581
Eric Holk
-2
/
+12
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-3
/
+3
2012-06-21
Issue #2657: track mutability of bindings, also prevent move from bindings
Niko Matsakis
-1
/
+1
2012-06-20
Make trans give correct types to monomorphic dtors
Tim Chevalier
-13
/
+41
2012-06-20
Monomorphize dtors correctly
Tim Chevalier
-21
/
+41
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-26
/
+17
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-79
/
+122
2012-06-18
Add 'do' expressions
Brian Anderson
-1
/
+5
2012-06-18
Fix generation of str/@. Closes #2638.
Michael Sullivan
-2
/
+6
2012-06-18
Use unboxed vecs for string shape glue.
Michael Sullivan
-9
/
+1
2012-06-17
Undo workaround for #2633 since it is fixed.
Niko Matsakis
-5
/
+1
2012-06-16
Comments only
Tim Chevalier
-0
/
+4
2012-06-16
Make move_val take its first argument by copy
Tim Chevalier
-1
/
+1
2012-06-15
Fix copying of fixed length vectors. Closes #2630.
Michael Sullivan
-2
/
+1
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-9
/
+19
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-12
/
+25
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-9
/
+19
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-12
/
+25
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-66
/
+161
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-16
/
+38
2012-06-14
whitespace
Tim Chevalier
-1
/
+1
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-38
/
+67
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-11
/
+54
2012-06-14
Comments only: annotate FIXMEs in reflect
Tim Chevalier
-1
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-1
/
+23
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-36
/
+24
2012-06-13
Traverse types in reachability
Tim Chevalier
-1
/
+27
2012-06-13
Box AST idents
Brian Anderson
-58
/
+58
2012-06-13
Some cleanup in tvec.
Michael Sullivan
-9
/
+6
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-3
/
+33
2012-06-12
Simplify a bunch of trans functions to not need the rust type. Remove some Po...
Michael Sullivan
-66
/
+33
2012-06-12
Make vectors contain the right type descriptor. Closes #2536.
Michael Sullivan
-16
/
+8
[prev]
[next]