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
/
run-pass
/
pipe-pingpong-bounded.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-2
/
+2
2013-03-11
Remove uses of log
Brian Anderson
-4
/
+4
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-2
/
+2
2013-02-26
test: De-~mut the test suite. rs=demuting
Patrick Walton
-10
/
+9
2013-02-25
Revert "test: De-~mut the test suite. rs=demuting"
Patrick Walton
-9
/
+10
2013-02-25
test: De-~mut the test suite. rs=demuting
Patrick Walton
-10
/
+9
2013-02-22
auto merge of #5081 : brson/rust/pipes, r=pcwalton
bors
-3
/
+6
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-3
/
+6
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-8
/
+7
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-17
/
+17
2013-02-05
Merge
Tim Chevalier
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
testsuite: Remove call to set_buffer_, use set_buffer
Tim Chevalier
-2
/
+2
2013-01-28
testsuite: Add #[allow(structural_records)] to pipes tests
Tim Chevalier
-0
/
+2
2013-01-24
Convert pipes::Buffer into a struct
Erick Tryzelaar
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-4
/
+4
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-4
/
+4
2012-12-28
test: Fix test/run-pass/pipe-pingpong-bounded. rs=bustage
Patrick Walton
-19
/
+22
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-17
/
+13
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-0
/
+2
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
-1
/
+0
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-15
/
+15
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-5
/
+5
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-5
/
+5
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-13
/
+13
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-25
Compiled a bounded version of pingpong.
Eric Holk
-0
/
+2
2012-07-25
Refactor the bounded pingpong example to avoid needing to generate unsafe code.
Eric Holk
-6
/
+4
2012-07-25
Hand-written bounded pingpong implementation.
Eric Holk
-0
/
+106