about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2018-08-21Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAuskennytm-20/+5
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-4/+4
2018-08-20Add doc for impl From for ErrorSon-0/+6
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-6/+6
2018-08-18Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichtonbors-24/+30
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-1/+1
2018-08-16std: stop backtracing when the frames are fullJosh Stone-24/+30
2018-08-17Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmasterkennytm-19/+11
2018-08-17Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichtonkennytm-1/+2
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-4/+94
2018-08-15Make cloudapi enums #[non_exhaustive]varkor-9/+9
2018-08-15Make std::io::Error #[non_exhaustive]varkor-10/+2
2018-08-15document effect of join on memory orderingRalf Jung-1/+5
2018-08-14Stabilize IP associated constantsThayne McCombs-20/+5
2018-08-14std: Use target_pointer_width for BACKTRACE_ELF_SIZEJosh Stone-1/+2
2018-08-14Cross reference io::copy and fs::copy in docs.Corey Farwell-0/+11
2018-08-14Auto merge of #52936 - felixrabe:patch-1, r=alexcrichtonbors-0/+28
2018-08-14Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNNkennytm-47/+50