about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-1/+1
r? @alexcrichton
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 #24471 - andrewseidl:master, r=alexcrichtonSteve Klabnik-1/+1
Use external instead of relative link for rustbyexample.com in generated `src/doc/index.md`. (http://doc.rust-lang.org/nightly/index.html) Previous: http://doc.rust-lang.org/nightly/rustbyexample.com Desired: http://rustbyexample.com/
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-15doc: Fix link to rustbyexample.comAndrew Seidl-1/+1
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-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
`s/(?<!\{ self)(?<=\.)len\(\) == 0/is_empty()/g`
2015-04-14disabling a test for bitrig and openbsdDave Huseby-1/+1
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-41/+12
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 #24393: steveklabnik/rbeAlex Crichton-14/+6
It's no longer a community based project. Also, Rust for Rubyists is deprecated at this point, so we shouldn't link to it anymore.
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/+12
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-13Link RBE more prominentlySteve Klabnik-14/+6
It's no longer a community based project. Also, Rust for Rubyists is deprecated at this point, so we shouldn't link to it anymore.
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-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
2015-04-11Rollup merge of #24309 - tshepang:doc-avoid-x-confusion, r=ManishearthManish Goregaokar-4/+4
2015-04-11Rollup merge of #24281 - steveklabnik:lol_editing, r=alexcrichtonManish Goregaokar-311/+161
more more more
2015-04-11Rollup merge of #24253 - steveklabnik:doc_primitive_types, r=alexcrichtonManish Goregaokar-171/+267
A brief introduction to each type, with pointers to the primitive pages for more info.
2015-04-11Rollup merge of #24247 - steveklabnik:update_variable_bindings, r=huonwManish Goregaokar-49/+57
keeping on with the edits
2015-04-11Rollup merge of #24244 - steveklabnik:more_editing, r=steveklabnikManish Goregaokar-172/+282
Fill out blank section headers. Copy edit the entire first section.
2015-04-11Rollup merge of #24239 - steveklabnik:editing_pass, r=steveklabnikManish Goregaokar-25/+178
Now that the new TOC has landed, I've started doing an editing pass to get the old content into the right shape. I felt this introduction was significant enough to send as its own PR, though, as it's the introduction. It's possible that we may just want to replace 'the intro' with this directly, but this PR doesn't do that.
2015-04-11Rollup merge of #24234 - thiagooak:academic-research, r=steveklabnikManish Goregaokar-0/+47
#24004 Something like this?
2015-04-11book: 'x' is already taken, so use something elseTshepang Lekhonkhobe-4/+4
2015-04-10More editing work on TRPLSteve Klabnik-172/+282
Fill out blank section headers. Copy edit the entire first section.
2015-04-10copyediting: while loopsSteve Klabnik-18/+28
2015-04-10copyediting: for loopsSteve Klabnik-15/+14
2015-04-10copyedits: patternsSteve Klabnik-51/+66
This also puts slice patterns in nightly docs, where they belong.
2015-04-10copyediting: matchSteve Klabnik-117/+23
2015-04-10copy-editing: ifSteve Klabnik-95/+15
I decided to break if-let out, as it's too complex for this part, but moving if that late seems silly too.
2015-04-10remove backticks from titlesSteve Klabnik-9/+9
This doesn't actually display correctly
2015-04-10some TOC reorganizationSteve Klabnik-6/+6
As I go through this, I'm finding some ways that I want to tweak the order.
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+3
This commit series starts out with more official test harness support for rustdoc tests, and then each commit afterwards adds a test (where appropriate). Each commit should also test and finish independently of all others (they're all pretty separable). I've uploaded a [copy of the documentation](http://people.mozilla.org/~acrichton/doc/std/) generated after all these commits were applied, and a double check on issues being closed would be greatly appreciated! I'll also browse the docs a bit and make sure nothing regressed too horribly.
2015-04-10copyedits: documentationSteve Klabnik-20/+18
2015-04-10copyedits: functionsSteve Klabnik-51/+85
2015-04-09Write the 'primitive types' section of TRPLSteve Klabnik-171/+267
A brief introduction to each type, with pointers to the primitive pages for more info.
2015-04-09TRPL: new introductionSteve Klabnik-25/+178