about summary refs log tree commit diff
path: root/src/libstd/flatpipes.rs
AgeCommit message (Expand)AuthorLines
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-1/+2
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-2/+2
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-1/+2
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+10
2013-01-10std: Address XXXes in flatpipesTim Chevalier-67/+8
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+19
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-19/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+19
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+10
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-3/+10
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-22/+30
2012-12-24Convert core::io to use explicit self (for issue #4118 and issue #2004)gareth-5/+5
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-4/+3
2012-12-17Fix build breakageBrian Anderson-54/+54
2012-12-17std: Add flatpipesBrian Anderson-0/+1003