Alex Crichton
c608084ff5
rollup merge of #23598 : brson/gate
...
Conflicts:
src/compiletest/compiletest.rs
src/libcollections/lib.rs
src/librustc_back/lib.rs
src/libserialize/lib.rs
src/libstd/lib.rs
src/libtest/lib.rs
src/test/run-make/rustdoc-default-impl/foo.rs
src/test/run-pass/env-home-dir.rs
2015-03-23 15:13:15 -07:00
Brian Anderson
3d365f6a01
rustdoc: interpret all leading feature attributes in examples as crate attributes
...
This makes it possible to write `#![feature(foo)]` in doc tests.
2015-03-23 14:40:25 -07:00
Steve Klabnik
fbc823d1e3
Document how to document macros
...
Fixes #23571
2015-03-22 15:26:23 -04:00
Tamir Duberstein
f5765793b6
Strip trailing whitespace
2015-03-15 11:25:43 -07:00
Tamir Duberstein
d51047ded0
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
Steve Klabnik
977d7897fe
TRPL: Documentation
...
This chapter covers writing documentation in depth.
Fixes #4361
Fixes #12862
Fixes #14070
Fixes #14967
2015-03-04 13:32:43 -05:00
Manish Goregaokar
096b1052d0
fix doctest
2015-02-17 21:28:54 +05:30
Manish Goregaokar
2d94c4482d
Rollup merge of #22027 - iblech:patch-1, r=steveklabnik
...
The first commit adds a short note which I believe will reduce worries in people who work with closures very often and read the Rust book for their first time.
The second commit consists solely of tiny typo fixes. In some cases, I changed "logical" quotations like
She said, "I like programming".
to
She said, "I like programming."
because the latter seems to be the prevalent style in the book.
2015-02-17 15:41:30 +05:30
Ingo Blechschmidt
918d097c8e
Tiny typo changes (per discussion in pull request #22027 )
2015-02-16 23:13:58 +01:00
Steve Klabnik
ce22f30b9e
Make note of doc duplication with reexports
...
Fixes #16645
2015-02-13 08:56:44 -05:00
Ingo Blechschmidt
526e748846
Fix several tiny typos
2015-02-07 00:39:28 +01:00
Steve Klabnik
23da54d894
Move rustdoc.md into the book
...
Fixes #21430
2015-01-21 14:59:25 -05:00