summaryrefslogtreecommitdiff
path: root/src/doc/rust.md
Commit message (Expand)AuthorAgeFilesLines
* Avoid linking to a moved page in rust.htmlMalo Jaffré2017-03-291-1/+1
* manual -> reference & formattingSteve Klabnik2014-09-221-4416/+1
* Fix fallout from Vec stabilizationAlex Crichton2014-09-211-2/+3
* librustc: Implement associated types behind a feature gate.Patrick Walton2014-09-171-0/+2
* Fix two typosMartin Olsson2014-09-151-1/+1
* auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brsonbors2014-09-121-4/+4
|\
| * Replace the Tutorial with the Guide.Steve Klabnik2014-09-111-4/+4
* | auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonwbors2014-09-111-20/+21
|\ \ | |/ |/|
| * Fix vector terminology in the manual.Steve Klabnik2014-09-101-20/+21
* | Implement tuple and tuple struct indexingP1start2014-09-101-0/+2
|/
* rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton2014-09-091-1/+1
|\
| * librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton2014-09-081-1/+1
* | rollup merge of #17052 : pcwalton/feature-gate-subslicesAlex Crichton2014-09-091-5/+7
|\ \
| * | librustc: Feature gate subslice matching in non-tail positions.Patrick Walton2014-09-081-5/+7
| |/
* | auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brsonbors2014-09-091-23/+25
|\ \ | |/ |/|
| * Fix vector/array/slice terminology in manual.Steve Klabnik2014-09-071-23/+25
* | Update language item from 'share' to 'sync' #16988Felix Raimundo2014-09-051-2/+2
* | auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichtonbors2014-09-021-5/+5
|\ \
| * | doc: Fix spelling errors.Joseph Crail2014-09-011-5/+5
* | | Fix pointer types in the manual.Steve Klabnik2014-09-011-20/+8
|/ /
* | rollup merge of #16780 : mdinger/marker_typesAlex Crichton2014-08-301-4/+4
|\ \ | |/ |/|
| * Fix sorting order. Change `sync` to `share`mdinger2014-08-271-4/+4
* | extern crate foobar as foo;wickerwaka2014-08-231-7/+4
|/
* manual: fix linkCorey Richardson2014-08-201-1/+1
* docs: don't claim struct layout is specified, but mention reprCorey Richardson2014-08-201-6/+20
* auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwaltonbors2014-08-191-0/+4
|\
| * Manual: add information about //!Steve Klabnik2014-08-181-0/+4
* | libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton2014-08-181-1/+1
|/
* Add `use a::b::{c, mod};` to the manualJakub Wieczorek2014-08-161-1/+12
* auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichtonbors2014-08-151-0/+2
|\
| * Add export_name to the attribute whitelist and a description in the rust manualJack Heizer2014-08-141-0/+2
* | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton2014-08-141-2/+2
|/
* auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brsonbors2014-08-141-1/+1
|\
| * ~ -> Box in the manualSteve Klabnik2014-08-121-1/+1
* | auto merge of #16440 : bheesham/rust/master, r=brsonbors2014-08-141-8/+8
|\ \
| * | Minor changes to `rust.md`, and `guide-ffi.md`.Bheesham Persaud2014-08-121-8/+8
| |/
* | auto merge of #16428 : mdinger/rust/sort_attributes, r=cmrbors2014-08-141-112/+144
|\ \
| * | Sort `Marker types` and add missing language itemsmdinger2014-08-131-22/+54
| * | Sort most attributes alphabeticallymdinger2014-08-111-90/+90
| |/
* | rust.md: Explicitly point out how special `'static` is.Felix S. Klock II2014-08-091-1/+7
|/
* Rename `Share` to `Sync`Alex Crichton2014-08-071-3/+3
* Remove the "NFKC clause" in the reference manual.OGINO Masanori2014-08-031-2/+1
* Fix manual regarding attribute placement.Steve Klabnik2014-08-011-5/+5
* librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton2014-08-011-1/+6
* auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors2014-07-311-1/+1
|\
| * Port Rust to DragonFlyBSDMichael Neumann2014-07-291-1/+1
* | manual: update list of feature gates, add phase attributeCorey Richardson2014-07-291-5/+71
|/
* libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton2014-07-241-2/+2
* librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton2014-07-171-1/+1
* std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey2014-07-081-3/+3