| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Make core::f32/f64 docs match std. | Clar Charr | -2/+2 |
| 2017-12-22 | Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik | kennytm | -2/+2 |
| 2017-12-21 | Rollup merge of #46853 - GuillaumeGomez:fix-rustdoc-warning, r=QuietMisdreavus | Guillaume Gomez | -2/+3 |
| 2017-12-21 | docs: do not call integer overflows as underflows | Trevor Spiteri | -2/+2 |
| 2017-12-20 | Fix some rustdoc warnings | Guillaume Gomez | -2/+3 |
| 2017-12-20 | Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay | kennytm | -11/+34 |
| 2017-12-20 | Rollup merge of #46760 - semarie:openbsd-arm64, r=alexcrichton | kennytm | -0/+2 |
| 2017-12-20 | Rollup merge of #46671 - varkor:contrib-2, r=KodrAus | kennytm | -1/+6 |
| 2017-12-20 | Auto merge of #46508 - clarcharr:duration_extras, r=sfackler | bors | -1/+62 |
| 2017-12-18 | Implement `Write` for `Cursor<&mut Vec<T>>` | Diggory Blake | -32/+58 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -11/+34 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -3/+63 |
| 2017-12-17 | add aarch64-unknown-openbsd support | Sébastien Marie | -0/+2 |
| 2017-12-15 | Rollup merge of #46710 - xfix:patch-5, r=alexcrichton | Steve Klabnik | -3/+0 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -2/+2 |
| 2017-12-13 | Remove Sync and Send implementation for RawTable | Konrad Borowski | -3/+0 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -232/+5 |
| 2017-12-12 | Rename never_type_impls gate to never_type | Andrew Cann | -2/+2 |
| 2017-12-11 | Reject superfluous `::` in IPv6 addresses | varkor | -1/+6 |
| 2017-12-11 | Add more Duration methods for consistency. | Clar Charr | -1/+62 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -39/+303 |
| 2017-12-10 | Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavus | bors | -0/+128 |
| 2017-12-10 | Update never_type docs based on feedback | Andrew Cann | -1/+2 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -35/+13 |
| 2017-12-08 | Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnay | bors | -1/+134 |
| 2017-12-08 | fs::{read, read_string, write}: add tracking issue number | Simon Sapin | -3/+3 |
| 2017-12-07 | Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-12-06 | Rename fs::read_utf8 to read_string | Simon Sapin | -4/+4 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -2454/+5628 |
| 2017-12-05 | compile_error example blurbs | Havvy | -0/+5 |
| 2017-12-05 | No unused macro warning in compile_error example. | Havvy | -1/+4 |
| 2017-12-04 | Give compile_error macro examples | Havvy | -2/+19 |
| 2017-12-04 | Auto merge of #46485 - khuey:cursor-read_exact, r=Manishearth | bors | -0/+25 |
| 2017-12-03 | Add a specialization of read_exact for Cursor. | Kyle Huey | -0/+25 |
| 2017-12-03 | Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnik | Corey Farwell | -6/+14 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -2/+20 |
| 2017-12-02 | Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -200/+0 |
| 2017-12-01 | doc: macro `cfg!` evaluating at compile-time | Liigo Zhuang | -1/+1 |
| 2017-11-30 | NetBSD: add sysctl backend for std::env::current_exe | Jonathan A. Kollasch | -1/+28 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -2/+20 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -200/+0 |
| 2017-11-29 | Generalize fs::write from &[u8] to AsRef<[u8]> | Simon Sapin | -3/+3 |
| 2017-11-29 | Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm | kennytm | -3/+3 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -12/+0 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -43/+166 |
| 2017-11-29 | Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton | kennytm | -2/+63 |
| 2017-11-28 | Fix doc test of previous commit | Julien Cretin | -0/+2 |
| 2017-11-28 | Add more links to `!` doc text | Andrew Cann | -18/+28 |
| 2017-11-28 | Fix since for mpsc_error_conversions | Julien Cretin | -3/+3 |
| 2017-11-27 | Use an unstable feature linked to #46316 | Julien Cretin | -1/+1 |