about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-87/+115
2014-12-13libstd: fix unit testsJorge Aparicio-11/+13
2014-12-13libstd: convert `Duration` binops to by valueJorge Aparicio-0/+64
2014-12-13libstd: convert `BitFlags` binops to by valueJorge Aparicio-0/+44
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-2/+2
2014-12-13libstd: use tuple indexingJorge Aparicio-4/+4
2014-12-13Windows dbghelp strips leading underscores from symbols, so let's accept "ZN....Vadim Chugunov-8/+25
2014-12-13libstd: add missing importsJorge Aparicio-0/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-95/+171
2014-12-13libstd: fix falloutJorge Aparicio-0/+1
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libstd: fix falloutJorge Aparicio-16/+28
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-10/+1
2014-12-13auto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankrobors-29/+21
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-12-11Register new snapshotsAlex Crichton-18/+16
2014-12-10Fix inappropriate ## headingsSteve Klabnik-7/+7
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-09Rollback accidental documentation changesTobias Bucher-29/+21
2014-12-09rollup merge of #19653: frewsxcv/rm-reexportsAlex Crichton-1/+4
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-39/+35
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-1/+1
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-08Remove Result and Option reexportsCorey Farwell-1/+4
2014-12-09Rename assert_eq arguments to left and right.Niels Egberts-6/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-22/+125
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-218/+215
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-39/+35
2014-12-07Fix syntax error on android testsJorge Aparicio-2/+2
2014-12-07remove usage of notrust from the docsSteve Klabnik-1/+1
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-96/+96
2014-12-06libstd: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-121/+118
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-84/+115
2014-12-06auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichtonbors-17/+27
2014-12-05prefer "FIXME" to "TODO".Aidan Cully-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-84/+115
2014-12-05work around portability issue on FreeBSD, in which the key returned fromAidan Cully-1/+17
2014-12-05rollup merge of #19454: nodakai/libstd-reap-failed-childCorey Richardson-10/+33
2014-12-05rollup merge of #19416: sfackler/global-stdinCorey Richardson-24/+136
2014-12-05rollup merge of #19364: steveklabnik/doc_buffered_readerCorey Richardson-3/+3
2014-12-05rollup merge of #19274: alexcrichton/rewrite-syncCorey Richardson-3106/+2561
2014-12-05std: change BufWriter to return ShortWrite/EndOfFileErick Tryzelaar-17/+27
2014-12-05Fall out of the std::sync rewriteAlex Crichton-65/+88
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-3048/+2480
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-20/+24
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-10/+33