about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-17/+17
2018-07-19rework printlnEsteban Küber-2/+24
2018-07-19Same change as `println` for `eprintln`Esteban Küber-2/+1
2018-07-19review comments: modify note wording and change `println`Esteban Küber-8/+1
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-2/+8
2018-07-20Auto merge of #52349 - RalfJung:once, r=alexcrichtonbors-2/+10
2018-07-19Cursor: update docs to clarify Cursor only works with in-memory buffersTommi Komulainen-8/+9
2018-07-19Rollup merge of #51628 - euclio:line-writer, r=frewsxcvkennytm-10/+23
2018-07-17sync::Once: Use Acquire on the hot path, and explain why we don't use it else...Ralf Jung-2/+10
2018-07-17Fix doc comment: use `?` instead of `.unwrap()`Felix Rabe-1/+1
2018-07-16Document From conversions for CString and CStrMarkus Wein-0/+25
2018-07-16Document From conversions for OsString and OsStrMarkus Wein-0/+21
2018-07-14Rollup merge of #52156 - zajlerke:update-deprecation-notice, r=Kimundikennytm-10/+30
2018-07-13Fix redox libstd leftoverTatsuyuki Ishi-2/+2
2018-07-13Auto merge of #52281 - cramertj:fast-tls, r=alexcrichtonbors-6/+1
2018-07-12Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrumkennytm-1/+1
2018-07-12Rollup merge of #52277 - kraai:patch-2, r=kennytmkennytm-1/+1
2018-07-12Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichtonkennytm-0/+24
2018-07-12make reference to dirs crate clickable in terminalsRalf Jung-1/+1
2018-07-11Use fast TLS on FuchsiaTaylor Cramer-6/+1
2018-07-11Uncapitalize "If"Matt Kraai-1/+1
2018-07-11simplify assertionsAndy Russell-5/+4
2018-07-11Rollup merge of #52239 - CAD97:patch-1, r=alexcrichtonMark Rousskov-6/+6
2018-07-11Auto merge of #51553 - jD91mZM2:uds, r=sfacklerbors-1/+740
2018-07-11Add missing dyn in testsljedrz-9/+9
2018-07-10remove sync::Once::call_once 'staticChristopher Durham-6/+6
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-7/+7
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-98/+99
2018-07-09Implement #[alloc_error_handler]Simon Sapin-2/+4
2018-07-09Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of...Simon Sapin-1/+1
2018-07-09Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichtonbors-16/+42
2018-07-08rework `LineWriter` exampleAndy Russell-10/+24
2018-07-08Delete leftover filesjD91mZM2-1337/+0
2018-07-08Update std::ascii::ASCIIExt deprecation notesKevin Zajler-10/+30
2018-07-08Edit code example for File::openFabian Drinck-3/+3
2018-07-07Reformat std prelude source to show it is the sum of core and alloc preludesSimon Sapin-16/+42
2018-07-07Add is_unnamedjD91mZM2-0/+27
2018-07-07Revert unification of interfacesjD91mZM2-32/+1539
2018-07-07Auto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapinbors-10/+15
2018-07-07Deprecate `std::env::home_dir` and fix incorrect documentationSimon Ochsenreither-10/+15
2018-07-06Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisabors-1/+2
2018-07-06impl Clone for Box<CStr>, Box<OsStr>, Box<Path>Matt Brubeck-0/+24
2018-07-03Rollup merge of #51973 - estk:master, r=abonanderPietro Albini-0/+26
2018-07-03Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichtonPietro Albini-0/+127
2018-07-03Remove stability attributes on private types and leftover docsjD91mZM2-18/+0
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-18/+2
2018-07-02Make Stdio handle UnwindSafeEvan Simmons-0/+26
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-07-02Auto merge of #51931 - cramertj:rm-libbacktrace, r=alexcrichtonbors-5/+0
2018-07-01Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichtonPietro Albini-1/+1