summary refs log tree commit diff
path: root/src/rustbook/main.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2015-09-24rustbook: Inline javascript.rs into build.rsNick Howell-2/+0
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-1/+0
2015-06-24separate css and js from rustMathieu David-1/+0
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+5
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-3/+3
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-18Register new snapshotsAlex Crichton-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-20/+10
2015-02-25Use os::getcwd instead of env in rustbook (fixup #22727)Manish Goregaokar-0/+1
2015-02-23Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichtonManish Goregaokar-3/+3
2015-02-23rustbook: update slicing syntax where [] --> [..]Tshepang Lekhonkhobe-3/+3
2015-02-18rustbook: no-longer-used feature gateTshepang Lekhonkhobe-1/+0
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-2/+3
2015-02-17Rollup merge of #22373 - bombless:fix-rustbook, r=steveklabnikManish Goregaokar-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-2/+3
2015-02-15Don't panic if there's no command line argumentsbombless-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+0
2015-01-23regex: Remove in-tree versionAlex Crichton-2/+0
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+7
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-0/+1
2015-01-09Handle errors properly in rustbook.Huon Wilson-1/+6
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+0
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+74