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-presentation-examples.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-3
/
+3
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-0
/
+4
2013-03-06
Fix bug in coherence that causes all cross-crate impls to be regarded as
Niko Matsakis
-0
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-22
auto merge of #5081 : brson/rust/pipes, r=pcwalton
bors
-2
/
+2
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-2
/
+2
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-2
/
+0
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-13
/
+13
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-28
testsuite: Add #[allow(structural_records)] to pipes tests
Tim Chevalier
-0
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+4
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-11-29
Update tests to respect the way that macros work now.
Paul Stansifer
-2
/
+2
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-1
/
+4
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-1
/
+0
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-1
/
+1
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-9
/
+9
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-1
/
+1
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-2
/
+2
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-2
/
+1
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-2
/
+2
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-4
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-16
/
+16
2012-08-08
Updating examples
Eric Holk
-11
/
+2
2012-08-08
xfail-pretty
Eric Holk
-0
/
+2
2012-08-08
Adding some examples for my internship presentation.
Eric Holk
-0
/
+169