Brian Anderson
f4ae8a83f9
Update repo location
2014-06-16 18:16:36 -07:00
Florian Gilcher
20fb7c62d4
docs: Stop using notrust
...
Now that rustdoc understands proper language tags
as the code not being Rust, we can tag everything
properly.
This change tags examples in other languages by
their language. Plain notations are marked as `text`.
Console examples are marked as `console`.
Also fix markdown.rs to not highlight non-rust code.
2014-06-02 12:37:54 +02:00
Richo Healey
553074506e
core: rename strbuf::StrBuf to string::String
...
[breaking-change]
2014-05-24 21:48:10 -07:00
Patrick Walton
b84c0dc2d6
doc: Remove all uses of ~str
from the documentation.
2014-05-16 11:41:27 -07:00
Brian Anderson
c1da4f875f
Add the patch number to version strings. Closes #13289
2014-05-12 19:52:29 -07:00
Adrien Tétar
fb9ea2eaca
doc: add webfonts and tweak the styles accordingly
2014-04-19 21:25:35 +09:00
Manish Goregaokar
d0aed0995b
Update tutorials to use new attribute syntax ( #13476 )
2014-04-12 09:03:39 +05:30
Timothée Ravier
73b0186290
Fix inner attribute syntax from #[foo];
to #![foo]
...
From the 0.10 changelog:
* The inner attribute syntax has changed from `#[foo];` to `#![foo]`.
2014-04-04 13:22:57 -07:00
Brian Anderson
0875ffcbff
Bump version to 0.11-pre
...
This also changes some of the download links in the documentation
to 'nightly'.
2014-04-03 16:28:46 -07:00
Alex Crichton
a5681d2590
Bump version to 0.10
2014-03-31 14:40:44 -07:00
Huon Wilson
efaf4db24c
Transition to new Hash
, removing IterBytes and std::to_bytes.
2014-02-24 07:44:10 +11:00
Alex Crichton
a41b0c2529
extern mod => extern crate
...
This was previously implemented, and it just needed a snapshot to go through
2014-02-14 22:55:21 -08:00
OGINO Masanori
f72a2c7c10
Update po4a.conf and regenerate .po files.
...
Also, I've corrected src/doc/README.md in line with this change.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-02-03 08:23:34 +09:00
Alex Crichton
864b434bfa
Move doc/ to src/doc/
...
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
2014-02-02 10:59:14 -08:00