about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-11-15Use chmod instead of fcntl to change file permsJeremy Soller-4/+1
2016-11-15Add set_permJeremy Soller-4/+7
2016-11-14Simple implementation of read2Jeremy Soller-10/+13
2016-11-14Add current_exe supportJeremy Soller-2/+12
2016-11-14Fix redox prefix handlingJeremy Soller-3/+18
2016-11-14Add fcntlJeremy Soller-5/+11
2016-11-10Merge branch 'master' into redoxJeremy Soller-67/+120
2016-11-10Use target_os = redox for cfgJeremy Soller-8/+5
2016-11-10Fix readdirJeremy Soller-7/+11
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-4/+35
2016-11-09Fix execJeremy Soller-56/+10
2016-11-10doc: fix typosTshepang Lekhonkhobe-2/+2
2016-11-09Rollup merge of #37622 - ollie27:cstring, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-11-09Rollup merge of #37432 - achanda:send_to, r=alexcrichtonEduard-Mihai Burtescu-0/+3
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
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-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