about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2016-02-04Rollup merge of #31413 - tshepang:improve, r=steveklabnikSteve Klabnik-2/+2
2016-02-04Rollup merge of #31412 - tshepang:add-trailing-commas, r=steveklabnikSteve Klabnik-5/+5
2016-02-04Rollup merge of #31411 - tshepang:idiom, r=steveklabnikSteve Klabnik-1/+1
2016-02-04reference: add trailing commasTshepang Lekhonkhobe-5/+5
2016-02-04reference: make the line a little more readableTshepang Lekhonkhobe-2/+2
2016-02-04reference: explicit return at function end is not idiomaticTshepang Lekhonkhobe-1/+1
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-1/+1
2016-01-29Rollup merge of #31264 - est31:block_coment_parent, r=alexcrichtonManish Goregaokar-1/+1
2016-01-28Fix reference info about parent doc block commentsest31-1/+1
2016-01-26Fix examples that use missing_docs lintMatt Brubeck-4/+4
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+3
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-1/+1
2016-01-13the reference was inferring values that didn't fit into their target typeOliver 'ker' Schneider-8/+8
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+1
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-0/+3
2016-01-06Clarify how Rust treats backslashes at end of line in string literalsTobias Bucher-4/+4
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+2
2015-12-18Require exact type equality + add testsVadim Petrochenkov-0/+2
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-4/+0
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+2
2015-12-09Rollup merge of #30224 - matklad:super-docs, r=steveklabnikSteve Klabnik-0/+19
2015-12-05DOCS: update reference about pathsAleksey Kladov-0/+19
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+3
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-4/+0
2015-11-24Rollup merge of #30020 - Manishearth:unit, r=blussSteve Klabnik-2/+2
2015-11-24Update reference.mdManish Goregaokar-2/+2
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-17Rollup merge of #29891 - steveklabnik:gh29470, r=alexcrichtonSteve Klabnik-4/+11
2015-11-17Clear up the reference around letSteve Klabnik-11/+12
2015-11-17Fix up escapes in the referenceSteve Klabnik-4/+11
2015-11-13Document block doc comments bettermdinger-3/+2
2015-11-08reference: Remove struct_variant from Compiler FeaturesDaniel Trebbien-7/+0
2015-11-05Beef up macro designator docsSteve Klabnik-3/+14
2015-10-26reference: clarify implAleksey Kladov-5/+5
2015-10-15Rollup merge of #29058 - tshepang:rename, r=steveklabnikManish Goregaokar-33/+33
2015-10-15Rollup merge of #29022 - apasel422:spell, r=steveklabnikManish Goregaokar-2/+2
2015-10-15Rollup merge of #28906 - tshepang:link, r=nikomatsakisManish Goregaokar-2/+5
2015-10-15reference: 'struct' is more common that 'structure'Tshepang Lekhonkhobe-33/+33
2015-10-14reference: add link to the symbolsTshepang Lekhonkhobe-2/+5
2015-10-14Rollup merge of #29028 - Seeker14491:patch-1, r=ManishearthManish Goregaokar-5/+5
2015-10-13Unhide some code from the Traits sectionSeeker14491-5/+5
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-1/+1
2015-10-10doc: fixing typosKyle Robinson Young-1/+1
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+14
2015-10-08Rollup merge of #28905 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-10-08Auto merge of #28621 - tshepang:move-safety, r=steveklabnikbors-93/+93
2015-10-08reference: fix typosTshepang Lekhonkhobe-1/+1
2015-10-06Non-parametric dropck; instead trust an unsafe attribute (RFC 1238).Felix S. Klock II-0/+14
2015-10-05docs: anchors fixesSimon Mazur-13/+13