about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
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-11/+11
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-13auto merge of #16438 : phi-gamma/rust/doc-fixes, r=brsonbors-3/+3
2014-08-13auto merge of #16476 : andreastt/rust/ato/consistency_if_expr_example, r=stev...bors-1/+1
2014-08-13Guide: Add missing integer type to section on if expressionsAndreas Tolfsen-1/+1
2014-08-13auto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes, r=alexcrichtonbors-1/+7
2014-08-12guide-unsafe.md: fix wordingPhilipp Gesang-1/+1
2014-08-12~ -> Box in the manualSteve Klabnik-1/+1
2014-08-12Minor changes to `rust.md`, and `guide-ffi.md`.Bheesham Persaud-11/+11
2014-08-12guide-unsafe.md: fix nounPhilipp Gesang-1/+1
2014-08-12guide-testing.md: add auxiliary verbPhilipp Gesang-1/+1
2014-08-12guide-runtime.md: remove redundant verbPhilipp Gesang-1/+1
2014-08-11auto merge of #16427 : brson/rust/https, r=thestingerbors-6/+6
2014-08-11Guide: vectorsSteve Klabnik-6/+71
2014-08-11Update docs to use HTTPS for static.rust-lang.org addressesBrian Anderson-6/+6
2014-08-11Sort most attributes alphabeticallymdinger-90/+90
2014-08-11auto merge of #16379 : parir/rust/guide-typos, r=kballardbors-5/+5
2014-08-11auto merge of #16399 : superlogical/rust/patch-2, r=steveklabnikbors-1/+1
2014-08-11Fix some minor issues in the guide.Peer Aramillo Irizar-6/+6
2014-08-11auto merge of #15410 : LemmingAvalanche/rust/patch-1, r=alexcrichtonbors-0/+10
2014-08-10Note naming convention of lists (xs, ys, ...)LemmingAvalanche-0/+10
2014-08-10Fix typo `convering` to `converting`Jake Scott-1/+1
2014-08-10Fix typoJake Scott-1/+1
2014-08-09rust.md: Explicitly point out how special `'static` is.Felix S. Klock II-1/+7
2014-08-08auto merge of #16333 : steveklabnik/rust/guide_strings, r=brsonbors-0/+80
2014-08-08Guide: method syntaxSteve Klabnik-0/+88
2014-08-08auto merge of #16309 : steveklabnik/rust/guide_tasks, r=brsonbors-0/+146
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-14/+14
2014-08-08auto merge of #16273 : steveklabnik/rust/guide_generics, r=brsonbors-1/+491
2014-08-07auto merge of #16206 : steveklabnik/rust/guide_lambdas, r=brsonbors-1/+203
2014-08-07Guide: TraitsSteve Klabnik-25/+339
2014-08-07Guide: stringsSteve Klabnik-0/+80
2014-08-07Guide: tasksSteve Klabnik-0/+146
2014-08-07Guide: closuresSteve Klabnik-1/+203
2014-08-07Rename `Share` to `Sync`Alex Crichton-14/+14
2014-08-06Fix typo in the tutorialAdrien Brault-1/+1
2014-08-06Guide: Fix imports (times_four instead of add_four)Daniel Hofstetter-2/+2
2014-08-05auto merge of #16247 : TimDumol/rust/patch-1, r=alexcrichtonbors-3/+4
2014-08-05Guide: genericsSteve Klabnik-0/+176
2014-08-05auto merge of #16246 : ruud-v-a/rust/patch-1, r=brsonbors-1/+1
2014-08-05auto merge of #16234 : cakebaker/rust/rename_guessing_game_rs_to_main_rs, r=s...bors-17/+17
2014-08-05auto merge of #16216 : omasanori/rust/nfkc, r=brsonbors-2/+1
2014-08-05doc: Fix the 30-minute intro to use += operator.Tim Joseph Dumol-3/+4
2014-08-04docs: Fix typo in tutorial.Ruud van Asseldonk-1/+1
2014-08-04Rename guessing_game.rs to main.rs in guideDaniel Hofstetter-17/+17
2014-08-04Rename modules.rs to main.rs in guideDaniel Hofstetter-3/+3
2014-08-03Remove the "NFKC clause" in the reference manual.OGINO Masanori-2/+1
2014-08-03Remove "bin" section from Cargo.tomlDaniel Hofstetter-4/+0