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
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2011-05-21
rustc: Remove outdated comment
Brian Anderson
-2
/
+0
2011-05-21
rustc: Allow if expressions to fail
Brian Anderson
-6
/
+7
2011-05-21
rustc: Blocks shouldn't try to return results for ty_bot
Brian Anderson
-1
/
+2
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-1
/
+77
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-12
/
+12
2011-05-20
Translated start_task, but it fails on spp == align_down(spp)
Eric Holk
-0
/
+42
2011-05-20
Called the new_task upcall. There are refcount issues though.
Eric Holk
-1
/
+23
2011-05-20
A little closure towards translating spawn. We're about ready to do the upcal...
Eric Holk
-4
/
+47
2011-05-20
Added some comments to trans_spawn that sort of explains what needs to happen
Eric Holk
-1
/
+15
2011-05-20
Started working on translating spawn. It correctly generates the task name in...
Eric Holk
-1
/
+41
2011-05-20
Twiddle glue inlining heuristics. ~10% win on build time.
Graydon Hoare
-9
/
+25
2011-05-20
Elide a bunch of do-nothing take glue.
Graydon Hoare
-1
/
+1
2011-05-20
Remove redundant secondary declaration of glue.
Graydon Hoare
-12
/
+0
2011-05-19
rustc: Translate else if blocks the same as other blocks. Closes #388
Brian Anderson
-9
/
+12
2011-05-19
rustc: Find the correct outer scope in trans_block
Brian Anderson
-1
/
+5
2011-05-19
Revert 106216d67358f13f4be296ee59f711a1f1566bbe.
Rafael Ávila de Espíndola
-39
/
+14
2011-05-19
After all that, give up on "complex" version of type_has_pointers and just ma...
Graydon Hoare
-3
/
+3
2011-05-19
Move the ty_item_table into ty::ctxt.items, move variant_info to ty, and star...
Graydon Hoare
-97
/
+20
2011-05-19
Move type cache and node type table into type context.
Graydon Hoare
-82
/
+47
2011-05-19
make trans compile
Tim Chevalier
-1
/
+1
2011-05-19
Make trans use span_err for the dreaded "ty_var in trans::type_of" error
Tim Chevalier
-121
/
+148
2011-05-18
rustc: Don't inline free glue
Patrick Walton
-0
/
+9
2011-05-18
Factor free paths out of drop glue, into free glue as in rustboot.
Graydon Hoare
-122
/
+184
2011-05-18
Remove dead code.
Rafael Ávila de Espíndola
-45
/
+2
2011-05-18
And yet more dead code.
Rafael Ávila de Espíndola
-4
/
+2
2011-05-17
rustc: Run block cleanups on else if blocks
Brian Anderson
-2
/
+9
2011-05-17
rustc: Flatten annotations
Patrick Walton
-4
/
+4
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-138
/
+138
2011-05-17
Return a better result from blocks. Closes issue #377
Brian Anderson
-0
/
+3
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-17
/
+22
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-464
/
+464
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-5
/
+20
2011-05-16
rustc: Don't unpack annotations in trans::lval_generic_fn()
Patrick Walton
-12
/
+2
2011-05-16
rustc: Replace the redundant typeck::node_ann_ty_params() with ty::ann_to_typ...
Patrick Walton
-20
/
+4
2011-05-15
rustc: Wait until generic glue is actually emitted to define it as internal
Brian Anderson
-1
/
+6
2011-05-13
Use new module namespace syntax.
Lindsey Kuper
-1
/
+1
2011-05-13
More progress on anonymous objects.
Lindsey Kuper
-3
/
+7
2011-05-13
rustc: lowercase the link and link::write modules
Brian Anderson
-2
/
+2
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-3
/
+0
2011-05-12
rustc: Flatten recursive vectors in trans::simplify_type(). Prevents an infin...
Patrick Walton
-0
/
+3
2011-05-12
rustc: Pass a node type table around, unused as of yet
Patrick Walton
-38
/
+66
2011-05-12
Add stats option and lazily emit glue.
Graydon Hoare
-86
/
+264
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-1432
/
+1443
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-1
/
+1
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-104
/
+102
2011-05-12
Ensure ann tags are actually kept around during typechecking
Marijn Haverbeke
-2
/
+2
2011-05-12
Provide a more useful message when failing to translate a const
Marijn Haverbeke
-0
/
+3
2011-05-11
rustc: Hoist derived type descriptors to the top of the function
Patrick Walton
-69
/
+120
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-0
/
+3
2011-05-11
More alias-ification of trans.
Graydon Hoare
-279
/
+285
[next]