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-07-20
Test runner should fail if any tests fail. Issue #428
Brian Anderson
-2
/
+3
2011-07-19
Add missing case in tyencode for ty_constr
Tim Chevalier
-0
/
+66
2011-07-19
Have fn_to_str use proto_to_str.
Michael Sullivan
-5
/
+2
2011-07-19
Typechecking self-calls in anon objs. Closes #540.
Lindsey Kuper
-34
/
+51
2011-07-19
Clean up formatting.
Lindsey Kuper
-13
/
+10
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-366
/
+606
2011-07-19
Simple refactoring in the pretty printer.
Michael Sullivan
-7
/
+10
2011-07-19
Register new snapshots
Brian Anderson
-10
/
+6
2011-07-19
Update snapshot scripts for new location of intrinsics.bc
Brian Anderson
-2
/
+11
2011-07-19
Fix calculation of sizeof boxed ivec of str in rt. Closes #712
Brian Anderson
-2
/
+15
2011-07-19
Style and indentation cleanups.
Lindsey Kuper
-19
/
+19
2011-07-19
Disable run-pass/lib-run on win32. Issue #714
Brian Anderson
-0
/
+7
2011-07-19
Fix color term detection in std::termivec
Brian Anderson
-1
/
+1
2011-07-19
Some progress on issue #540.
Lindsey Kuper
-46
/
+76
2011-07-19
Avoid double-closing pipes in std::run::start_program
Brian Anderson
-4
/
+13
2011-07-19
Reduced test case for issue #540.
Lindsey Kuper
-0
/
+22
2011-07-19
Comments and cleanup.
Lindsey Kuper
-9
/
+7
2011-07-19
Wrapping long strings.
Lindsey Kuper
-7
/
+7
2011-07-19
Remove cwriter.rs
Brian Anderson
-28
/
+0
2011-07-19
Add a pass that finds all of the free variables.
Michael Sullivan
-18
/
+69
2011-07-19
Move collect_upvars into its own file.
Michael Sullivan
-72
/
+96
2011-07-19
rustc: Report how much time was spent to translate each function when --stats...
Patrick Walton
-14
/
+60
2011-07-19
xfail simple-qsort.rs test at stage0.
Erick Tryzelaar
-0
/
+2
2011-07-19
Refactor std::run
Brian Anderson
-9
/
+16
2011-07-19
Fix an invalid memory access in run_program and friends
Brian Anderson
-4
/
+23
2011-07-19
Fix trans_alt to handle unreachable branches without blowing up
Marijn Haverbeke
-12
/
+25
2011-07-18
rustc: Translate locals in DPS style
Patrick Walton
-1
/
+22
2011-07-18
rustc: Remove obsolete TODO
Patrick Walton
-1
/
+0
2011-07-18
rustc: Skip null when translating string concatenation
Patrick Walton
-1
/
+6
2011-07-18
rustc: First stab at implementing interior vector concat in the DPS engine
Patrick Walton
-27
/
+267
2011-07-18
Don't use 'obj_info' as an identifier for things not of type obj_info.
Lindsey Kuper
-5
/
+5
2011-07-18
Add str::replace
Brian Anderson
-1
/
+42
2011-07-18
Add str::is_empty, is_not_empty preds
Brian Anderson
-0
/
+24
2011-07-18
Sane error message for self-call in non-obj context. Closes #707.
Lindsey Kuper
-2
/
+21
2011-07-18
Fix qsort to not skip the right side when the pivot element gets put at index 0.
Michael Sullivan
-4
/
+31
2011-07-18
Reformulate x86stdcall test so it works with check-fast
Brian Anderson
-11
/
+10
2011-07-18
Fix native-type-mismatch test on win32
Brian Anderson
-1
/
+1
2011-07-18
Add setenv to standard library
Brian Anderson
-2
/
+101
2011-07-18
Support x86 stdcall convention
Brian Anderson
-6
/
+61
2011-07-18
rustc: Stub binary operator translation
Patrick Walton
-0
/
+47
2011-07-17
rustc: Simplify the destination format in the DPS backend; optimize aliases t...
Patrick Walton
-90
/
+103
2011-07-17
Revert "Revert "Rename Passes2.cpp to Passes.cpp""
Brian Anderson
-0
/
+0
2011-07-17
Revert "Add setenv to standard library"
Brian Anderson
-113
/
+2
2011-07-17
Revert "Rename Passes2.cpp to Passes.cpp"
Brian Anderson
-0
/
+0
2011-07-17
Add setenv to standard library
Brian Anderson
-2
/
+113
2011-07-17
Rename Passes2.cpp to Passes.cpp
Brian Anderson
-0
/
+0
2011-07-17
Remove Passes.cpp from rustllvm
Brian Anderson
-14
/
+0
2011-07-17
Remove Object.h from rustllvm
Brian Anderson
-77
/
+0
2011-07-17
rustc: Use memmove instructions more aggressively in DPS mode. LLVM converts ...
Patrick Walton
-13
/
+74
2011-07-16
Removing error logging from test
Brian Anderson
-1
/
+0
[next]