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
Age
Commit message (
Expand
)
Author
Lines
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-19
/
+16
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
/
+200
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
Improve the tests for vector self appending.
Michael Sullivan
-0
/
+26
2011-06-27
Properly handle the case where src==dst but we have to allocate a new vector.
Michael Sullivan
-1
/
+1
2011-06-27
Add a test written by jdm that tests repeated vector self appending.
Michael Sullivan
-0
/
+12
2011-06-27
Properly handle the case where src==dst in upcall_vec_append.
Michael Sullivan
-0
/
+6
2011-06-27
Index obj and res ctor metadata by ctor id, not item id
Brian Anderson
-12
/
+16
2011-06-27
etc: Eliminate dyld valgrind errors on OS X
Patrick Walton
-0
/
+238
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-31
/
+76
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
/
+10
2011-06-27
A little tidying in rt.
Graydon Hoare
-31
/
+24
2011-06-27
Implementation mising features in lock_and_signal for Win32. Also lowered th...
Eric Holk
-10
/
+11
2011-06-27
Conservatively serialize nearly all upcalls. Successfuly ran make check with ...
Eric Holk
-40
/
+78
2011-06-27
Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...
Eric Holk
-11
/
+20
2011-06-27
Added some locking to ports to prevent the case where two threads simultaneou...
Eric Holk
-13
/
+9
2011-06-27
Added an environment variable to control how many threads to use.
Eric Holk
-1
/
+18
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-30
/
+178
2011-06-27
Added a parallel fibonacci program. It doesn't actually run in parallel yet, ...
Eric Holk
-0
/
+41
2011-06-27
Easy fix for using newer LLVMs: just use the MachOObjectFile.cpp they provide.
Rafael Ávila de Espíndola
-330
/
+0
2011-06-26
Update README files
Brian Anderson
-46
/
+49
2011-06-26
Remove src/run.py
Brian Anderson
-102
/
+0
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-1
/
+104
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
/
+331
2011-06-25
Add a test for mismatched types when comparing functions
Brian Anderson
-0
/
+8
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
/
+16
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-17
/
+198
2011-06-25
Remove variable name 'res' from test suite
Marijn Haverbeke
-153
/
+153
2011-06-24
Fix inexhaustive match in parser
Tim Chevalier
-0
/
+7
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-375
/
+441
2011-06-24
Use visit_fn_{pre,post} to avoid going past lambdas during writeback instead ...
Michael Sullivan
-10
/
+13
[next]