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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Fix take glue for slices.
Michael Sullivan
-0
/
+3
2012-07-10
Don't fail when emitting free glue for fixed and region evecs.
Michael Sullivan
-3
/
+0
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-2
/
+2
2012-07-10
Get rid of a lot of bind related cruft as part of Issue #2189.
Michael Sullivan
-22
/
+14
2012-07-10
Clean up the tydesc handling code in trans.
Michael Sullivan
-88
/
+70
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-5
/
+7
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-1
/
+1
2012-07-06
Rip out a bunch more append code from trans.
Michael Sullivan
-21
/
+0
2012-07-06
Remove tvec::trans_add
Eric Holk
-3
/
+0
2012-07-05
Consider slices to be a structural type. Closes #2748.
Michael Sullivan
-2
/
+2
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-9
/
+9
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-8
/
+8
2012-07-04
Fix trans typo noticed by fuzzer. Close #2148.
Graydon Hoare
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-20
/
+26
2012-07-01
Convert to new closure syntax
Brian Anderson
-145
/
+143
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-31
/
+32
2012-06-30
Check in changes I forgot to check in
Tim Chevalier
-3
/
+3
2012-06-30
Descend into ty_boxes in type_use
Tim Chevalier
-22
/
+26
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-178
/
+178
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-26
/
+42
2012-06-27
rustc: Don't give variables the same name as enums in trans
Patrick Walton
-14
/
+14
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-23
/
+23
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-30
/
+25
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
-25
/
+24
2012-06-26
Clean up a bunch of box related code.
Michael Sullivan
-24
/
+25
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-16
/
+16
2012-06-25
Comments only: fix some comments that got spurious /~s
Michael Sullivan
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-184
/
+195
2012-06-25
Merge
Tim Chevalier
-1
/
+0
2012-06-24
Remove resources
Tim Chevalier
-169
/
+33
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
-4
/
+8
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-17
/
+17
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-1
/
+4
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
-2
/
+2
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
-7
/
+25
2012-06-20
Monomorphize dtors correctly
Tim Chevalier
-21
/
+41
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-11
/
+10
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-62
/
+101
2012-06-18
Add 'do' expressions
Brian Anderson
-0
/
+3
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
[next]