about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-34/+63
2015-05-02Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturonbors-12/+29
2015-05-02Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichtonbors-35/+6
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-35/+6
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-6/+5
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-34/+63
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-6/+5
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-5/+5
2015-05-01Rollup merge of #25020 - brson:current_dir, r=luqmanaManish Goregaokar-1/+1
2015-05-01Rollup merge of #25014 - frewsxcv:patch-20, r=alexcrichtonManish Goregaokar-1/+1
2015-05-01Rollup merge of #24988 - semarie:unused-pid_t, r=alexcrichtonManish Goregaokar-3/+3
2015-05-01Rollup merge of #24983 - vhbit:ios-raw, r=sanxiynManish Goregaokar-1/+1
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-5/+5
2015-04-30Add downcasting to std::error::ErrorAaron Turon-12/+134
2015-04-30doc: current_dir returns a PathBuf, not a PathBrian Anderson-1/+1
2015-04-30std: Always check for EDEADLK in rwlocks on unixAlex Crichton-2/+24
2015-04-30std: Favor cfg! over #[cfg] in unix rwlocksAlex Crichton-10/+5
2015-04-30Remove unnecessary 'mut' qualifier on doc-comment varCorey Farwell-1/+1
2015-04-30remove denied unused import: pid_t in rawSébastien Marie-4/+4
2015-04-30Fixed iOS buildValerii Hiora-1/+1
2015-04-30Auto merge of #24960 - tynopex:patch-doc, r=alexcrichtonbors-13/+16
2015-04-29Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-29rollup merge of #24921: tamird/bitflags-associated-constAlex Crichton-10/+10
2015-04-29rollup merge of #24873: alexcrichton/fix-windows-stdioAlex Crichton-177/+138
2015-04-29rollup merge of #24961: nham/net_docs_cleanupAlex Crichton-39/+39
2015-04-29rollup merge of #24926: frewsxcv/patch-20Alex Crichton-1/+1
2015-04-29rollup merge of #24908: inrustwetrust/once_memory_orderingAlex Crichton-1/+5
2015-04-29rollup merge of #24904: steveklabnik/remove_std_net_warningAlex Crichton-4/+1
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-746/+2437
2015-04-29Update process.rstynopex-8/+8
2015-04-29Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9
2015-04-29Add some missing punctuation in the libstd/net/tcp.rs docs.Nick Hamann-1/+1
2015-04-29Add some missing punctuation in the libstd/net/ip.rs docs.Nick Hamann-19/+19
2015-04-29std: Fixup docs for std::processtynopex-13/+16
2015-04-29Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-04-29FalloutTamir Duberstein-8/+9
2015-04-29`bitflags!` is no longer used in `std`Tamir Duberstein-2/+1
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-28Fix punctuation placement in doc-commentCorey Farwell-1/+1
2015-04-28std: Implement fs::DirBuilderAlex Crichton-17/+103
2015-04-28Register new snapshotsTamir Duberstein-70/+2
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-5/+17
2015-04-28Clarify Once::call_once memory ordering guarantees in docsinrustwetrust-1/+5
2015-04-28remove stability note from std::netSteve Klabnik-4/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-729/+2334
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-11/+12
2015-04-27std: Clean up some annotations in thread::localAlex Crichton-20/+4
2015-04-27std: Don't assume dlopen() works on yourselfAlex Crichton-1/+4
2015-04-27std: Prepare for linking to muslAlex Crichton-4/+13
2015-04-27Rollup merge of #24855 - richo:thread-doc, r=alexcrichtonSteve Klabnik-2/+1