about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-02-18Fixed doc example for Path::with_capacityAaron Stillwell-1/+2
2019-02-17Use more impl header lifetime elisionScott McMurray-158/+158
2019-02-18Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbgbors-1/+6
2019-02-18Merge remote-tracking branch 'upstream/master'Stein Somers-816/+1085
2019-02-18Explain a panic in test case net::tcp::tests::double_bindStein Somers-2/+6
2019-02-17Changed feature gate for new PathBuf methodsAaron Stillwell-7/+7
2019-02-17Fixes for implementation of PathBuf methods (aliases for OsString)Aaron Stillwell-19/+19
2019-02-17Add alias methods to PathBuf for underlying OsStringAaron Stillwell-1/+81
2019-02-16Monomorphize less code in fs::{read|write}Scott McMurray-9/+18
2019-02-17Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboatskennytm-4/+4
2019-02-17Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcvkennytm-2/+1
2019-02-17Rollup merge of #58395 - vi:checked_duration_since, r=dtolnaykennytm-0/+61
2019-02-16Fix tracking issue for error iteratorsSteven Fackler-4/+4
2019-02-16Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np, r=alex...kennytm-2/+22
2019-02-15Fix documentation for std::path::PathBuf::popNathan-2/+1
2019-02-15Fix SECURITY_SQOS_PRESENT missingPaul Dicker-2/+5
2019-02-14update stdsimdRalf Jung-1/+2
2019-02-14fixed for libstd buildRalf Jung-1/+5
2019-02-14SGX target: fix panic = abortJethro Beekman-0/+1
2019-02-13Add a tracking issueSteven Fackler-11/+11
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-47/+53
2019-02-13Add vectored read and write supportSteven Fackler-92/+1033
2019-02-14Rollup merge of #57992 - Matthias247:waker4, r=cramertjMazdak Farrokhzad-15/+13
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-4/+4
2019-02-13Return without a reference in unix Weak::get()Josh Stone-5/+4
2019-02-13Avoid allocation in std::sys::unix::weakJosh Stone-3/+3
2019-02-13Use posix_spawn_file_actions_addchdir_np when possibleJosh Stone-2/+22
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-4/+3
2019-02-13Add a convert::Infallible empty enum, make string::ParseError an aliasSimon Sapin-2/+1
2019-02-13Convert old doc links to current editionLzu Tao-4/+4
2019-02-13Add Instant::saturating_duration_sinceVitaly _Vi Shukela-0/+28
2019-02-13Relax Read bounds on a bunch of BufReader<R> methodsAnthony Ramine-0/+2
2019-02-13Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S>Anthony Ramine-354/+343
2019-02-13Fix tests for checked_duration_sinceVitaly _Vi Shukela-1/+3
2019-02-13Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichtonbors-84/+59
2019-02-12Merging masterMatthias Einwag-700/+764
2019-02-13Rollup merge of #58289 - haraldh:master, r=sfacklerMazdak Farrokhzad-0/+152
2019-02-13Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichtonMazdak Farrokhzad-8/+8
2019-02-13Rollup merge of #57693 - king6cong:word, r=CentrilMazdak Farrokhzad-1/+1
2019-02-13Add Instant::checked_duration_since, address #58402.Vitaly _Vi Shukela-0/+31
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-259/+264
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-423/+435
2019-02-12Doc rewordingking6cong-1/+1
2019-02-11Use less explicit shifting in std::net::ipScott McMurray-25/+58
2019-02-11remove "experimental" wording from std::os::unixAndy Russell-1/+1
2019-02-11Fiddle through the module visibilities for testsOliver Scherer-8/+8
2019-02-11Move out tests of a deprecated module to work around `#[test]` bugsOliver Scherer-414/+416
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-8/+18
2019-02-10libs: doc commentsAlexander Regueiro-212/+217
2019-02-10tests: doc commentsAlexander Regueiro-47/+47