index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustbook
Age
Commit message (
Expand
)
Author
Lines
2015-02-23
Rollup merge of #22505 - tshepang:current_dir, r=steveklabnik
Manish Goregaokar
-6
/
+4
2015-02-23
rustbook: update slicing syntax where [] --> [..]
Tshepang Lekhonkhobe
-13
/
+13
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-4
/
+4
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-4
/
+4
2015-02-18
rustbook: no-longer-used feature gate
Tshepang Lekhonkhobe
-1
/
+0
2015-02-18
unused imports
Tshepang Lekhonkhobe
-2
/
+0
2015-02-18
os.getcwd renamed to env::current_dir
Tshepang Lekhonkhobe
-3
/
+4
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-2
/
+2
2015-02-17
rollup merge of #22459: alexcrichton/feature-names
Alex Crichton
-2
/
+2
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-17
Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis
Manish Goregaokar
-10
/
+12
2015-02-17
Rollup merge of #22373 - bombless:fix-rustbook, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-10
/
+12
2015-02-15
Don't panic if there's no command line arguments
bombless
-1
/
+1
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-06
Auto merge of #21997 - Manishearth:rollup, r=alexcrichton
bors
-1
/
+1
2015-02-05
Make the book chapters printable
Kostas Karachalios
-41
/
+47
2015-02-04
Fix 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-30
rollup merge of #21494: jatinn/jsnav
Alex Crichton
-0
/
+40
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
Rollup merge of 21651 - nelsonjchen:add--webkit-overflow-scrolling-touch-to-b...
Manish Goregaokar
-0
/
+2
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
2015-01-26
Fallout of io => old_io
Alex Crichton
-8
/
+8
2015-01-26
Add same "-webkit-overflow-scrolling: touch" to the table of contents in the ...
Nelson Chen
-0
/
+1
2015-01-26
Add "-webkit-overflow-scrolling: touch" to book CSS for the page wrapper.
Nelson Chen
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-50
/
+45
2015-01-23
regex: Remove in-tree version
Alex Crichton
-49
/
+45
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+7
2015-01-22
add next/prev section links in the book -- using js
jatinn
-0
/
+40
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-13
Make the Rust Book more mobile friendly
Seth Faxon
-2
/
+110
2015-01-10
rustbook: use a relative @import path to ensure it works offline.
Huon Wilson
-1
/
+1
2015-01-09
Handle errors properly in rustbook.
Huon Wilson
-22
/
+20
2015-01-08
Fix dead links in the guide and reorganize
Alex Crichton
-9
/
+18
2015-01-08
"The Rust Programming Language"
Steve Klabnik
-0
/
+811
[prev]