..
advanced-linking.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
associated-constants.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
associated-types.md
Book: Fix phrasing: “an associated type” → “a trait with an associated type”.
2016-03-30 19:34:53 +02:00
attributes.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
benchmark-tests.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
bibliography.md
Add Alexis thesis to bibliography
2016-01-20 19:27:05 +00:00
borrow-and-asref.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
box-syntax-and-patterns.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
casting-between-types.md
Update casting-between-types.md
2016-04-16 18:04:27 +02:00
choosing-your-guarantees.md
doc: Fix a bunch of broken links
2016-03-08 13:44:14 -08:00
closures.md
remove "#" symbols to make the code compile
2016-04-15 00:51:20 +02:00
comments.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
compiler-plugins.md
doc: Fix a bunch of broken links
2016-03-08 13:44:14 -08:00
concurrency.md
Add data race to concurrency docs
2016-04-08 10:33:31 -05:00
conditional-compilation.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
const-and-static.md
docs: Highlight a keyword
2016-04-21 09:53:30 +08:00
crates-and-modules.md
Doc fix: list all module files Rust looks for.
2016-04-05 12:09:55 -05:00
custom-allocators.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
deref-coercions.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
documentation.md
Fix documentation example in the book
2016-02-10 17:19:27 +00:00
drop.md
Docs: some tiny corrections
2016-03-24 14:49:40 +08:00
effective-rust.md
Be consistent about what is a "chapter" versus a "section"
2016-01-06 16:06:55 -08:00
enums.md
Remove unused link from enums.md
2016-01-09 12:17:44 +03:00
error-handling.md
Update of the book; Error handling, section on custom error types: we should also show the changes to the cause method.
2016-03-18 11:40:45 -04:00
ffi.md
Auto merge of #30567 - steffengy:master, r=alexcrichton
2016-01-16 23:30:30 +00:00
functions.md
allow RUST_BACKTRACE=0 to act as if unset
2016-03-31 23:02:59 +02:00
generics.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
getting-started.md
Auto merge of #32968 - alexcrichton:update-suport, r=brson
2016-04-20 12:28:34 -07:00
glossary.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
guessing-game.md
Doc fix: Do not mention next project in book/guessing-game
2016-04-13 21:53:47 +05:30
if-let.md
Shifted focus of while-let example per review.
2015-11-27 10:23:58 -06:00
if.md
Fix minor typos in doc.rust-lang.org/book
2016-03-12 12:35:34 -08:00
inline-assembly.md
Remove inaccurate claim about inline assembly
2016-03-09 03:52:35 -05:00
intrinsics.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
iterators.md
document inclusive range syntax
2016-02-27 02:01:41 -05:00
lang-items.md
Synthesize calls to box_free language item
2016-02-04 15:56:01 +02:00
lifetimes.md
Doc fix: function takes argument by reference.
2016-04-05 12:09:55 -05:00
loops.md
make this example more obvious
2016-02-01 12:19:33 -05:00
macros.md
Update macros.md
2016-03-27 17:59:33 +08:00
match.md
Remove trailing whitespace at the end of lines
2016-03-22 19:31:39 +02:00
method-syntax.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
mutability.md
Do not use "bind" to refer to referencing and to variable binding.
2016-04-15 13:06:09 -07:00
nightly-rust.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
no-stdlib.md
Fix panic_fmt in the Book
2016-03-29 22:28:17 +02:00
operators-and-overloading.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
ownership.md
Use v instead of v1 for consistency
2016-04-16 13:27:33 -05:00
patterns.md
Docs: Change "statements" to "expressions" on match
2016-03-23 12:03:41 +08:00
primitive-types.md
Rollup merge of #32906 - jocki84:jocki84-book-size, r=steveklabnik
2016-04-18 14:50:34 -04:00
raw-pointers.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
README.md
Be consistent about what is a "chapter" versus a "section"
2016-01-06 16:06:55 -08:00
references-and-borrowing.md
docs: Correct an improper description
2016-03-20 21:24:46 +08:00
release-channels.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
slice-patterns.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
strings.md
Add note on str being an unsized type in strings section of book.
2016-03-25 23:25:40 +09:00
structs.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
SUMMARY.md
Make book ordering more natural
2016-03-01 19:50:11 -05:00
syntax-and-semantics.md
Be consistent about what is a "chapter" versus a "section"
2016-01-06 16:06:55 -08:00
syntax-index.md
Rollup merge of #32092 - bluss:operator-overload, r=steveklabnik
2016-03-08 21:44:11 +03:00
testing.md
Remove final note from testing chapter.
2016-03-08 19:33:27 +01:00
the-stack-and-the-heap.md
doc: add missing word
2016-01-14 20:56:38 +02:00
trait-objects.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
traits.md
improve error message
2016-04-05 20:58:58 +03:00
type-aliases.md
book: Provide link to tuple structs in type aliases chapter
2015-12-02 10:47:53 +06:00
ufcs.md
src/doc/trpl -> src/doc/book
2015-11-19 11:30:18 -05:00
unsafe.md
grammar: 'fewer' instead of 'less'
2016-03-01 08:42:34 -05:00
unsized-types.md
Remove many instances of 'just'
2016-01-09 14:03:58 -05:00
using-rust-without-the-standard-library.md
Fix typo (!#[no_std])
2016-02-28 20:46:56 -05:00
variable-bindings.md
let introduces a statement
2016-03-18 01:17:19 +08:00
vectors.md
improve error message
2016-04-05 20:58:58 +03:00