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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-39
/
+39
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-10
/
+10
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-1
/
+0
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-71
/
+71
2011-05-06
Remove a few more superfluous 'mutable' keywords
Marijn Haverbeke
-4
/
+4
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-40
/
+40
2011-05-05
Change checks to asserts in test/bench files
Tim Chevalier
-6
/
+6
2011-05-03
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
-0
/
+2
2011-05-03
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
-1
/
+1
2011-05-03
Rename the "llvm" API to "llvm-intrinsic"
Patrick Walton
-1
/
+1
2011-05-01
Un-XFAIL various tests in stage0
Brian Anderson
-6
/
+0
2011-04-19
Remove effect system from src.
Graydon Hoare
-3
/
+3
2011-03-28
Move all allocas to dedicated basic block at top of function, to keep frames ...
Graydon Hoare
-5
/
+8
2011-03-28
shootout: Hoist out the movement too; switch square root to an LLVM intrinsic
Patrick Walton
-13
/
+13
2011-03-26
shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i...
Patrick Walton
-19
/
+21
2011-03-26
Got the nbody demo working, and hopefully faster, too!
Lindsey Kuper
-106
/
+112
2011-03-26
Updates to the nbody demo.
Lindsey Kuper
-38
/
+47
2011-03-25
Switch xfail system to use comments embedded in source files.
Graydon Hoare
-0
/
+8
2011-03-25
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
-0
/
+209
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-5
/
+5
2011-03-14
Add fannkuchredux shootout benchmark
Brian Anderson
-0
/
+99
2011-03-14
Rename binary trees benchmark to match the original shootout source
Brian Anderson
-0
/
+0
2011-03-14
Implement the rest of the binary trees shootout benchmark
Brian Anderson
-0
/
+56
2011-03-14
Remove broken 99-bottles makefile and run script
Brian Anderson
-23
/
+0
2011-03-14
Integrate shootout benchmarks into testsuite
Brian Anderson
-5
/
+5
2010-09-30
Initial check-in of 99 Bottles Of Beer
Peter Hull
-0
/
+269
2010-09-15
Add Peter Hull's contributed translation of the fasta shootout benchmark (int...
Graydon Hoare
-1
/
+131
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+62
[prev]