about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-26More test fixes and rebase conflicts!Alex Crichton-99/+108
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-872/+821
2014-11-26/*! -> //!Steve Klabnik-872/+821
2014-11-26Test fixes and rebase conflictsAlex Crichton-5/+6
2014-11-26rollup merge of #19328: sfackler/buffered-get-mutAlex Crichton-10/+26
2014-11-26rollup merge of #19326: huonw/safer-syntaxAlex Crichton-0/+1
2014-11-26rollup merge of #19316: steveklabnik/gh18876Alex Crichton-17/+33
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-5/+5
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-123/+94
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-34/+33
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-28/+29
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-5/+5
2014-11-26auto merge of #19252 : japaric/rust/cow, r=aturonbors-19/+22
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-19/+287
2014-11-26auto merge of #19212 : steveklabnik/rust/doc_format_specifiers, r=alexcrichtonbors-22/+17
2014-11-25/** -> ///Steve Klabnik-123/+94
2014-11-25remove deprecated stuff from std::fmt docsSteve Klabnik-22/+17
2014-11-25Fallout from stabilizationAaron Turon-28/+29
2014-11-25Allow mutable access to wrapped internal type in Buffered*Steven Fackler-10/+26
2014-11-26Make syntax::owned_slice a Box<[T]> wrapper.Huon Wilson-0/+1
2014-11-25auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichtonbors-10/+8719
2014-11-25Improve documentation for unreachableSteve Klabnik-17/+33
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-19/+22
2014-11-25Make HashMap::take not corrupt the map. Fixes #19292Alexis Beingessner-1/+35
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-14/+58
2014-11-25auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturonbors-35/+2
2014-11-24std: Leak all statically allocated TLS keysAlex Crichton-35/+2
2014-11-24Clean up FileType enum following enum namespacingBen S-34/+33
2014-11-24Don't call drop in tcpstream docsSteve Klabnik-6/+10
2014-11-24Merge libsync into libstdAaron Turon-10/+8719
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-159/+1634
2014-11-23Rename unwrap functions to into_innerAlex Crichton-14/+58
2014-11-23rollup merge of #19205: jashank/docs-fixJakub Bukaj-1/+1
2014-11-23rollup merge of #19194: aturon/stab-asciiJakub Bukaj-21/+72
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-16/+14
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-16/+14
2014-11-22args() doc: Fix a documentation line.Jashank Jeremy-1/+1
2014-11-21libs: add std::os::windows moduleAaron Turon-1/+107
2014-11-21Fallout from deprecationAaron Turon-12/+20
2014-11-21libs: stabilize ascii moduleAaron Turon-9/+52
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-1/+2
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-2/+2
2014-11-21libs: add std::os::unix moduleAaron Turon-0/+108
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-19/+73
2014-11-20Disable dubious pipe testAaron Turon-1/+1
2014-11-20Make most of std::rt privateAaron Turon-37/+34
2014-11-20Fallout from libgreen and libnative removalAaron Turon-124/+19
2014-11-20Remove libnativeAaron Turon-3/+77