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
/
libstd
/
flatpipes.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-21
/
+17
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-90
/
+85
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-5
/
+5
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-3
/
+3
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-3
/
+3
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-3
/
+5
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-2
/
+2
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-18
/
+15
2013-01-25
Merge remote-tracking branch 'brson/nocommupstream'
Brian Anderson
-1
/
+2
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-2
/
+2
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-1
/
+2
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-0
/
+10
2013-01-10
std: Address XXXes in flatpipes
Tim Chevalier
-67
/
+8
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+19
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-19
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+19
2012-12-28
libstd: Fix tests. rs=bustage
Patrick Walton
-0
/
+10
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-3
/
+10
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-22
/
+30
2012-12-24
Convert core::io to use explicit self (for issue #4118 and issue #2004)
gareth
-5
/
+5
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-4
/
+3
2012-12-17
Fix build breakage
Brian Anderson
-54
/
+54
2012-12-17
std: Add flatpipes
Brian Anderson
-0
/
+1003