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-08-24
Optimize += [x] into a simple push operation
Marijn Haverbeke
-14
/
+82
2011-08-24
Check for is_terminated after translating a block
Marijn Haverbeke
-1
/
+1
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-49
/
+10
2011-08-23
Zero locals with initializers that may break or terminate. Closes #787
Brian Anderson
-1
/
+92
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-35
/
+45
2011-08-23
Recheck the while loop contition after continuing. Closes #825
Brian Anderson
-4
/
+14
2011-08-23
Cleanup formatting in std::sha1
Brian Anderson
-35
/
+15
2011-08-23
Fix pretty-printing of istr literals. Issue #855
Brian Anderson
-2
/
+13
2011-08-22
Eliminate unused variable warnings in stdtest
Brian Anderson
-6
/
+7
2011-08-22
Add ivec::from_str and to_str methods. Issue #855
Brian Anderson
-0
/
+18
2011-08-22
Add std::istr. Issue #855
Brian Anderson
-0
/
+712
2011-08-22
Promote std::task::rustrt::leak to std::unsafe::leak
Brian Anderson
-3
/
+8
2011-08-22
Teach rustc to append istrs. Issue #855
Brian Anderson
-7
/
+42
2011-08-22
Teach rustc to add istrs. Issue #855
Brian Anderson
-2
/
+33
2011-08-22
Encode the istr shape correctly. Issue #855
Brian Anderson
-2
/
+13
2011-08-22
Fix ivec self-append. Closes #816
Brian Anderson
-6
/
+45
2011-08-22
Create correct drop glue for istrs. Issue #855
Brian Anderson
-0
/
+10
2011-08-22
Translate istr literals. Issue #855
Brian Anderson
-55
/
+41
2011-08-22
Extract trans_ivec::alloc_with_heap from trans_ivec::trans_ivec
Brian Anderson
-9
/
+32
2011-08-22
Move trans::ivec to middle::trans_ivec
Brian Anderson
-691
/
+705
2011-08-22
Move trans_ivec into the ivec module
Brian Anderson
-95
/
+93
2011-08-22
Silence unused variable warnings in compiletest
Brian Anderson
-2
/
+2
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-314
/
+358
2011-08-22
Remove ast::spawn_dom
Brian Anderson
-2
/
+0
2011-08-22
Implement pattern guards
Marijn Haverbeke
-29
/
+96
2011-08-22
Fix bug introduced by 1a45a84e73a92e8a
Marijn Haverbeke
-0
/
+1
2011-08-22
Start using copy glue to copy bits that may contain ivecs
Marijn Haverbeke
-26
/
+43
2011-08-22
Write a type_structurally_contains, use it to rewrite has_dynamic_size
Marijn Haverbeke
-35
/
+29
2011-08-22
Remove silly restriction on passing type params by alias
Marijn Haverbeke
-21
/
+2
2011-08-22
Replace &ty::t with ty::t throughout the compiler
Marijn Haverbeke
-151
/
+151
2011-08-22
Do not check for self-assign unless dest is initialized
Marijn Haverbeke
-93
/
+92
2011-08-22
Write call_copy_glue
Marijn Haverbeke
-1
/
+40
2011-08-22
Add skeleton of copy glue that actually copies
Marijn Haverbeke
-17
/
+82
2011-08-22
Rename copy_glue back to take_glue
Marijn Haverbeke
-30
/
+30
2011-08-22
Drop arguments on the caller side, not the callee
Marijn Haverbeke
-147
/
+125
2011-08-22
Pass structural types by pointer, not by value
Marijn Haverbeke
-45
/
+38
2011-08-20
Conditionally define CDECL and FASTCALL on windows
Brian Anderson
-0
/
+4
2011-08-20
Fix comment typos
Brian Anderson
-2
/
+2
2011-08-20
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
Brian Anderson
-9
/
+47
2011-08-20
rustc: Introduce ABI versioning so we can change value representations withou...
Patrick Walton
-6
/
+34
2011-08-20
rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.h
Patrick Walton
-18
/
+43
2011-08-20
Convert task-perf-spawnalot to spawn_joinable. XFAIL
Brian Anderson
-1
/
+7
2011-08-20
Stop parsing ~[] vector syntax
Brian Anderson
-10
/
+2
2011-08-20
Stop parsing .() indexes
Brian Anderson
-7
/
+0
2011-08-20
Reformat
Brian Anderson
-7387
/
+6788
2011-08-20
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
Brian Anderson
-18
/
+18
2011-08-20
Revert "Add another 'using namespace shape' inside namespace shape"
Brian Anderson
-2
/
+0
2011-08-20
Add another 'using namespace shape' inside namespace shape
Brian Anderson
-0
/
+2
2011-08-20
Revert "Shuffle around definitions in rust_shape.h"
Brian Anderson
-110
/
+110
2011-08-20
Shuffle around definitions in rust_shape.h
Brian Anderson
-110
/
+110
[prev]
[next]