about summary refs log tree commit diff
path: root/src/doc/trpl
AgeCommit message (Collapse)AuthorLines
2015-04-20TRPL copyedits: stringsSteve Klabnik-23/+91
2015-04-20TRPL editing: vectorsSteve Klabnik-21/+42
2015-04-20Move drop back in TRPL TOCSteve Klabnik-1/+1
It's a trait implementation, so we need traits first.
2015-04-20TRPL edits: method syntaxSteve Klabnik-36/+35
2015-04-20TRPL editing: structsSteve Klabnik-5/+5
2015-04-20TRPL editing: move patterns backSteve Klabnik-1/+1
We want to talk about how to pattern match on structs, so let's bump it back one.
2015-04-20TRPL editing: patternsSteve Klabnik-4/+36
Partially addresses #24388
2015-04-20TRPL editing: matchSteve Klabnik-15/+16
2015-04-20TRPL editing: enumsSteve Klabnik-104/+25
Now that we're not doing the guessing game, a lot of this is irrelevant.
2015-04-18Auto merge of #24383 - avdi:patch-1, r=steveklabnikbors-1/+1
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
2015-04-19fix doctest (fixup #24466)Manish Goregaokar-1/+1
2015-04-18Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichtonManish Goregaokar-3/+105
Link to the big chapter for now, and add move semantics.
2015-04-17Rollup merge of #24515 - steveklabnik:gh24070, r=GankroManish Goregaokar-2/+7
Fixes #24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway.
2015-04-17Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-16Fix broken links in the docsFlorian Hartwig-3/+3
2015-04-16Descripe tuple indexing in TRPLSteve Klabnik-8/+24
FIxes #23962
2015-04-16Make note of documentation tests and binariesSteve Klabnik-1/+4
Fixes #24228
2015-04-16remove example usage of from_str in error docsSteve Klabnik-15/+18
Fixes #24185
2015-04-16Make note of possible XSS in RustdocSteve Klabnik-0/+10
Fixes #24160
2015-04-16Link up some stuff in the vectors chapterSteve Klabnik-2/+7
Fixes #24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway.
2015-04-16Fix some broken links in the bookFlorian Hartwig-4/+4
2015-04-16Fix link id for stackoverflowTing-Yu Lin-2/+2
The document does not display properly if the link id contains a space.
2015-04-17Update hello-cargo.mdNelo Onyiah-1/+1
2015-04-15Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnikSteve Klabnik-1/+1
"as an library" -> "as a library"
2015-04-15Rollup merge of #24468 - brettcannon:patch-2, r=alexcrichtonSteve Klabnik-4/+4
Link spanned a line and was missing the actual link target.
2015-04-15Rollup merge of #24467 - brettcannon:patch-1, r=alexcrichtonSteve Klabnik-2/+2
Had a newline in middle of a link, causing the link text to be shown with `[]`.
2015-04-15Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichtonSteve Klabnik-1/+1
the code block in the no-stdlib.md file caused test failure on bitrig and openbsd. Closes #24108
2015-04-15Grammar fixBrett Cannon-1/+1
"as an library" -> "as a library"
2015-04-15Fix link to stack/heap pageBrett Cannon-4/+4
Link spanned a line and was mising the actual link target.
2015-04-15Fix link formatting errorBrett Cannon-2/+2
Had a newline in middle of a link, causing the link text to be shown with `[]`.
2015-04-15TRPL: move semanticsSteve Klabnik-1/+103
2015-04-14link to ownership for nowSteve Klabnik-2/+2
2015-04-14disabling a test for bitrig and openbsdDave Huseby-1/+1
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-41/+8
Conflicts: src/libstd/thread/mod.rs src/test/bench/shootout-mandelbrot.rs src/test/bench/shootout-reverse-complement.rs src/test/run-pass/capturing-logging.rs src/test/run-pass/issue-9396.rs src/test/run-pass/tcp-accept-stress.rs src/test/run-pass/tcp-connect-timeouts.rs src/test/run-pass/tempfile.rs
2015-04-14rollup merge of #24401: fenduru/patch-2Alex Crichton-1/+1
Not sure if `From<Error>` is the correct way to reference that trait (maybe `From<E: Error>`?) r? @steveklabnik
2015-04-14rollup merge of #24398: steveklabnik/thanks_mdingerAlex Crichton-1/+1
The two-step command left off the nightly flag :frown: Thanks @mdinger
2015-04-14rollup merge of #24394: rundrop1/patch-1Alex Crichton-2/+1
Feel silly because it's just one thing but it was bothering me that the documentation tells you what you're not going to learn now instead of linking to the item in question. Am total noob pls assist, where is power button. :)
2015-04-14rollup merge of #24368: kgv/fixAlex Crichton-2/+0
Remove arity link from enums.md r? @steveklabnik
2015-04-14rollup merge of #24273: steveklabnik/even_moar_editingAlex Crichton-76/+148
Three more sections
2015-04-14mutability fixesSteve Klabnik-4/+4
2015-04-14copyediting: structsSteve Klabnik-6/+46
2015-04-14Fallout: move from scoped to spawnAaron Turon-41/+8
2015-04-13Point to From trait in error handling guidefenduru-1/+1
Not sure if `From<Error>` is the correct way to reference that trait (maybe `From<E: Error>`?)
2015-04-13Fix up nightly installation instructions.Steve Klabnik-1/+1
The two-step command left off the nightly flag :frown: Thanks @mdinger
2015-04-13Update vectors.mdrundrop1-2/+1
Feel silly because it's just one thing but it was bothering me that the documentation tells you what you're not going to learn now instead of linking to the item in question. Am total noob pls assist, where is power button. :)
2015-04-13Wording for dynamic languages.Avdi Grimm-1/+1
2015-04-13Refer to Ruby/Python/JS as "dynamically evaluated"Avdi Grimm-1/+1
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
2015-04-13Arity link has moved to primitive-types.md.kgv-2/+0
2015-04-12Updated dead link in Traits chapter of book to point to Trait Objects chapter.Michael Alexander-2/+2
2015-04-11Fix readme doctest (fixup #24239)Manish Goregaokar-3/+3