about summary refs log tree commit diff
path: root/src/rustbook
AgeCommit message (Expand)AuthorLines
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-987/+0
2016-02-11rustbook: Make `main` a public functionAlex Crichton-1/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+13
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-4/+3
2015-09-28fixes #17017 (update padding:11px line 142 of rustbook.css)Willy Aguirre-1/+1
2015-09-25rustbook: Decrease the max-width for the mobile viewNick Howell-1/+1
2015-09-25Cleanup rustbook.css and fix some padding issuesNick Howell-43/+27
2015-09-24rustbook: Inline javascript.rs into build.rsNick Howell-35/+17
2015-09-24Replace occurrences of "rust-book" with "rustbook"Nick Howell-7/+7
2015-09-24Cleanup rustbook.js and add 'use strict'Nick Howell-54/+59
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-1/+0
2015-09-04rustbook: Fix relative links on the Introduction pageNick Howell-7/+7
2015-08-26Remove redundant overflowing ruleArtem Shitov-1/+0
2015-08-26Fix keyboard scrolling in rustbookArtem Shitov-2/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-1/+1
2015-07-27Fix the relative path issue by including the files using include_bytes!Mathieu David-59/+62
2015-07-15doc: add rel=prev/next for links to adjacent sectionsVincent Bernat-0/+2
2015-06-25removed open sans fontMathieu David-4/+1
2015-06-24Fix licenseMathieu David-0/+22
2015-06-24separate css and js from rustMathieu David-82/+75
2015-06-24Add class to last paragraph that contains next and previous navigation links ...Mathieu David-0/+5
2015-06-24Fixed line longer than 100 charsMathieu David-1/+2
2015-06-24Some love for the rustbook, added Open Sans font, made the sidebar more beaut...Mathieu David-8/+34
2015-06-22Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnikbors-6/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-3/+7
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-3/+3
2015-06-12Convert playpen.js to plain JS.Nick Howell-6/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-06fix path in toc linksfunkill-1/+1
2015-05-17Add 'active' class to current page in rustbook table of contentsSean Collins-9/+21
2015-05-13Delete `_book` folder if it exists from previous runsmdinger-0/+6
2015-04-25rustbook: Fixes display of navigation links in README.html.Johannes Oertel-1/+1
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+13
2015-04-07book: Fix a hyperlink to CONFIGS.mdAlex Crichton-1/+2
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-0/+11
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-2/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-25Add trivial cast lints.Nick Cameron-5/+5
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-7/+8
2015-03-23Stabilize the Error traitAaron Turon-0/+1
2015-03-18Register new snapshotsAlex Crichton-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-6/+5
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-3/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-140/+92
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-4/+4
2015-02-25Use os::getcwd instead of env in rustbook (fixup #22727)Manish Goregaokar-4/+6
2015-02-23Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichtonManish Goregaokar-13/+13