about summary refs log tree commit diff
path: root/src/doc/rust.md
AgeCommit message (Expand)AuthorLines
2017-03-29Avoid linking to a moved page in rust.htmlMalo Jaffré-1/+1
2014-09-22manual -> reference & formattingSteve Klabnik-4416/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+3
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+2
2014-09-15Fix two typosMartin Olsson-1/+1
2014-09-12auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brsonbors-4/+4
2014-09-11Replace the Tutorial with the Guide.Steve Klabnik-4/+4
2014-09-11auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonwbors-20/+21
2014-09-10Fix vector terminology in the manual.Steve Klabnik-20/+21
2014-09-10Implement tuple and tuple struct indexingP1start-0/+2
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-1/+1
2014-09-09rollup merge of #17052 : pcwalton/feature-gate-subslicesAlex Crichton-5/+7
2014-09-09auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brsonbors-23/+25
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-1/+1
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-5/+7
2014-09-07Fix vector/array/slice terminology in manual.Steve Klabnik-23/+25
2014-09-05Update language item from 'share' to 'sync' #16988Felix Raimundo-2/+2
2014-09-02auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichtonbors-5/+5
2014-09-01doc: Fix spelling errors.Joseph Crail-5/+5
2014-09-01Fix pointer types in the manual.Steve Klabnik-20/+8
2014-08-30rollup merge of #16780 : mdinger/marker_typesAlex Crichton-4/+4
2014-08-27Fix sorting order. Change `sync` to `share`mdinger-4/+4
2014-08-23extern crate foobar as foo;wickerwaka-7/+4
2014-08-20manual: fix linkCorey Richardson-1/+1
2014-08-20docs: don't claim struct layout is specified, but mention reprCorey Richardson-6/+20
2014-08-19auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwaltonbors-0/+4
2014-08-18Manual: add information about //!Steve Klabnik-0/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-16Add `use a::b::{c, mod};` to the manualJakub Wieczorek-1/+12
2014-08-15auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichtonbors-0/+2
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-2/+2
2014-08-14Add export_name to the attribute whitelist and a description in the rust manualJack Heizer-0/+2
2014-08-14auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brsonbors-1/+1
2014-08-14auto merge of #16440 : bheesham/rust/master, r=brsonbors-8/+8
2014-08-14auto merge of #16428 : mdinger/rust/sort_attributes, r=cmrbors-112/+144
2014-08-13Sort `Marker types` and add missing language itemsmdinger-22/+54
2014-08-12~ -> Box in the manualSteve Klabnik-1/+1
2014-08-12Minor changes to `rust.md`, and `guide-ffi.md`.Bheesham Persaud-8/+8
2014-08-11Sort most attributes alphabeticallymdinger-90/+90
2014-08-09rust.md: Explicitly point out how special `'static` is.Felix S. Klock II-1/+7
2014-08-07Rename `Share` to `Sync`Alex Crichton-3/+3
2014-08-03Remove the "NFKC clause" in the reference manual.OGINO Masanori-2/+1
2014-08-01Fix manual regarding attribute placement.Steve Klabnik-5/+5
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-1/+6
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-1/+1
2014-07-29manual: update list of feature gates, add phase attributeCorey Richardson-5/+71
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+1
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-2/+2
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3