about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-11-08Slightly optimise CStringOliver Middleton-1/+1
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+1
2016-11-05Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichtonAlex Crichton-8/+20
2016-11-05Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichtonAlex Crichton-7/+7
2016-11-05Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnikAlex Crichton-2/+7
2016-11-05Rollup merge of #37470 - arthurprs:sip-smaller, r=alexcrichtonAlex Crichton-14/+12
2016-11-05add missing urls on io structsGuillaume Gomez-11/+19
2016-11-04std: Track change to cprng syscall signature (Fuchsia)Raph Levien-8/+20
2016-11-04Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From implsleonardo.yvens-7/+7
2016-11-04Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichtonbors-21/+48
2016-11-03Update to new sys requirementsJeremy Soller-0/+123
2016-11-03Merge branch 'master' into redoxJeremy Soller-338/+452
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-11-02Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddybJonathan Turner-4/+0
2016-11-02Add missing urls for ErrorKind's variantsGuillaume Gomez-2/+7
2016-11-02Auto merge of #36948 - brson:sys, r=brsonbors-290/+348
2016-11-02Add a new non-heap allocated variant to io::Error's representation.Mark-Simulacrum-21/+48
2016-11-02Add Error implementation for std::sync::mpsc::RecvTimeoutError.Mark-Simulacrum-0/+32
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-2/+2
2016-11-01Clean up and add more comments to libstd/lib.rsBrian Anderson-79/+70
2016-11-01std: Remove unused test featureBrian Anderson-1/+0
2016-11-01Document sys_common and sysBrian Anderson-0/+36
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-2/+1
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-27/+26
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-7/+23
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-10/+10
2016-11-01Document reasoning for supporting both fast and OS TLS in the same binBrian Anderson-0/+9
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-162/+171
2016-11-01Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomezGuillaume Gomez-3/+6
2016-11-01Auto merge of #37178 - apasel422:issue-37136, r=alexcrichtonbors-1/+43
2016-10-31Auto merge of #36595 - bluss:hashmap-usize-for-hash, r=alexcrichtonbors-25/+44
2016-10-31Changed most vec! invocations to use square bracesiirelu-7/+7
2016-10-31Don't reuse RandomState seedsarthurprs-14/+12
2016-10-31Merge branch 'master' of https://github.com/rust-lang/rust into redoxJeremy Soller-4/+71
2016-10-31Remove unused type aliasesSeo Sanghyeon-4/+0
2016-10-30Fix for thread localsJeremy Soller-15/+24
2016-10-30Implement TLS scoped keys, compiler builtinsJeremy Soller-3/+3
2016-10-30Implement threadJeremy Soller-14/+12
2016-10-29Implement rand and args, cleanup other modulesJeremy Soller-74/+29
2016-10-29Implement env, reentrant mutex, and partially implement scoped thread locals....Jeremy Soller-49/+174
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-2/+4
2016-10-28Auto merge of #37385 - raphlinus:fuchsia_random, r=alexcrichtonbors-1/+55
2016-10-28Can import unwind nowJeremy Soller-1/+1
2016-10-28Remove unsafe libc layerJeremy Soller-637/+193
2016-10-28Auto merge of #37450 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+11
2016-10-28Rollup merge of #37343 - bluss:write-doc, r=GuillaumeGomezGuillaume Gomez-0/+11
2016-10-27Add redox systemJeremy Soller-5/+4313
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-1/+1
2016-10-27Add documentation for Read, Write impls for slices and VecUlrik Sverdrup-0/+11
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-2/+4