| Age | Commit message (Expand) | Author | Lines |
| 2017-09-12 | Auto merge of #44344 - jonhoo:entry_or_default, r=BurntSushi | bors | -0/+27 |
| 2017-09-10 | Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa... | bors | -21/+43 |
| 2017-09-10 | Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+6 |
| 2017-09-10 | Rollup merge of #44396 - joshlf:tls-comment, r=alexcrichton | Guillaume Gomez | -0/+4 |
| 2017-09-10 | Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebank | Guillaume Gomez | -1/+2 |
| 2017-09-10 | Use rvalue promotion to 'static instead of static items. | Eduard-Mihai Burtescu | -16/+4 |
| 2017-09-09 | Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichton | bors | -21/+48 |
| 2017-09-09 | Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum | bors | -89/+0 |
| 2017-09-08 | Revert "Add clamp functions" | Jacob Kiesel | -40/+0 |
| 2017-09-08 | Revert "Add NAN examples" | Jacob Kiesel | -2/+0 |
| 2017-09-08 | Revert "Fix f32 examples." | Jacob Kiesel | -4/+2 |
| 2017-09-08 | Revert "Fix f64 examples" | Jacob Kiesel | -4/+2 |
| 2017-09-08 | Revert "Fix documentation and formatting." | Jacob Kiesel | -8/+2 |
| 2017-09-08 | Revert "Add panic unit tests" | Jacob Kiesel | -37/+0 |
| 2017-09-07 | std::thread::LocalKey: Document limitation with initializers | Joshua Liebow-Feeser | -0/+4 |
| 2017-09-07 | Disable the 80-year-difference test on 32-bit-time_t platforms. | kennytm | -3/+6 |
| 2017-09-07 | Fix incorrect test in `time::tests::system_time_math`. | kennytm | -1/+1 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -17/+36 |
| 2017-09-07 | Auto merge of #43931 - eddyb:const-local-key, r=alexcrichton | bors | -3/+13 |
| 2017-09-06 | std: Fix a segfault on OSX with backtraces | Alex Crichton | -1/+2 |
| 2017-09-06 | Rollup merge of #44315 - kallisti5:epoch-doc-example-squashed, r=GuillaumeGomez | Mark Simulacrum | -0/+11 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+89 |
| 2017-09-05 | Avoid weird or_insert_with example | Jon Gjengset | -3/+1 |
| 2017-09-05 | Add or_default to Entry APIs | Jon Gjengset | -0/+29 |
| 2017-09-04 | Add panic unit tests | Jacob Kiesel | -0/+37 |
| 2017-09-04 | std/time: Give an example to get UNIX_EPOCH in seconds | Alexander von Gluck IV | -0/+11 |
| 2017-09-04 | Make the LocalKey facade of thread_local! inlineable cross-crate. | Eduard-Mihai Burtescu | -3/+13 |
| 2017-09-02 | update gcc crate | Ralf Jung | -1/+1 |
| 2017-09-02 | Fallback to dladdr-based resolve_symbol if backtrace failed. | kennytm | -14/+29 |
| 2017-09-02 | Use env::current_exe for libbacktrace on macOS | John Colanduoni | -20/+7 |
| 2017-09-02 | Add libbacktrace support for Apple platforms | John Colanduoni | -7/+32 |
| 2017-09-01 | Auto merge of #44154 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -58/+7 |
| 2017-09-01 | Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavus | bors | -1/+1 |
| 2017-09-01 | Fix tests | Nick Cameron | -1/+1 |
| 2017-09-01 | Fix documentation and formatting. | Jacob Kiesel | -2/+8 |
| 2017-08-31 | Bring back stage0 allocator logic on MSVC | Alex Crichton | -2/+5 |
| 2017-08-31 | Rollup merge of #44209 - frewsxcv:frewsxcv-addr-other-scenarios, r=alexcrichton | Mark Simulacrum | -6/+92 |
| 2017-08-31 | Rollup merge of #44205 - frewsxcv:frewsxcv-addr-doc-fix, r=QuietMisdreavus | Mark Simulacrum | -1/+1 |
| 2017-08-31 | Expand docs of multi-address behavior of some UDP/TCP APIs. | Corey Farwell | -6/+92 |
| 2017-08-31 | Update Cargo to 0.23.0 and our lockfile | Alex Crichton | -0/+2 |
| 2017-08-31 | Bump to 1.22.0 | Alex Crichton | -10/+3 |
| 2017-08-31 | Update bootstrap compiler | Alex Crichton | -50/+1 |
| 2017-08-31 | Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrc | bors | -1/+1 |
| 2017-08-30 | Fix typo in doc `ToSocketAddrs` example. | Corey Farwell | -1/+1 |
| 2017-08-30 | Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnik | Alex Crichton | -21/+101 |
| 2017-08-30 | Rollup merge of #44116 - alexcrichton:update-libc, r=Mark-Simulacrum | Alex Crichton | -12/+29 |
| 2017-08-30 | Temporary fix for a test (will require another update when this is fully merged) | Guillaume Gomez | -1/+1 |
| 2017-08-29 | broken links resolved | Andy Gauge | -1/+1 |
| 2017-08-29 | Rollup merge of #44117 - frewsxcv:frewsxcv-to-socket-addrs-examples, r=QuietM... | Ariel Ben-Yehuda | -22/+66 |
| 2017-08-29 | fix test failures in documentation change | Andrew Gauger | -2/+2 |