index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustbook
Age
Commit message (
Expand
)
Author
Lines
2016-03-08
rustbuild: Move rustbook to a `src/tools` directory
Alex Crichton
-987
/
+0
2016-02-11
rustbook: Make `main` a public function
Alex Crichton
-1
/
+1
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+13
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-4
/
+3
2015-09-28
fixes #17017 (update padding:11px line 142 of rustbook.css)
Willy Aguirre
-1
/
+1
2015-09-25
rustbook: Decrease the max-width for the mobile view
Nick Howell
-1
/
+1
2015-09-25
Cleanup rustbook.css and fix some padding issues
Nick Howell
-43
/
+27
2015-09-24
rustbook: Inline javascript.rs into build.rs
Nick Howell
-35
/
+17
2015-09-24
Replace occurrences of "rust-book" with "rustbook"
Nick Howell
-7
/
+7
2015-09-24
Cleanup rustbook.js and add 'use strict'
Nick Howell
-54
/
+59
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-1
/
+0
2015-09-04
rustbook: Fix relative links on the Introduction page
Nick Howell
-7
/
+7
2015-08-26
Remove redundant overflowing rule
Artem Shitov
-1
/
+0
2015-08-26
Fix keyboard scrolling in rustbook
Artem Shitov
-2
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-1
/
+1
2015-07-27
Fix the relative path issue by including the files using include_bytes!
Mathieu David
-59
/
+62
2015-07-15
doc: add rel=prev/next for links to adjacent sections
Vincent Bernat
-0
/
+2
2015-06-25
removed open sans font
Mathieu David
-4
/
+1
2015-06-24
Fix license
Mathieu David
-0
/
+22
2015-06-24
separate css and js from rust
Mathieu David
-82
/
+75
2015-06-24
Add class to last paragraph that contains next and previous navigation links ...
Mathieu David
-0
/
+5
2015-06-24
Fixed line longer than 100 chars
Mathieu David
-1
/
+2
2015-06-24
Some love for the rustbook, added Open Sans font, made the sidebar more beaut...
Mathieu David
-8
/
+34
2015-06-22
Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik
bors
-6
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-3
/
+7
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-3
/
+3
2015-06-12
Convert playpen.js to plain JS.
Nick Howell
-6
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-06
fix path in toc links
funkill
-1
/
+1
2015-05-17
Add 'active' class to current page in rustbook table of contents
Sean Collins
-9
/
+21
2015-05-13
Delete `_book` folder if it exists from previous runs
mdinger
-0
/
+6
2015-04-25
rustbook: Fixes display of navigation links in README.html.
Johannes Oertel
-1
/
+1
2015-04-10
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
bors
-1
/
+13
2015-04-07
book: Fix a hyperlink to CONFIGS.md
Alex Crichton
-1
/
+2
2015-04-07
book: Emit links to play.rust-lang.org to run examples
Alex Crichton
-0
/
+11
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-2
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-25
Add trivial cast lints.
Nick Cameron
-5
/
+5
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-0
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-7
/
+8
2015-03-23
Stabilize the Error trait
Aaron Turon
-0
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-0
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-6
/
+5
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+0
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-3
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-140
/
+92
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-4
/
+4
2015-02-25
Use os::getcwd instead of env in rustbook (fixup #22727)
Manish Goregaokar
-4
/
+6
2015-02-23
Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichton
Manish Goregaokar
-13
/
+13
[next]