about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-08-23Implement Error for AddrParseErrorSteven Fackler-1/+15
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-23Auto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichtonbors-1/+5
2015-08-23New cross target: i686-linux-androidTim JIANG-1/+2
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-22Fix undefined behavior in f64::sqrtWilliam Throwe-1/+5
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+6
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brsonbors-2/+2
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-304/+26
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-0/+1
2015-08-22Auto merge of #27826 - sfackler:wait-timeout-enum, r=alexcrichtonbors-21/+42
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-586/+681
2015-08-19Add issue numbersSteven Fackler-1/+2
2015-08-19Turn TimedOut into a BarrierWaitResult style opaque typeSteven Fackler-38/+25
2015-08-19Add `TimedOut::timed_out`Steven Fackler-1/+8
2015-08-19Make Condvar::wait_timeout return an enum instead of a boolSteven Fackler-19/+45
2015-08-19Auto merge of #27885 - steveklabnik:gh27637, r=alexcrichtonbors-0/+3
2015-08-19Improve std::io::ErrorKindSteve Klabnik-0/+3
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-2/+2
2015-08-18Auto merge of #27836 - alexcrichton:rename-cstring-raw, r=blussbors-5/+28
2015-08-18std: Rename `cstr_memory` feature to use "raw"Alex Crichton-5/+28
2015-08-18Remove repetition in Seek::seek() docRemi Rampin-3/+0
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-33/+132
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-1/+3
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-1/+1
2015-08-17std: Clean up primitive integer modulesAlex Crichton-303/+25
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-33/+132
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-222/+270
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-2/+0
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-3/+3
2015-08-14Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankrobors-0/+1
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-959/+46
2015-08-13Mark round_up_to_next as inline arielb1-0/+1
2015-08-13Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichtonbors-3/+10
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-3/+3
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-959/+46
2015-08-12Fix ReentrantMutex documentation wrt DerefMutSimonas Kazlauskas-3/+10
2015-08-11rollup merge of #27679: durka/patch-5Alex Crichton-4/+4
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-186/+0
2015-08-11rollup merge of #27676: alexcrichton/msvc-unwindAlex Crichton-5/+5
2015-08-11rollup merge of #27674: zaeleus/ios-importsAlex Crichton-3/+5
2015-08-11rollup merge of #27663: tbu-/pr_remove_fixmeAlex Crichton-1/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11rollup merge of #27615: GuillaumeGomez/send_syncAlex Crichton-0/+14
2015-08-12Auto merge of #27615 - GuillaumeGomez:send_sync, r=huonwbors-0/+14
2015-08-11correct copy/paste typos in stdio.rs commentsAlex Burka-4/+4