| Age | Commit message (Expand) | Author | Lines |
| 2017-04-18 | Auto merge of #39271 - est31:add_float_bits, r=BurntSushi | bors | -0/+8 |
| 2017-04-17 | Rollup merge of #41262 - jonhoo:compiler-barrier-rename, r=alexcrichton | Corey Farwell | -11/+11 |
| 2017-04-18 | Add float_bits_conv to unstable book | est31 | -0/+8 |
| 2017-04-17 | Auto merge of #41345 - frewsxcv:rollup, r=frewsxcv | bors | -0/+15 |
| 2017-04-17 | Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov | Corey Farwell | -0/+15 |
| 2017-04-17 | Auto merge of #41264 - alexeyzab:41158-fix-docs, r=steveklabnik | bors | -2/+9 |
| 2017-04-17 | fix: remove `field_init_shorthand` from SUMMARY.md | Evgeny Safronov | -1/+0 |
| 2017-04-16 | Auto merge of #40409 - mbrubeck:calloc, r=sfackler | bors | -0/+5 |
| 2017-04-15 | document :vis in unstable book | Alex Burka | -0/+15 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -0/+5 |
| 2017-04-14 | Add Unstable Book entry for 'overlapping-marker-traits'. | Corey Farwell | -0/+8 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -0/+81 |
| 2017-04-14 | fix: add missing link in SUMMARY.md | Evgeny Safronov | -0/+2 |
| 2017-04-14 | docs: track newly introduced unstable feature | Evgeny Safronov | -0/+7 |
| 2017-04-13 | Update various bookshelf repositories. | steveklabnik | -0/+0 |
| 2017-04-13 | Rename compiler_barrier to compiler_fence | Jon Gjengset | -11/+11 |
| 2017-04-13 | Address the PR review | alexey zabelin | -2/+1 |
| 2017-04-13 | Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton | bors | -0/+8 |
| 2017-04-12 | Fix old docs | alexey zabelin | -0/+8 |
| 2017-04-12 | Add ToOwned::clone_into (unstable as toowned_clone_into) | Scott McMurray | -0/+8 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -1/+1 |
| 2017-04-12 | Update unstable book with global_asm feature | A.J. Gardner | -0/+81 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -0/+1 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -0/+9 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+62 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -0/+9 |
| 2017-04-09 | Fix test failures | Simonas Kazlauskas | -0/+1 |
| 2017-04-09 | Auto merge of #41095 - clarcharr:as_extras, r=alexcrichton | bors | -0/+9 |
| 2017-04-08 | Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichton | bors | -0/+107 |
| 2017-04-08 | this code block is text not Rust code | Jorge Aparicio | -1/+1 |
| 2017-04-08 | Address @parched's comments | Jon Gjengset | -8/+3 |
| 2017-04-08 | Rollup merge of #41135 - japaric:unstable-docs, r=steveklabnik | Tim Neumann | -4/+123 |
| 2017-04-07 | Add as_c_str. | Clar Charr | -0/+9 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -1/+1 |
| 2017-04-07 | add some documentation to the unstable book | Jorge Aparicio | -0/+62 |
| 2017-04-07 | change the format of the linked issue number | Jorge Aparicio | -2/+3 |
| 2017-04-07 | Mention interrupts and green threads | Jon Gjengset | -1/+6 |
| 2017-04-07 | rustdoc needs space after # to ignore | Jon Gjengset | -6/+6 |
| 2017-04-07 | document some existing unstable features | Jorge Aparicio | -4/+122 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+154 |
| 2017-04-06 | Correct book examples for hardware re-ordering | Jon Gjengset | -54/+62 |
| 2017-04-06 | ignore the .init_array doctest | Jorge Aparicio | -1/+1 |
| 2017-04-06 | add link to issue number, ignore snippet that requires custom linking | Jorge Aparicio | -2/+3 |
| 2017-04-06 | Point to tracking issue, not PR | Jon Gjengset | -2/+2 |
| 2017-04-06 | Add unstable book entry | Jon Gjengset | -0/+99 |
| 2017-04-06 | add documentation to the unstable book | Jorge Aparicio | -0/+153 |
| 2017-04-05 | Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton | Ariel Ben-Yehuda | -0/+11 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -0/+8 |
| 2017-04-05 | Add tracking issue for offset_to | Amanieu d'Antras | -2/+2 |
| 2017-04-04 | add [T]::rsplit() and rsplit_mut() #41020 | Jason Orendorff | -0/+11 |