summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-26/+26
2014-01-30Append ; to #[allow(dead_code)].OGINO Masanori-1/+1
2014-01-30Prefix _ to unused variables.OGINO Masanori-4/+4
2014-01-30Remove unused imports.OGINO Masanori-9/+0
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-3/+4
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-3/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-265/+264
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-4/+4
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-3/+3
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-8/+8
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-12/+12
2014-01-28auto merge of #11845 : xales/rust/libnative, r=alexcrichtonbors-0/+44
2014-01-28auto merge of #11858 : huonw/rust/11841-followup, r=brsonbors-0/+4
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+44
2014-01-28std: comment about OOM & allocs in begin_unwind_fmt.Huon Wilson-0/+4
2014-01-27auto merge of #11723 : eddyb/rust/more-trans-cleanup, r=pcwaltonbors-0/+2
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-0/+2
2014-01-27auto merge of #11841 : huonw/rust/noinline-fail, r=alexcrichtonbors-6/+43
2014-01-28Feature gate #[simd]David Manescu-1/+12
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-3/+25
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-17/+8
2014-01-27std: reduce the generic code instantiated by fail!().Huon Wilson-3/+18
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-37/+37
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-37/+37
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-68/+132
2014-01-26Bring in the line-length policeAlex Crichton-51/+79
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-3/+4
2014-01-26std,extra: Make some types public and other private.Huon Wilson-3/+4
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-331/+331
2014-01-25auto merge of #11788 : salemtalha/rust/master, r=huonwbors-1/+2
2014-01-25auto merge of #11775 : alexcrichton/rust/select-fix, r=pcwaltonbors-1/+4
2014-01-25Uppercase numeric constantsChris Wong-331/+331
2014-01-25Fixed iter's is_empty to use is_none() and added relevant test flagSalem Talha-1/+2
2014-01-25Fix some docs about rtDerek Chiang-3/+1
2014-01-24Fix zero-sized memory mappingCorey Richardson-2/+13
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-24/+41
2014-01-24Add support for arbitrary flags to MemoryMap.Corey Richardson-7/+15
2014-01-24auto merge of #11774 : sfackler/rust/move-macros, r=pcwaltonbors-1/+192
2014-01-24Use an absolute path in test_process_output_fail_to_startAndrew Chin-1/+1
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-9/+55
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-5/+11
2014-01-24Fix a spuriously tripped assert in select()Alex Crichton-1/+4
2014-01-24Delete ignore! macroSteven Fackler-3/+0
2014-01-24Move macro_rules! macros to libstdSteven Fackler-1/+195
2014-01-24auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestingerbors-3/+21
2014-01-23Update flip() to be rev().Sean Chalmers-55/+55
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-57/+57
2014-01-22auto merge of #11682 : thestinger/rust/vector, r=brsonbors-57/+289
2014-01-22auto merge of #11611 : SiegeLord/rust/exp_printing, r=alexcrichtonbors-89/+167