rust/src/rustbook
Jorge Aparicio fd702702ee for x in xs.into_iter() -> for x in xs
Also `for x in option.into_iter()` -> `if let Some(x) = option`
2015-02-02 13:40:18 -05:00
..
book.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
build.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
css.rs rollup merge of #21494: jatinn/jsnav 2015-01-30 12:02:48 -08:00
error.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
help.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
javascript.rs add next/prev section links in the book -- using js 2015-01-22 23:11:14 -05:00
main.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 01:20:55 -08:00
serve.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
subcommand.rs "The Rust Programming Language" 2015-01-08 12:02:11 -05:00
term.rs Fallout of io => old_io 2015-01-26 16:01:16 -08:00
test.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00