| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-05 | reference: improve readability of type inference explanations for float and i... | Tshepang Lekhonkhobe | -12/+21 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -1/+1 |
| 2015-06-26 | accessing private fields is not safe, and io isn't scary | Alexis Beingessner | -3/+0 |
| 2015-06-18 | Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnik | Manish Goregaokar | -5/+7 |
| 2015-06-18 | Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichton | Manish Goregaokar | -3/+14 |
| 2015-06-17 | Document behavior of bitwise operators with boolean arguments | Vadim Petrochenkov | -5/+7 |
| 2015-06-16 | Auto merge of #24738 - joliv:patch-2, r=steveklabnik | bors | -2/+5 |
| 2015-06-16 | One more consistency fix in the reference | Steve Klabnik | -3/+14 |
| 2015-06-15 | Add unit type info and update associated link | joliv | -2/+5 |
| 2015-06-15 | Significantly simplify generic example | Steve Klabnik | -10/+9 |
| 2015-06-12 | [reference] Fix typo in extern fn section | Matt Brubeck | -1/+1 |
| 2015-06-10 | Add explanation for E0116 and update the error message. | Nick Hamann | -1/+1 |
| 2015-06-09 | Rollup merge of #26111 - tshepang:consistency, r=brson | Steve Klabnik | -1/+0 |
| 2015-06-09 | Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-06-09 | Rollup merge of #26112 - tshepang:readability, r=steveklabnik | Manish Goregaokar | -3/+7 |
| 2015-06-09 | reference: that looks better without those abbreviations | Tshepang Lekhonkhobe | -6/+6 |
| 2015-06-09 | reference: improve readability | Tshepang Lekhonkhobe | -3/+7 |
| 2015-06-09 | reference: get consistent by removing unneeded whitespace | Tshepang Lekhonkhobe | -1/+0 |
| 2015-06-07 | Make all leaks safe in language reference | diwic | -1/+1 |
| 2015-06-04 | Fix doctest (fixup #25900) | Manish Goregaokar | -16/+17 |
| 2015-06-04 | Rollup merge of #25900 - lorenzb:more_about_types, r=nikomatsakis | Manish Goregaokar | -0/+140 |
| 2015-06-03 | Remove #[static_assert] | Steve Klabnik | -9/+0 |
| 2015-05-30 | Extend rust reference with a section about type coercions | Lorenz | -0/+120 |
| 2015-05-30 | Extend rust reference with a section about subtyping | Lorenz | -0/+20 |
| 2015-05-28 | floating-point types are machine types, not machine-dependent types | Liigo Zhuang | -2/+2 |
| 2015-05-21 | Document the debug_assertions cfg option | Matt Brubeck | -0/+4 |
| 2015-05-15 | Update reference.md | Michael Rosenberg | -0/+8 |
| 2015-05-13 | Fix link to RFC 255 in Reference. | Nick Hamann | -1/+3 |
| 2015-05-13 | Fix test failure in the reference | Steve Klabnik | -0/+5 |
| 2015-05-12 | Improve wording for the "Trait objects" section of the reference. | Nick Hamann | -7/+15 |
| 2015-05-12 | Expand the "Traits" section of the reference. | Nick Hamann | -0/+40 |
| 2015-05-12 | Correct various small points, expand some sections, while avoiding | Niko Matsakis | -52/+151 |
| 2015-05-11 | Rollup merge of #25283 - steveklabnik:gh24999, r=alexcrichton | Steve Klabnik | -20/+17 |
| 2015-05-11 | Rollup merge of #25282 - badboy:reference-macro-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-11 | Fix links in the referece | Steve Klabnik | -20/+17 |
| 2015-05-11 | Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnik | Manish Goregaokar | -0/+14 |