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 |
|