about summary refs log tree commit diff
path: root/src/rustbook
AgeCommit message (Expand)AuthorLines
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
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-2/+110
2015-01-10rustbook: use a relative @import path to ensure it works offline.Huon Wilson-1/+1
2015-01-09Handle errors properly in rustbook.Huon Wilson-22/+20
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-9/+18
2015-01-08"The Rust Programming Language"Steve Klabnik-0/+811