| Age | Commit message (Expand) | Author | Lines |
| 2015-07-16 | Merge branch 'more-ref-fixes' of https://github.com/tshepang/rust into rollup... | Steve Klabnik | -8/+8 |
| 2015-07-16 | Merge branch 'coercions' of https://github.com/tshepang/rust into rollup_central | Steve Klabnik | -41/+66 |
| 2015-07-16 | Merge branch 'nopacked' of https://github.com/Stebalien/rust into rollup_central | Steve Klabnik | -2/+0 |
| 2015-07-16 | Rollup merge of #27020 - goyox86:goyox86/fix-error-handling-snippet, r=stevek... | Manish Goregaokar | -1/+3 |
| 2015-07-16 | Rollup merge of #26695 - rutsky:patch-2, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-07-14 | Don't mention packed attribute in reference.md | Steven Allen | -2/+0 |
| 2015-07-14 | Auto merge of #27016 - alexcrichton:inline-asm-docs, r=steveklabnik | bors | -1/+10 |
| 2015-07-13 | Fixed snippet to return the proper error. | Jose Narvaez | -1/+3 |
| 2015-07-13 | doc: Add a link to LLVM's new inline assembly docs | Alex Crichton | -1/+10 |
| 2015-07-13 | minor grammatical update | Frank McSherry | -2/+2 |
| 2015-07-12 | Clean up trailing whitespaces | Pavel Pravosud | -11/+11 |
| 2015-07-12 | Fix multi-threading example in dining-philosophers | Pavel Pravosud | -4/+4 |
| 2015-07-08 | Rollup merge of #26892 - steveklabnik:gh26482, r=alexcrichton | Steve Klabnik | -3/+5 |
| 2015-07-08 | TRPL: make version constraits explicit | Steve Klabnik | -3/+5 |
| 2015-07-08 | Rollup merge of #26687 - christianweinz:patch-1, r=huonw | Steve Klabnik | -1/+1 |
| 2015-07-08 | reference: miscellaneous fixes | Tshepang Lekhonkhobe | -8/+8 |
| 2015-07-07 | Rollup merge of #26855 - steveklabnik:gh26344, r=alexcrichton | Steve Klabnik | -5/+6 |
| 2015-07-07 | Rollup merge of #26854 - steveklabnik:gh26345, r=alexcrichton | Steve Klabnik | -1/+14 |
| 2015-07-07 | Rollup merge of #26853 - steveklabnik:gh26346, r=Gankro | Steve Klabnik | -14/+14 |
| 2015-07-07 | Re-word UB in unsafe guide | Steve Klabnik | -14/+14 |
| 2015-07-07 | Not literally all of concurrency is a library | Steve Klabnik | -5/+6 |
| 2015-07-07 | There are four uses of unsafe, actually | Steve Klabnik | -1/+14 |
| 2015-07-07 | Describe lifetime syntax for impl | Steve Klabnik | -0/+29 |
| 2015-07-06 | Rollup merge of #26835 - tshepang:copy-or-not, r=steveklabnik | Steve Klabnik | -3/+2 |
| 2015-07-06 | Rollup merge of #26834 - tshepang:space, r=brson | Steve Klabnik | -1/+0 |
| 2015-07-06 | Rollup merge of #26827 - steveklabnik:gh25786, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-07-06 | Rollup merge of #26761 - steveklabnik:actually_ub, r=alexcrichton | Steve Klabnik | -13/+4 |
| 2015-07-06 | reference: make 'Move and copied types' section more simple | Tshepang Lekhonkhobe | -3/+2 |
| 2015-07-06 | reference: do not display the extra space | Tshepang Lekhonkhobe | -1/+0 |
| 2015-07-06 | FFI panic is UB | Steve Klabnik | -13/+4 |
| 2015-07-06 | Document _ in bindings | Steve Klabnik | -0/+32 |
| 2015-07-06 | book: introduce `//!` doc comment in comments section | Liigo Zhuang | -0/+11 |
| 2015-07-05 | Rollup merge of #26808 - tshepang:closures, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2015-07-06 | reference: 'inherits' is more clear than 'implies' | Tshepang Lekhonkhobe | -3/+4 |
| 2015-07-05 | Rollup merge of #26800 - tshepang:comma, r=Gankro | Steve Klabnik | -1/+1 |
| 2015-07-05 | Rollup merge of #26789 - tshepang:improve-array-examples, r=alexcrichton | Steve Klabnik | -4/+9 |
| 2015-07-05 | reference: remove stray comma | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-05 | reference: improve coercions section | Tshepang Lekhonkhobe | -41/+66 |
| 2015-07-05 | Rollup merge of #26795 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-07-05 | reference: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-05 | Rollup merge of #26792 - tshepang:follow-idiom, r=steveklabnik | Steve Klabnik | -4/+2 |
| 2015-07-05 | reference: improve lambda example | Tshepang Lekhonkhobe | -4/+2 |
| 2015-07-05 | Rollup merge of #26791 - tshepang:misc-ref-fixes, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-07-05 | reference: tiny fixes | Tshepang Lekhonkhobe | -2/+2 |
| 2015-07-05 | Rollup merge of #26788 - tshepang:not-exclamation-marks, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-07-05 | Rollup merge of #26787 - tshepang:tuple-usage, r=steveklabnik | Steve Klabnik | -3/+6 |
| 2015-07-05 | Rollup merge of #26785 - tshepang:inference, r=steveklabnik | Steve Klabnik | -12/+21 |
| 2015-07-05 | reference: improve examples of the different array types | Tshepang Lekhonkhobe | -4/+9 |
| 2015-07-05 | reference: that looks like exclamations marks for some fonts | Tshepang Lekhonkhobe | -2/+2 |
| 2015-07-05 | reference: make tuple usage examples more meaningful | Tshepang Lekhonkhobe | -3/+6 |