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
/
test
/
bench
/
pingpong.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-08
test: Fix modes in the benchmarks.
Patrick Walton
-2
/
+3
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+1
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-1
/
+1
2013-04-18
core: Remove pipes::spawn_service, spawn_service_recv
Brian Anderson
-1
/
+48
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-2
/
+2
2013-02-22
auto merge of #5081 : brson/rust/pipes, r=pcwalton
bors
-3
/
+3
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-3
/
+3
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-2
/
+0
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-22
/
+22
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-28
testsuite: Allow structural records in two tests that use pipes
Tim Chevalier
-0
/
+4
2012-12-13
Rename Send trait to Owned
Brian Anderson
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-2
/
+0
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-1
/
+1
2012-10-12
Make moves explicit in bench tests
Tim Chevalier
-18
/
+18
2012-10-11
Use match move in pingpong, delete a FIXME
Tim Chevalier
-8
/
+4
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-3
/
+3
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-4
/
+4
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-4
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-19
/
+19
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-06
Enabling pingpong benchmark.
Eric Holk
-16
/
+21
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-7
/
+7
2012-07-26
re-xfailing pingpong
Eric Holk
-0
/
+1
2012-07-26
Added .peek for recv_packets
Eric Holk
-1
/
+0
2012-07-25
Added infrastructure to spin for a bit on recv. A spin count > 0 makes bench/...
Eric Holk
-1
/
+1
2012-07-25
Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macro...
Eric Holk
-0
/
+148