summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-09-13Add missing urls for OpenOptions docsGuillaume Gomez-5/+17
2017-09-13from_micros: add feature nameRomain Porte-1/+2
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-25/+31
2017-09-12Correctly bubble up errors from libbacktraceAidan Hobson Sayers-15/+23
2017-09-12Addressed @BurntSuchi's remarks regarding Entry::replaceJeroen Bollen-4/+3
2017-09-12Auto merge of #44344 - jonhoo:entry_or_default, r=BurntSushibors-0/+27
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-09-12rustdoc: extend UdpSocket API doc (#657)Frank Rehberger-13/+41
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-21/+43
2017-09-10Add Cow<str> -> Box<Error> impls.Clar Charr-0/+15
2017-09-10from_micros: added issue number and fixed typoRomain Porte-2/+2
2017-09-10Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+6
2017-09-10Rollup merge of #44396 - joshlf:tls-comment, r=alexcrichtonGuillaume Gomez-0/+4
2017-09-10Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez-1/+2
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-16/+4
2017-09-10from_micros: Fix missing {Romain Porte-0/+1
2017-09-09Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichtonbors-21/+48
2017-09-09from_micros: Added unstable annotationRomain Porte-0/+1
2017-09-09from_micros: Inlined return for consistencyRomain Porte-4/+1
2017-09-09Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrumbors-89/+0
2017-09-08Add feature gate to doctests.J. Cliff Dyer-0/+4
2017-09-08Revert "Add clamp functions"Jacob Kiesel-40/+0
2017-09-08Revert "Add NAN examples"Jacob Kiesel-2/+0
2017-09-08Revert "Fix f32 examples."Jacob Kiesel-4/+2
2017-09-08Revert "Fix f64 examples"Jacob Kiesel-4/+2
2017-09-08Revert "Fix documentation and formatting."Jacob Kiesel-8/+2
2017-09-08Revert "Add panic unit tests"Jacob Kiesel-37/+0
2017-09-08Add Duration::from_microsRomain Porte-0/+23
2017-09-08Move the stack size value for L4Re to the min_stack_size functionSebastian Humenda-4/+5
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-7/+450
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-10/+45
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-13/+19
2017-09-07Close doc examples and trim whitespace.J. Cliff Dyer-1/+5
2017-09-07std::thread::LocalKey: Document limitation with initializersJoshua Liebow-Feeser-0/+4
2017-09-07IP address convenience constructorsJ. Cliff Dyer-0/+68
2017-09-07Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`Tobias Bucher-16/+9
2017-09-07Disable the 80-year-difference test on 32-bit-time_t platforms.kennytm-3/+6
2017-09-07Fix incorrect test in `time::tests::system_time_math`.kennytm-1/+1
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-17/+36
2017-09-07Auto merge of #43931 - eddyb:const-local-key, r=alexcrichtonbors-3/+13
2017-09-06std: Fix a segfault on OSX with backtracesAlex Crichton-1/+2
2017-09-06Rollup merge of #44315 - kallisti5:epoch-doc-example-squashed, r=GuillaumeGomezMark Simulacrum-0/+11
2017-09-06Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushiMark Simulacrum-0/+89
2017-09-06Implement named threads on WindowsJoshua Sheard-7/+17
2017-09-05add feature gate doc_masked and testsQuietMisdreavus-0/+1
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-1/+6
2017-09-05Avoid weird or_insert_with exampleJon Gjengset-3/+1
2017-09-05Add or_default to Entry APIsJon Gjengset-0/+29
2017-09-04Add panic unit testsJacob Kiesel-0/+37