about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-01-11s/OsStr/&OsStr in docs to align with &str/String comparisonmuvlon-2/+3
2018-01-11Fix dead links in docs for OsStrmuvlon-0/+2
2018-01-11Fix confusing documentation for OsStrmuvlon-1/+1
2018-01-11Make the documentation build work on CloudABI.Ed Schouten-5/+7
2018-01-11Make tests build on CloudABI.Ed Schouten-6/+13
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-9/+980
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+1165
2018-01-11Import the CloudABI system call bindings into the libstd tree.Ed Schouten-0/+2898
2018-01-10Fix typo.Alexis Hunt-1/+1
2018-01-10Pre-allocate in fs::read and fs::read_stringMatt Brubeck-2/+10
2018-01-10Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichtonbors-32/+58
2018-01-10fix typo rwlock.rsBulat Musin-1/+1
2018-01-09Rollup merge of #47285 - AndrewBrinker:master, r=kennytmCorey Farwell-1/+1
2018-01-10We have Rust 1.25 nowest31-1/+1
2018-01-10Stabilize the panic_col featureest31-2/+1
2018-01-09Fixes whitespace.Nathaniel Ringo-9/+9
2018-01-09Fixes Duration constructor const fns other than new, reverts new to non-const.Nathaniel Ringo-10/+13
2018-01-09Makes the constructors of Duration const fns.Nathaniel Ringo-5/+5
2018-01-09Make core::ops::Place an unsafe traitTaylor Cramer-1/+1
2018-01-09remove implementation detail from docTrevor Spiteri-4/+4
2018-01-08Fixed a typo in the compile_error docsAndrew Brinker-1/+1
2018-01-09Rollup merge of #47272 - GuillaumeGomez:missing-links, r=QuietMisdreavuskennytm-7/+14
2018-01-09Rollup merge of #47259 - sfackler:map-remove-entry, r=dtolnaykennytm-1/+49
2018-01-09Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichtonkennytm-12/+3
2018-01-08doc: show that `f32::log` and `f64::log` are not correctly roundedTrevor Spiteri-20/+18
2018-01-08Add missing linksGuillaume Gomez-7/+14
2018-01-07Add HashMap::remove_entrySteven Fackler-1/+49
2018-01-07Replace empty array hack with repr(align)Robin Kruppe-12/+3
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-1/+2
2018-01-07Rollup merge of #47217 - stjepang:set-examples, r=frewsxcvkennytm-0/+33
2018-01-06Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichtonbors-48/+3
2018-01-06Rollup merge of #47216 - SergioBenitez:doc-fix, r=Mark-SimulacrumGuillaume Gomez-1/+1
2018-01-06Rollup merge of #47165 - mbrubeck:args, r=alexcrichtonGuillaume Gomez-23/+16
2018-01-06Rollup merge of #46987 - frewsxcv:frewsxcv-current-exe, r=QuietMisdreavusGuillaume Gomez-8/+11
2018-01-05Write examples for {BTree,Hash}Set::{get,replace,take}Stjepan Glavina-0/+33
2018-01-05Clarify appending behavior of 'io::Read::read_to_string()'.Sergio Benitez-1/+1
2018-01-05Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcvkennytm-2/+2
2018-01-05Rollup merge of #47030 - ollie27:stab, r=alexcrichtonkennytm-14/+14
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2018-01-04Fix an error in std::process documentationLoïc Damien-2/+2
2018-01-04Bump to 1.25.0Alex Crichton-48/+3
2018-01-02Document when LineWriter flushes; document errors for into_inner.Corey Farwell-0/+11
2018-01-02Auto merge of #47042 - redox-os:redox, r=estebankbors-7/+34
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-232/+5
2017-12-30Fix doc typo for is_ascii_graphicvarkor-1/+1
2017-12-29Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytmbors-1/+8
2017-12-29Add proper library dependencies for libstd on CloudABI.Ed Schouten-1/+8
2017-12-28Remove an unused import for cfg(not(feature = "backtrace")).Ed Schouten-2/+0
2017-12-28Implement AsRef<Path> for ComponentDiggory Blake-0/+7