summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2015-05-13Fix doc tests 1.0.0Brian Anderson-3/+3
2015-05-13Add a link to the error index to the main doc page.Michael Sproul-4/+9
I also capitalised "The Standard Library" and neatened a few bits of grammar.
2015-05-13doc: Remove mention of 30 minute introBrian Anderson-9/+8
2015-05-13Backport TRPL, reference, and grammar.Steve Klabnik-2110/+6688
Rather than port each individual change to these files, for the release, I just waited to do it all at the end, in this commit. Since individual comits made it to master, everyone should get proper credit in the main tree, and AUTHORS includes those whose changes are here.
2015-05-12Fix invalid references due to the automated string substitutionBarosl Lee-2/+2
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-40/+40
An automated script was run against the `.rs` and `.md` files, subsituting every occurrence of `task` with `thread`. In the `.rs` files, only the texts in the comment blocks were affected.
2015-05-10Fix #24872, XSS in docs not found page.Chris Morgan-1/+5
2015-04-25Fix broken links in the docsFlorian Hartwig-5/+5
2015-04-25doc: improve/fix 'let' FAQTshepang Lekhonkhobe-4/+5
2015-04-25Update Windows caveatsTamir Duberstein-4/+1
- https://github.com/rust-lang/rust/issues/1237 is closed - `libgcc` is now statically linked: https://github.com/rust-lang/rust/pull/17471
2015-04-25Remove the 30 minute introSteve Klabnik-583/+2
Fixes #24569.
2015-04-25Backport of https://github.com/rust-lang/rust/pull/24783Steve Klabnik-4/+4
Only backporting the style portion, as changing the test suite is needless churn, and the book/reference are getting their own imports at the end.
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-75/+0
This API was exercised in a few tests and mirrors the `from_str_radix` functionality of the integer types. Conflicts: src/doc/trpl/traits.md src/libstd/sys/windows/fs2.rs
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