summary refs log tree commit diff
path: root/src/rustbook/build.rs
AgeCommit message (Expand)AuthorLines
2015-09-24rustbook: Inline javascript.rs into build.rsNick Howell-17/+17
2015-09-24Replace occurrences of "rust-book" with "rustbook"Nick Howell-4/+4
2015-09-04rustbook: Fix relative links on the Introduction pageNick Howell-6/+6
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-9/+9
2015-06-25removed open sans fontMathieu David-3/+0
2015-06-24separate css and js from rustMathieu David-5/+13
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-0/+1
2015-06-12Convert playpen.js to plain JS.Nick Howell-5/+2
2015-06-06fix path in toc linksfunkill-1/+1
2015-05-17Add 'active' class to current page in rustbook table of contentsSean Collins-9/+16
2015-05-13Delete `_book` folder if it exists from previous runsmdinger-0/+6
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/+9
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-32/+40
2015-02-25Use os::getcwd instead of env in rustbook (fixup #22727)Manish Goregaokar-2/+3
2015-02-23Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichtonManish Goregaokar-4/+4
2015-02-23Rollup merge of #22505 - tshepang:current_dir, r=steveklabnikManish Goregaokar-3/+2
2015-02-23rustbook: update slicing syntax where [] --> [..]Tshepang Lekhonkhobe-4/+4
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18unused importsTshepang Lekhonkhobe-1/+0
2015-02-18os.getcwd renamed to env::current_dirTshepang Lekhonkhobe-2/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-6/+7
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-23regex: Remove in-tree versionAlex Crichton-6/+1
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-1/+11
2015-01-09Handle errors properly in rustbook.Huon Wilson-18/+9
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-5/+6
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+191