summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-24/+20
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-102/+90
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+1
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-15/+14
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-1/+23
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-20/+20
2014-11-12auto merge of #18854 : thestinger/rust/spawn, r=aturonbors-1/+2
2014-11-11std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}Erick Tryzelaar-3/+38
2014-11-12Fix documentation bugBarosl Lee-0/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-39/+39
2014-11-10Add optional messages to the unreachable macro.Michael Sproul-1/+9
2014-11-10note the intent of reforming task spawningDaniel Micay-1/+2
2014-11-10Fix 'renamed lint' warningsMichael Gehring-3/+3
2014-11-10Fix broken documentation linkAdam Szkoda-1/+1
2014-11-08Runtime removal: fully remove rtioAaron Turon-13/+7
2014-11-08Runtime removal: refactor ttyAaron Turon-33/+235
2014-11-08Runtime removal: refactor timerAaron Turon-11/+500
2014-11-08Runtime removal: refactor processAaron Turon-90/+1250
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+224
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-283/+2569
2014-11-08Runtime removal: refactor fsAaron Turon-224/+966
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-238/+1093
2014-11-08Implements Extend for EnumSet and LruCachegamazeps-1/+10
2014-11-08Renamed Extendable to Extendgamazeps-8/+8
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-0/+4
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+4
2014-11-07auto merge of #18713 : juxiliary/rust/master, r=alexcrichtonbors-1/+17
2014-11-06Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-06rollup merge of #18691 : subhashb/add_clone_trait_to_filetypeAlex Crichton-1/+1
2014-11-06rollup merge of #18665 : scribu/patch-1Alex Crichton-1/+1
2014-11-06rollup merge of #18664 : klutzy/getrandomAlex Crichton-12/+120
2014-11-06rollup merge of #18628 : aturon/fixup-error-commentAlex Crichton-3/+0
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-220/+231
2014-11-07Fixing #18659juxiliary-1/+17
2014-11-06Fallout from collection conventionsAlexis Beingessner-3/+3
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-217/+228
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-54/+51
2014-11-06Make Filetype ClonableSubhash Bhushan-1/+1
2014-11-06std::rand::OsRng: Use `getrandom` syscall on Linuxklutzy-12/+120
2014-11-05auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwaltonbors-4/+4
2014-11-05Fix example in HashMap::new() docsCristi Burcă-1/+1
2014-11-05auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichtonbors-250/+404
2014-11-05Fixed not compiling code in docstringVladimir Matveev-2/+2
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-1/+1
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-3/+3
2014-11-05Register snapshots.Eduard Burtescu-16/+0
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-3/+92
2014-11-05Fixed tidy errorsVladimir Matveev-3/+3
2014-11-05Fixed other tests to pass make checkVladimir Matveev-8/+5