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
Age
Commit message (
Expand
)
Author
Lines
2011-06-28
rustc: Rename take glue to copy glue
Patrick Walton
-27
/
+27
2011-06-28
Implement "claim"
Tim Chevalier
-15
/
+48
2011-06-28
Re-enabling some tests.
Eric Holk
-2
/
+2
2011-06-28
There is only one domain per kernel now.
Eric Holk
-6
/
+0
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-11
/
+41
2011-06-28
Use span_fatal for failure to find crates
Brian Anderson
-6
/
+5
2011-06-28
Extract meta_item sorting from back::link to middle::attr
Brian Anderson
-23
/
+40
2011-06-28
Add comments to middle::attr. Issue #487
Brian Anderson
-0
/
+3
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-125
/
+109
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+79
2011-06-28
Handle lazy binops properly in typestate
Tim Chevalier
-7
/
+26
2011-06-28
add a predicate that determines whether a binop is lazy (and and or are lazy)
Tim Chevalier
-0
/
+8
2011-06-28
Move glue.o to stageN/lib.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-28
rustc: Add a "type-owns-heap-mem" cache. 2x translation speedup.
Patrick Walton
-0
/
+10
2011-06-28
rustc: Don't call cmp glue if the type is a simple scalar
Patrick Walton
-39
/
+60
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-55
/
+93
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-22
/
+74
2011-06-28
Add emacs variables to encoder.rs
Brian Anderson
-0
/
+10
2011-06-28
List crate attributes when running rustc with '--ls'
Brian Anderson
-22
/
+64
2011-06-28
Use 'resource' rather than 'res' as a keyword
Marijn Haverbeke
-2
/
+2
2011-06-28
Add test cases for resources
Marijn Haverbeke
-1
/
+1
2011-06-28
Fix bug that prevented boxes-in-resources from being freed
Marijn Haverbeke
-1
/
+1
2011-06-28
Add some missing cases for ty_res in ty.rs
Marijn Haverbeke
-2
/
+28
2011-06-28
Make it possible to use * to dereference a resource
Marijn Haverbeke
-9
/
+16
2011-06-28
'#simplext' -> '#macro'
Paul Stansifer
-1
/
+1
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-42
/
+202
2011-06-28
Add AST fold.
Paul Stansifer
-0
/
+690
2011-06-28
Properly guard resource values against double-drop
Marijn Haverbeke
-18
/
+51
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-9
/
+6
2011-06-27
rustc: Call cmp glue directly if we statically know it
Patrick Walton
-3
/
+11
2011-06-27
rustc: Fix stack explosion on -O0 from Alloca() instead of alloca() in cmp glue
Patrick Walton
-1
/
+1
2011-06-27
Tests for while loops that may invalidate constraints
Tim Chevalier
-96
/
+150
2011-06-27
pure_exp should set the state, not extend it
Tim Chevalier
-2
/
+2
2011-06-27
Rename metadata::defs to metadata::tags
Brian Anderson
-4
/
+4
2011-06-27
Don't export some of the metadata modules
Brian Anderson
-0
/
+5
2011-06-27
Move what's left of metadata::cwriter into middle::trans
Brian Anderson
-15
/
+17
2011-06-27
Cleanup in metadata module
Brian Anderson
-2
/
+8
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-274
/
+295
2011-06-27
Extract metadata::tydecode from metadata::creader
Brian Anderson
-387
/
+400
2011-06-27
Extract llvm-independent code from cwriter to metadata::encoder
Brian Anderson
-486
/
+485
2011-06-27
Move metadata tag definition to metadata::defs
Brian Anderson
-92
/
+77
2011-06-27
Limit exports from metadata::tyencode
Brian Anderson
-0
/
+7
2011-06-27
Move metadata::cwriter::encode to metadata::tyencode
Brian Anderson
-245
/
+262
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-50
/
+54
2011-06-27
Limit exports from middle::metadata
Brian Anderson
-0
/
+26
2011-06-27
rustc: Directly emit calls to glue if possible
Patrick Walton
-2
/
+27
2011-06-27
Index obj and res ctor metadata by ctor id, not item id
Brian Anderson
-12
/
+16
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-21
/
+66
2011-06-27
removing log statement that snuck in there
Tim Chevalier
-1
/
+0
2011-06-27
Implement move for scalar values
Tim Chevalier
-1
/
+3
[prev]
[next]