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
Age
Commit message (
Expand
)
Author
Lines
2011-06-29
rustc: Fix a leak that resulted from copying a structural interior type conta...
Patrick Walton
-12
/
+5
2011-06-29
rustc: Unbreak self assignment
Patrick Walton
-6
/
+13
2011-06-29
Extend visit to use visit_fn to visit fn expressions.
Michael Sullivan
-11
/
+12
2011-06-28
Replace common::new_seq_hash with an adapter around std::smallintmap
Brian Anderson
-1
/
+69
2011-06-28
Comments and cleanup.
Lindsey Kuper
-4
/
+9
2011-06-28
Comments and cleanup.
Lindsey Kuper
-34
/
+95
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-4
/
+4
2011-06-28
rustc: Move duplicate_heap_parts to copy glue; add a test case
Patrick Walton
-10
/
+18
2011-06-28
Remove outdated comments
Tim Chevalier
-2
/
+0
2011-06-28
Require that both sides of a swap be lvals.
Michael Sullivan
-5
/
+12
2011-06-28
Cleanup attribute code. Issue #487
Brian Anderson
-0
/
+1
2011-06-28
rustc: Rename take glue to copy glue
Patrick Walton
-26
/
+26
2011-06-28
Implement "claim"
Tim Chevalier
-7
/
+15
2011-06-28
Re-enabling some tests.
Eric Holk
-1
/
+1
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-6
/
+14
2011-06-28
Extract meta_item sorting from back::link to middle::attr
Brian Anderson
-0
/
+34
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
-1
/
+39
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+74
2011-06-28
Handle lazy binops properly in typestate
Tim Chevalier
-7
/
+26
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
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
Add simple syntax extension (#simplext)
Paul Stansifer
-2
/
+0
2011-06-28
Properly guard resource values against double-drop
Marijn Haverbeke
-18
/
+51
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
Move what's left of metadata::cwriter into middle::trans
Brian Anderson
-3
/
+17
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-7
/
+10
2011-06-27
Move metadata::cwriter::encode to metadata::tyencode
Brian Anderson
-4
/
+5
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-825
/
+9
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
removing log statement that snuck in there
Tim Chevalier
-1
/
+0
2011-06-27
Implement move for scalar values
Tim Chevalier
-1
/
+3
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-1
/
+1
2011-06-26
Reformulate an assert in ty::tag_variants
Brian Anderson
-2
/
+7
2011-06-25
Fail typechecking for bad binop/type combinations
Brian Anderson
-13
/
+117
2011-06-25
Use single-bar or to make tstate/states.rs prettier
Marijn Haverbeke
-173
/
+89
2011-06-25
Primitive support for non-copyable values
Marijn Haverbeke
-10
/
+25
2011-06-25
Allow moving out of temporary values
Marijn Haverbeke
-15
/
+9
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-12
/
+152
2011-06-25
Remove variable name 'res' from test suite
Marijn Haverbeke
-6
/
+6
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-374
/
+397
[prev]
[next]