about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-01-17Rollup merge of #30957 - GuillaumeGomez:patch-3, r=apasel422Manish Goregaokar-1/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-38/+137
2016-01-16Fix typoGuillaume Gomez-1/+1
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-19/+31
2016-01-15Rollup merge of #30925 - semarie:blksize_t, r=alexcrichtonManish Goregaokar-1/+1
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-9/+40
2016-01-15Rollup merge of #30591 - SimonSapin:patch-15, r=aturonManish Goregaokar-2/+3
2016-01-14update blksize_t in raw to reflect libc change under openbsdSébastien Marie-1/+1
2016-01-14Fix outdated commenttomaka-1/+1
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-19/+31
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-13/+13
2016-01-14Rollup merge of #30850 - ranma42:cleanup-io, r=alexcrichtonManish Goregaokar-15/+0
2016-01-14Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichtonManish Goregaokar-9/+9
2016-01-14Rollup merge of #30818 - sfackler:duration-hash, r=alexcrichtonManish Goregaokar-1/+1
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-6/+47
2016-01-13Fix some broken and missing links in the docsOliver Middleton-13/+13
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-5/+5
2016-01-13Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichtonbors-0/+16
2016-01-13Incorrect getrandom() system call for PowerPC LinuxAnton Blanchard-2/+4
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-9/+38
2016-01-13Add an impl for Box<Error> from &str.Michael Sproul-0/+7
2016-01-12Remove dead `InternalBufWriter` implementationAndrea Canciani-15/+0
2016-01-12Update wording of Instant and SystemTime docsSimon Sapin-4/+4
2016-01-12Auto merge of #30719 - pyfisch:fix30657, r=alexcrichtonbors-32/+27
2016-01-12Auto merge of #30678 - Amanieu:no_elf_tls, r=alexcrichtonbors-38/+3
2016-01-12openbsd has dirent d_namlen field nowSébastien Marie-3/+3
2016-01-12make siginfo_si_addr() returns a usizeSébastien Marie-5/+5
2016-01-12switch from syscall(2) to getentropy(2)Sébastien Marie-1/+1
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-2/+43
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-38/+3
2016-01-11Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichtonbors-0/+32
2016-01-10Derive Hash for DurationSteven Fackler-1/+1
2016-01-07fix broken float methodsPyfisch-3/+3
2016-01-07fix trailing whitespacePyfisch-1/+1
2016-01-07f32: inline methods with special variant for msvcPyfisch-32/+27
2016-01-07Move os_str docs to OsString in order to be visible in HTML (fixes #30743)Georg Brandl-23/+17
2016-01-07Auto merge of #30557 - sfackler:panic-propagate, r=aturonbors-1/+28
2016-01-06Add std::panic::propagateSteven Fackler-1/+28
2016-01-04Auto merge of #29732 - nathansizemore:master, r=steveklabnikbors-40/+193
2016-01-02Grammar fixesJames Mantooth-6/+6
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-30/+39
2016-01-02Links and punctionaction fixes.Nathan-43/+57
2016-01-02Added platform notes to std::fs public functions.Nathan-35/+165
2016-01-01Auto merge of #30672 - nagisa:to-degrad-stab, r=sfacklerbors-8/+2
2016-01-02Stabilise f32::to_{degrees,radians} to match f64Simonas Kazlauskas-8/+2
2016-01-01Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnikbors-3/+3
2016-01-01Added comment in which direction operation happensDaniel Collin-3/+3
2016-01-01Auto merge of #30648 - tshepang:missing-graves, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30645 - tshepang:grammar, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30616 - arcnmx:cstr-asref, r=aturonbors-2/+33