about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-09-03Flesh out struct keyword docsiirelu-8/+96
2018-09-02Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichtonbors-40/+26
2018-09-02Fix an endless loop when `getrandom` is not availableTobias Bucher-0/+1
2018-09-01Auto merge of #53533 - withoutboats:error-source, r=withoutboatsbors-1/+66
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-21/+21
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-21/+21
2018-09-01Update to a new pinning API.Without Boats-11/+11
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-21/+21
2018-08-31Make `Condvar::new` and `RWLock::new` min const fn for cloudabiOliver Schneider-6/+10
2018-08-31Libstd only has `min_const_fn` const fnsOliver Schneider-1/+2
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-28/+30
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-7/+7
2018-08-30Rollup merge of #53756 - dmerejkowsky:fix-comment, r=KodrAusPietro Albini-1/+1
2018-08-30Rollup merge of #53743 - oconnor663:target_env, r=kennytmPietro Albini-27/+27
2018-08-30Rollup merge of #53389 - RalfJung:thread-join, r=sfacklerPietro Albini-0/+6
2018-08-29fix some uses of pointer intrinsics with invalid pointersRalf Jung-1/+3
2018-08-29Don't leak the file descriptor in `rand`Tobias Bucher-44/+11
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-7/+7
2018-08-28Fix typo in commentDimitri Merejkowsky-1/+1
2018-08-28split paragraphRalf Jung-3/+5
2018-08-28Auto merge of #53404 - oconnor663:current_dir_behavior, r=alexcrichtonbors-0/+10
2018-08-28Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakisbors-1/+8
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-3/+5
2018-08-27fix a typo: taget_env -> target_envJack O'Connor-27/+27
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-27Fix anon param + make it allow-by-defMark Mansi-1/+8
2018-08-27Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoeristerbors-4/+4
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-4/+4
2018-08-26Reduce number of syscalls in `rand`Tobias Bucher-39/+57
2018-08-26Rollup merge of #53651 - GuillaumeGomez:struct-keyword, r=QuietMisdreavusGuillaume Gomez-0/+21
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-2/+4
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-0/+2
2018-08-24Rollup merge of #53311 - RalfJung:windows-mutex, r=retep998kennytm-0/+2
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-23Add struct keyword docGuillaume Gomez-0/+21
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-2/+4
2018-08-23move pin module to liballoc and reexport thatNiv Kaminer-97/+2
2018-08-23add top-level documentation to the std pin moduleNiv Kaminer-1/+80
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-0/+2
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-3/+19
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-0/+1
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-4/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-6/+6
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-1/+1
2018-08-21Add doc for impl From for AddrSon-0/+8
2018-08-21Correctly parenthesize dyn Error + 'static.Without Boats-1/+1
2018-08-20Fix feature name.Without Boats-1/+1
2018-08-20document the platform-specific behavior of Command::current_dirJack O'Connor-0/+10
2018-08-20Add Error::source method per RFC 2504.Without Boats-1/+66