about summary refs log tree commit diff
path: root/src/doc/reference.md
AgeCommit message (Expand)AuthorLines
2015-03-09Shrink table in the referenceSteve Klabnik-8/+8
2015-03-09Auto merge of #23219 - Manishearth:rollup, r=Manishearthbors-4/+0
2015-03-09Rollup merge of #22917 - randfur:master, r=steveklabnikManish Goregaokar-1/+1
2015-03-08remove confusing language about casting typesSteve Klabnik-4/+0
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-0/+4
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+8
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-0/+8
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-0/+8
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-0/+6
2015-03-01Fix missed doc grammar rule rename from vec_elems to array_elemsAlan Cutter-1/+1
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-2/+2
2015-02-27remove leftover annotationsJorge Aparicio-2/+2
2015-02-25Changed prose to assert_eq! macro.Alexander Bliskovsky-2/+2
2015-02-25Added documentation of backslash ending string literals.Alexander Bliskovsky-1/+14
2015-02-24Enhance and move information about macro debuggingKeegan McAllister-5/+12
2015-02-24Rollup merge of #22711 - lummax:patch-1, r=dotdashManish Goregaokar-4/+4
2015-02-23Rollup merge of #22660 - achernya:tuple-reference, r=alexcrichtonManish Goregaokar-1/+3
2015-02-23doc: Fix `target_{word_size,pointer_width}` renaminglummax-4/+4
2015-02-23Rollup merge of #22270 - steveklabnik:gh22152, r=huonwManish Goregaokar-0/+3
2015-02-22Link from literals to their representationSteve Klabnik-0/+3
2015-02-22Include tuple indexing in the Reference.Alexander Chernyakhovsky-1/+3
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-2/+2
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-5/+5
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18Fallout: docs, elided examples often elided too much.Niko Matsakis-5/+5
2015-02-18Update docs by dropping suffixes except where they served to instruct.Niko Matsakis-12/+8
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-0/+7
2015-02-17Rollup merge of #22413 - steveklabnik:gh22386, r=alexcrichtonManish Goregaokar-3/+2
2015-02-17Rollup merge of #22392 - laijs:fix-reference-md-plugin-link, r=steveklabnikManish Goregaokar-1/+1
2015-02-17Add custom_attribute and rustc_attrs to reference.mdManish Goregaokar-0/+7
2015-02-16remove 'crate files' sentenceSteve Klabnik-3/+2
2015-02-16reference: fix outdated link for Compiler pluginsLai Jiangshan-1/+1
2015-02-15Rollup merge of #22308 - steveklabnik:gh19278, r=brsonManish Goregaokar-3/+4
2015-02-15Rollup merge of #22307 - steveklabnik:gh14849, r=huonwManish Goregaokar-3/+13
2015-02-15Rollup merge of #22284 - steveklabnik:fix_another_lie, r=nikomatsakisManish Goregaokar-3/+0
2015-02-15Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve...Manish Goregaokar-10/+52
2015-02-15Rollup merge of #22269 - steveklabnik:gh22136, r=alexcrichtonManish Goregaokar-3/+2
2015-02-13Generate grammar.html and link to it from the reference.Steve Klabnik-3/+4
2015-02-13clarfiy reference with regards to the value of block expressionsSteve Klabnik-3/+13
2015-02-13Don't specify tuple layout.Steve Klabnik-3/+0
2015-02-13Added all active features to the list in reference.md.Felix S. Klock II-10/+52
2015-02-13Remove outdated information about copy/move from the referenceSteve Klabnik-3/+2
2015-02-12Updated usage of StrExt.parse() as per a recommendation by edwardw.Nick Sarten-1/+1
2015-02-12Updated documentation to use range notation syntax.Nick Sarten-3/+3
2015-02-11bitrig integrationDave Huseby-2/+2
2015-02-11opt into box_patterns in the reference doc that uses them.Felix S. Klock II-0/+3
2015-02-10rollup merge of #22130: steveklabnik/gh20172Alex Crichton-3/+1
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-2/+2
2015-02-10rollup merge of #22072: geofft/doc-byte-string-literalAlex Crichton-5/+7