about summary refs log tree commit diff
path: root/src/rustbook
AgeCommit message (Expand)AuthorLines
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
2015-02-23Rollup merge of #22505 - tshepang:current_dir, r=steveklabnikManish Goregaokar-6/+4
2015-02-23rustbook: update slicing syntax where [] --> [..]Tshepang Lekhonkhobe-13/+13
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-4/+4
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-4/+4
2015-02-18rustbook: no-longer-used feature gateTshepang Lekhonkhobe-1/+0
2015-02-18unused importsTshepang Lekhonkhobe-2/+0
2015-02-18os.getcwd renamed to env::current_dirTshepang Lekhonkhobe-3/+4
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
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-10/+12
2015-02-17Rollup merge of #22373 - bombless:fix-rustbook, r=steveklabnikManish Goregaokar-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-10/+12
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-02-06Auto merge of #21997 - Manishearth:rollup, r=alexcrichtonbors-1/+1
2015-02-05Make the book chapters printableKostas Karachalios-41/+47
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30rollup merge of #21494: jatinn/jsnavAlex Crichton-0/+40
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-b...Manish Goregaokar-0/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8
2015-01-26Fallout of io => old_ioAlex Crichton-8/+8
2015-01-26Add same "-webkit-overflow-scrolling: touch" to the table of contents in the ...Nelson Chen-0/+1
2015-01-26Add "-webkit-overflow-scrolling: touch" to book CSS for the page wrapper.Nelson Chen-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-50/+45
2015-01-23regex: Remove in-tree versionAlex Crichton-49/+45
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+7
2015-01-22add next/prev section links in the book -- using jsjatinn-0/+40