about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-04-04Auto merge of #59695 - Centril:rollup-88qffc2, r=Centrilbors-2/+9
2019-04-04Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnayMazdak Farrokhzad-2/+9
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-304/+1189
2019-04-03File: Add documentation about dropping to sync_allChris Gregory-1/+5
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+1
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-262/+1141
2019-04-02Link to sync_allChris Gregory-1/+2
2019-04-01Document using `sync_all`Chris Gregory-4/+3
2019-04-01wasi: Implement `error_string` to get readable errorsAlex Crichton-2/+15
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-48/+61
2019-04-01wasi: Use raw syscalls for stdioAlex Crichton-14/+9
2019-04-01wasi: Load arguments via syscallsAlex Crichton-26/+24
2019-03-31Rollup merge of #59587 - XAMPPRocky:master, r=CentrilMazdak Farrokhzad-1/+0
2019-03-31Remove #[doc(hidden)] from Error::type_idAaron Power-1/+0
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in redoxMazdak Farrokhzad-1/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in sgxMazdak Farrokhzad-19/+20
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in wasiMazdak Farrokhzad-25/+25
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in cloudabiMazdak Farrokhzad-3/+4
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-367/+372
2019-03-30Added a missing !.Christian-1/+1
2019-03-30Added an example that shows how the remainder function on floating point valu...Christian-3/+3
2019-03-30Rollup merge of #59532 - mbrubeck:docs, r=CentrilMazdak Farrokhzad-6/+19
2019-03-30Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=CentrilMazdak Farrokhzad-1/+7
2019-03-30Rollup merge of #59512 - euclio:stdio-locks, r=sfacklerMazdak Farrokhzad-0/+51
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-2/+1974
2019-03-29In doc examples, don't ignore read/write resultsMatt Brubeck-6/+19
2019-03-29Update src/libstd/macros.rs Mazdak Farrokhzad-1/+0
2019-03-29Update src/libstd/macros.rs Mazdak Farrokhzad-1/+2
2019-03-29Adjusted the indentation.Christian-2/+3
2019-03-29Edited the dbg! docs stating that dbg! works the same way in release builds.Christian-1/+6
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+51
2019-03-29Rollup merge of #59511 - jethrogb:jb/maybeinit-deprecated, r=CentrilMazdak Farrokhzad-1/+1
2019-03-29Rollup merge of #59503 - crlf0710:stablize_copysign, r=SimonSapinMazdak Farrokhzad-4/+2
2019-03-28Fix missed fn rename in #59284Jethro Beekman-1/+1
2019-03-29Stablize {f32,f64}::copysign().CrLF0710-4/+2
2019-03-28Use write_all instead of write in example codeMatt Brubeck-7/+7
2019-03-28Rollup merge of #59474 - czipperz:bufwriter-fix-link-capitalization, r=CentrilMazdak Farrokhzad-2/+2
2019-03-28Rollup merge of #59472 - czipperz:bufreader-document-drop-discards, r=CentrilMazdak Farrokhzad-0/+4
2019-03-28Rollup merge of #59456 - czipperz:for-keyword-document-higher-ranked-trait-bo...Mazdak Farrokhzad-5/+12
2019-03-28Rollup merge of #59448 - benesch:macro-doc, r=CentrilMazdak Farrokhzad-22/+24
2019-03-28Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichtonMazdak Farrokhzad-55/+74
2019-03-27Fix link capitalization in documentation of std::io::BufWriter.Chris Gregory-2/+2
2019-03-27Document that `std::io::BufReader` discards contents on dropChris Gregory-0/+4
2019-03-27Move link to rust book to next line to pass 100 column limitChris Gregory-1/+2
2019-03-27Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=AmanieuJosh Stone-1/+4
2019-03-27Rollup merge of #59451 - TimDiekmann:patch-1, r=sfacklerJosh Stone-1/+1
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-6/+6
2019-03-27Document std::fs::File close behavior ignoring errorsChris Gregory-1/+4
2019-03-27Add higher-ranked trait bounds linkChris Gregory-0/+1
2019-03-27Clarify behavior of dbg macroNikhil Benesch-1/+2