about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-09-07Auto merge of #43931 - eddyb:const-local-key, r=alexcrichtonbors-3/+13
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-04Add panic unit testsJacob Kiesel-0/+37
2017-09-04std/time: Give an example to get UNIX_EPOCH in secondsAlexander von Gluck IV-0/+11
2017-09-04Make the LocalKey facade of thread_local! inlineable cross-crate.Eduard-Mihai Burtescu-3/+13
2017-09-02update gcc crateRalf Jung-1/+1
2017-09-01Auto merge of #44154 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-58/+7
2017-09-01Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavusbors-1/+1
2017-09-01Fix testsNick Cameron-1/+1
2017-09-01Fix documentation and formatting.Jacob Kiesel-2/+8
2017-08-31Bring back stage0 allocator logic on MSVCAlex Crichton-2/+5
2017-08-31Rollup merge of #44209 - frewsxcv:frewsxcv-addr-other-scenarios, r=alexcrichtonMark Simulacrum-6/+92
2017-08-31Rollup merge of #44205 - frewsxcv:frewsxcv-addr-doc-fix, r=QuietMisdreavusMark Simulacrum-1/+1
2017-08-31Expand docs of multi-address behavior of some UDP/TCP APIs.Corey Farwell-6/+92
2017-08-31Update Cargo to 0.23.0 and our lockfileAlex Crichton-0/+2
2017-08-31Bump to 1.22.0Alex Crichton-10/+3
2017-08-31Update bootstrap compilerAlex Crichton-50/+1
2017-08-31Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrcbors-1/+1
2017-08-30Fix typo in doc `ToSocketAddrs` example.Corey Farwell-1/+1
2017-08-30Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnikAlex Crichton-21/+101
2017-08-30Rollup merge of #44116 - alexcrichton:update-libc, r=Mark-SimulacrumAlex Crichton-12/+29
2017-08-30Temporary fix for a test (will require another update when this is fully merged)Guillaume Gomez-1/+1
2017-08-29broken links resolvedAndy Gauge-1/+1
2017-08-29Rollup merge of #44117 - frewsxcv:frewsxcv-to-socket-addrs-examples, r=QuietM...Ariel Ben-Yehuda-22/+66
2017-08-29fix test failures in documentation changeAndrew Gauger-2/+2
2017-08-29API docs: macros. Part of #29329 Standard Library Documentation Checklist.Andy Gauge-21/+101
2017-08-28Update the libc submoduleAlex Crichton-12/+29
2017-08-28Rewrite `std::net::ToSocketAddrs` doc examples.Corey Farwell-22/+66
2017-08-27Whitelist unwind import in stdTatsuyuki Ishi-2/+2
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-3/+3
2017-08-27Auto merge of #44112 - alexcrichton:thread-join, r=sfacklerbors-2/+13
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-2/+13
2017-08-26Fix f64 examplesJacob Kiesel-2/+4
2017-08-26Fix f32 examples.Jacob Kiesel-2/+4
2017-08-26Add NAN examplesJacob Kiesel-0/+2
2017-08-26Add clamp functionsJacob Kiesel-0/+40
2017-08-26Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnikCorey Farwell-7/+7
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-24Fix inconsistent doc headingslukaramu-7/+7
2017-08-23Rollup merge of #44054 - frewsxcv:frewsxcv-libstd-thread-unwrap-or-else, r=sf...Corey Farwell-1/+1
2017-08-23Rollup merge of #44039 - remexre:master, r=steveklabnikCorey Farwell-3/+5
2017-08-23Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichtonCorey Farwell-3/+13
2017-08-23Rollup merge of #43631 - ruuda:update-docs, r=QuietMisdreavusCorey Farwell-2/+2
2017-08-23Auto merge of #40113 - smaeul:native-musl, r=alexcrichtonbors-1/+1
2017-08-23Auto merge of #43830 - alexcrichton:path-display-regression, r=aturonbors-3/+13
2017-08-22Thread spawning: don't run `min_stack` if the user has specified stack size.Corey Farwell-1/+1
2017-08-22Remove incorrect special case of mips-muslSamuel Holland-1/+1
2017-08-22Simplify code for handling Redox pathsIan Douglas Scott-10/+5
2017-08-22Mention null_mut on the pointer primitive docs.Nathaniel Ringo-3/+5