about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2015-07-16Merge branch 'more-ref-fixes' of https://github.com/tshepang/rust into rollup...Steve Klabnik-8/+8
2015-07-16Merge branch 'coercions' of https://github.com/tshepang/rust into rollup_centralSteve Klabnik-41/+66
2015-07-14Don't mention packed attribute in reference.mdSteven Allen-2/+0
2015-07-08reference: miscellaneous fixesTshepang Lekhonkhobe-8/+8
2015-07-06Rollup merge of #26835 - tshepang:copy-or-not, r=steveklabnikSteve Klabnik-3/+2
2015-07-06Rollup merge of #26834 - tshepang:space, r=brsonSteve Klabnik-1/+0
2015-07-06reference: make 'Move and copied types' section more simpleTshepang Lekhonkhobe-3/+2
2015-07-06reference: do not display the extra spaceTshepang Lekhonkhobe-1/+0
2015-07-05Rollup merge of #26808 - tshepang:closures, r=steveklabnikSteve Klabnik-3/+4
2015-07-06reference: 'inherits' is more clear than 'implies'Tshepang Lekhonkhobe-3/+4
2015-07-05Rollup merge of #26800 - tshepang:comma, r=GankroSteve Klabnik-1/+1
2015-07-05Rollup merge of #26789 - tshepang:improve-array-examples, r=alexcrichtonSteve Klabnik-4/+9
2015-07-05reference: remove stray commaTshepang Lekhonkhobe-1/+1
2015-07-05reference: improve coercions sectionTshepang Lekhonkhobe-41/+66
2015-07-05Rollup merge of #26795 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-07-05reference: fix typoTshepang Lekhonkhobe-1/+1
2015-07-05Rollup merge of #26792 - tshepang:follow-idiom, r=steveklabnikSteve Klabnik-4/+2
2015-07-05reference: improve lambda exampleTshepang Lekhonkhobe-4/+2
2015-07-05Rollup merge of #26791 - tshepang:misc-ref-fixes, r=steveklabnikSteve Klabnik-2/+2
2015-07-05reference: tiny fixesTshepang Lekhonkhobe-2/+2
2015-07-05Rollup merge of #26788 - tshepang:not-exclamation-marks, r=steveklabnikSteve Klabnik-2/+2
2015-07-05Rollup merge of #26787 - tshepang:tuple-usage, r=steveklabnikSteve Klabnik-3/+6
2015-07-05Rollup merge of #26785 - tshepang:inference, r=steveklabnikSteve Klabnik-12/+21
2015-07-05reference: improve examples of the different array typesTshepang Lekhonkhobe-4/+9
2015-07-05reference: that looks like exclamations marks for some fontsTshepang Lekhonkhobe-2/+2
2015-07-05reference: make tuple usage examples more meaningfulTshepang Lekhonkhobe-3/+6
2015-07-05reference: improve readability of type inference explanations for float and i...Tshepang Lekhonkhobe-12/+21
2015-07-01Add netbsd amd64 supportAlex Newman-1/+1
2015-06-26accessing private fields is not safe, and io isn't scaryAlexis Beingessner-3/+0
2015-06-18Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnikManish Goregaokar-5/+7
2015-06-18Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichtonManish Goregaokar-3/+14
2015-06-17Document behavior of bitwise operators with boolean argumentsVadim Petrochenkov-5/+7
2015-06-16Auto merge of #24738 - joliv:patch-2, r=steveklabnikbors-2/+5
2015-06-16One more consistency fix in the referenceSteve Klabnik-3/+14
2015-06-15Add unit type info and update associated linkjoliv-2/+5
2015-06-15Significantly simplify generic exampleSteve Klabnik-10/+9
2015-06-12[reference] Fix typo in extern fn sectionMatt Brubeck-1/+1
2015-06-10Add explanation for E0116 and update the error message.Nick Hamann-1/+1
2015-06-09Rollup merge of #26111 - tshepang:consistency, r=brsonSteve Klabnik-1/+0
2015-06-09Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnikManish Goregaokar-6/+6
2015-06-09Rollup merge of #26112 - tshepang:readability, r=steveklabnikManish Goregaokar-3/+7
2015-06-09reference: that looks better without those abbreviationsTshepang Lekhonkhobe-6/+6
2015-06-09reference: improve readabilityTshepang Lekhonkhobe-3/+7
2015-06-09reference: get consistent by removing unneeded whitespaceTshepang Lekhonkhobe-1/+0
2015-06-07Make all leaks safe in language referencediwic-1/+1
2015-06-04Fix doctest (fixup –#25900)Manish Goregaokar-16/+17
2015-06-04Rollup merge of #25900 - lorenzb:more_about_types, r=nikomatsakisManish Goregaokar-0/+140
2015-06-03Remove #[static_assert]Steve Klabnik-9/+0
2015-05-30Extend rust reference with a section about type coercionsLorenz-0/+120
2015-05-30Extend rust reference with a section about subtypingLorenz-0/+20