about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-06-11run rustfmt on libstd/collections/hash folderSrinivas Reddy Thatiparthy-167/+178
2016-06-09doc: intro should be 1 sentenceTshepang Lekhonkhobe-2/+4
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-18/+21
2016-06-09fix stdtestAriel Ben-Yehuda-5/+8
2016-06-09address review commentsAriel Ben-Yehuda-5/+5
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-6/+15
2016-06-05test: don't assume anything about the sign of NAN.Eduard Burtescu-4/+10
2016-06-03Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichtonbors-1/+1
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-10/+113
2016-06-02Fix rwlock successfully acquiring a write lock after a read lockAmanieu d'Antras-12/+27
2016-06-02Don't allow pthread_rwlock_t to recursively lock itselfAmanieu d'Antras-9/+52
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-1/+46
2016-06-02Rollup merge of #34033 - tshepang:typo, r=GuillaumeGomezGuillaume Gomez-1/+1
2016-06-02Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnikGuillaume Gomez-2/+3
2016-06-02Rollup merge of #34013 - kraai:fix-link, r=steveklabnikGuillaume Gomez-1/+1
2016-06-02Rollup merge of #33993 - oconnor663:filedocs, r=alexcrichtonGuillaume Gomez-0/+2
2016-06-02doc: typoTshepang Lekhonkhobe-1/+1
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-553/+2
2016-06-01Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichtonbors-9/+17
2016-06-02Restore original meaning of std::fs::read_dir's example changed in #33958.kennytm-2/+3
2016-06-01allow for the future addition of a close method on FileJack O'Connor-2/+1
2016-06-01Fix broken link name in `bool` documentationMatt Kraai-1/+1
2016-06-01Rollup merge of #33921 - jameysharp:patch-1, r=alexcrichtonManish Goregaokar-0/+2
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-10/+3
2016-05-31document that Files close themselves automaticallyJack O'Connor-0/+3
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-553/+2
2016-05-30Use Path::is_dir() in fs::read_dir()'s example.kennytm-2/+2
2016-05-28Rollup merge of #33856 - GuillaumeGomez:fmt_error, r=alexcrichtonManish Goregaokar-0/+7
2016-05-28Rollup merge of #33831 - diwic:patch-1, r=aturonManish Goregaokar-35/+35
2016-05-27Inline simple Cursor write callsJamey Sharp-0/+2
2016-05-26Make Ipv4Addr cmp() fasterAlexander Polyakov-1/+1
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-351/+459
2016-05-25Implement Error trait for fmt::Error typeGuillaume Gomez-0/+7
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-351/+459
2016-05-24Open code the __fastfail intrinsic for rtabort! on windowsBrian Anderson-9/+17
2016-05-24panic.rs: fix docs (recover -> catch_unwind)diwic-35/+35
2016-05-23Auto merge of #33664 - huonw:abs_sub, r=alexcrichtonbors-46/+24
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-2/+24
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-2/+24
2016-05-22Rename main thread from "<main>" to "main".Wangshan Lu-1/+1
2016-05-21Auto merge of #33767 - sfackler:panic-hook-docs, r=alexcrichtonbors-5/+6
2016-05-20update tracking issue for once_poisonAlex Burka-3/+3
2016-05-19Mention that the panic hook will always runSteven Fackler-5/+6
2016-05-19std: Cache HashMap keys in TLSAlex Crichton-2/+27
2016-05-17Auto merge of #33665 - golddranks:thread-park-add-big-picture-explanation, r=...bors-1/+3
2016-05-17Deprecate {f32,f64}::abs_sub.Huon Wilson-46/+24
2016-05-16Auto merge of #33663 - rphmeier:recover_rename, r=sfacklerbors-4/+4
2016-05-16Added a big-picture explanation for thread::park() & co.Pyry Kontio-1/+3
2016-05-16rename a few occurrences of RecoverSafe in docsRobert Habermeier-4/+4
2016-05-15Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomezbors-2/+2