about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-7/+7
2018-01-19Update BTreeMap recommendationArthur Silva-2/+2
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-2/+2
2018-01-17Deprecate std::net::lookup_hostSteven Fackler-1/+11
2018-01-18Add some edge cases to the documentation of `Path`Tobias Bucher-0/+7
2018-01-17Rollup merge of #47520 - mbrubeck:fstat, r=Mark-SimulacrumGuillaume Gomez-7/+9
2018-01-17Use File::metadata instead of fs::metadata to choose buffer sizeMatt Brubeck-7/+9
2018-01-16Only link res_init() on GNU/*nixRyan Cumming-32/+16
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-8/+8
2018-01-15Rollup merge of #47443 - FenrirWolf:rand, r=alexcrichtonkennytm-108/+0
2018-01-15Rollup merge of #47330 - bmusin:patch-2, r=shepmasterkennytm-4/+4
2018-01-15Rollup merge of #47277 - tspiteri:log-correctness, r=frewsxcvkennytm-18/+16
2018-01-15Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnaykennytm-8/+35
2018-01-14Remove leftover Rand stuffFenrir-108/+0
2018-01-14Auto merge of #47268 - EdSchouten:cloudabi-libstd, r=alexcrichtonbors-12/+5055
2018-01-14Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichtonbors-0/+46
2018-01-13Add note to documentationDiggory Blake-0/+4
2018-01-13Implement "seek_relative"Diggory Blake-0/+42
2018-01-13Better Debug impl for io::Error.Clar Charr-8/+35
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-2/+2
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-9/+2
2018-01-13fix off-by-one errorBulat Musin-4/+4
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-1/+2
2018-01-13Rollup merge of #47375 - overvenus:duration-examples, r=dtolnaykennytm-2/+2
2018-01-13Rollup merge of #47357 - whentze:osstr-doc-fix, r=GuillaumeGomezkennytm-2/+5
2018-01-13Rollup merge of #47340 - alercah:typo-fix, r=GuillaumeGomezkennytm-1/+1
2018-01-13Rollup merge of #47324 - mbrubeck:len, r=sfacklerkennytm-2/+10
2018-01-13Rollup merge of #47310 - bmusin:patch-1, r=sfacklerkennytm-1/+1
2018-01-13Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichtonkennytm-0/+7
2018-01-12Fix Duration::subsec_millis and Duration::subsec_micros examplesNeil Shen-2/+2
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