| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-28 | Rollup merge of #45506 - ia0:mpsc_recv_error_from, r=alexcrichton | kennytm | -0/+27 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -12/+0 |
| 2017-11-26 | fix NetBSD | Ariel Ben-Yehuda | -1/+2 |
| 2017-11-26 | Auto merge of #46272 - kennytm:rollup, r=kennytm | bors | -2/+1 |
| 2017-11-26 | Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavus | kennytm | -2/+1 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+283 |
| 2017-11-25 | Make builtin macro doc stubs more accurate | Michael Lamparski | -6/+14 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -76/+111 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -1/+3 |
| 2017-11-24 | Auto merge of #46012 - Gankro:float-conv-transmute, r=sfackler | bors | -76/+86 |
| 2017-11-24 | Fix doc tests | Andrew Cann | -9/+22 |