about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-24Add ffi::OsString and OsStrAaron Turon-5/+1725
2015-01-22Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichtonSteve Klabnik-1/+9
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-2/+2
2015-01-22Rollup merge of #21217 - Gankro:docadoca, r=steveklabnikSteve Klabnik-2/+52
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21Improve RwLock::new's docsSteve Klabnik-1/+9
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-29/+29
2015-01-21Test fixes and rebase conflictsAlex Crichton-3/+4
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-266/+127
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-34/+41
2015-01-21rollup merge of #21438: taralx/kill-racycellAlex Crichton-33/+15
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-161/+0
2015-01-21rollup merge of #21423: oli-obk/prettier_read_untilAlex Crichton-10/+8
2015-01-21rollup merge of #21419: Toby-S/patch-1Alex Crichton-23/+23
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-19/+19
2015-01-21rollup merge of #21389: retep998/timerAlex Crichton-1/+7
2015-01-21Fallout from stabilization.Aaron Turon-29/+29
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-266/+127
2015-01-21Auto merge of #21395 - sfackler:fix-cvar-test, r=alexcrichtonbors-4/+5
2015-01-20Register snapshot for 9006c3cFlavio Percoco-161/+0
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-15/+12
2015-01-21Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21331 - michaelsproul:sync-error-impls, r=alexcrichtonBarosl LEE-6/+23
2015-01-21Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturonBarosl LEE-8/+8
2015-01-21Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brsonBarosl LEE-17/+0
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-1/+1
2015-01-20prettier Buffer::read_untilOliver Schneider-10/+8
2015-01-20Correct small typos in map.rs.Toby Scrace-23/+23
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-2/+2
2015-01-19Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankrobors-0/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-19/+19
2015-01-19Fix flaky condvar testSteven Fackler-4/+5
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+1
2015-01-19Impl Send for Timer on WindowsPeter Atashian-1/+7
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-35/+43
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-43/+105
2015-01-18Fix std::marker.Wangshan Lu-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+2
2015-01-17Register new snapshots.Eduard Burtescu-38/+22
2015-01-17Implement the error trait for errors in std::sync.Michael Sproul-6/+23
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-2/+2
2015-01-17Remove Send bound from Error trait.Michael Sproul-8/+8
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-17fix rollupSteve Klabnik-0/+2
2015-01-17remove test_find_equiv, since find_equiv doesn't exist anymoreBenjamin Peterson-17/+0
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-479/+3