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
/
doc
/
tutorial.md
Age
Commit message (
Expand
)
Author
Lines
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-3
/
+2
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-18
/
+18
2013-02-28
librustc: Enforce cross-crate method privacy
Patrick Walton
-2
/
+1
2013-02-27
libsyntax: Forbid `~mut` and `~const`. rs=demuting
Patrick Walton
-1
/
+1
2013-02-26
Fix unused imports in the tutorials
Alex Crichton
-0
/
+2
2013-02-26
auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism
bors
-1
/
+1
2013-02-26
doc: Remove references to mut fields. rs=demuting
Patrick Walton
-15
/
+12
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-1
/
+1
2013-02-21
librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...
Patrick Walton
-2
/
+2
2013-02-19
Rewrited section about rust tool
Marvin Löbel
-11
/
+8
2013-02-19
Give the rust tool an own section in the tutorial.
Marvin Löbel
-2
/
+21
2013-02-19
Mention rust tool in the tutorial
Marvin Löbel
-3
/
+4
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-13
update tutorial and manual to use new `impl Trait for Type` syntax
Chris Peterson
-17
/
+16
2013-02-04
Merge remote-tracking branch 'bstrie/rimov' into incoming
Brian Anderson
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-30
RIMOV, round 11
Ben Striegel
-1
/
+1
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-4
/
+4
2013-01-29
Formatting cleanup.
Felix S. Klock II
-1
/
+0
2013-01-29
Fix two code examples in main rust tutorial.
Felix S. Klock II
-5
/
+10
2013-01-23
doc: Document pattern matching on vectors
Seo Sanghyeon
-0
/
+12
2013-01-20
doc: Fix tutorial typo and remove unnecessary xfail-test
Chris Peterson
-1
/
+1
2013-01-10
doc: Fold information from the memory model interlude in the tutorial elsewhere
Patrick Walton
-9
/
+51
2013-01-10
corrected imprecision in description of mutable fields
John Clements
-2
/
+8
2013-01-10
tutorial: Remove memory model section
Brian Anderson
-70
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+5
2013-01-04
Merge remote-tracking branch 'superoptimizer/master' into HEAD
Brian Anderson
-1
/
+1
2013-01-03
Fix two minor issues in the tutorial.
Mark Lacey
-2
/
+2
2012-12-31
doc: Fix some typos in the tutorial and reference manual
Chris Peterson
-3
/
+3
2012-12-30
doc: make small corrections to tutorial
Andrew Paseltiner
-81
/
+83
2012-12-30
doc: Fix explanation and example of struct-like enum variants. rs=busted
Patrick Walton
-6
/
+6
2012-12-29
doc: Fix some broken tutorial examples. rs=bustage
Patrick Walton
-0
/
+2
2012-12-24
Unfortunately, we can't embed cross-crate tests in the tutorial...
Tim Chevalier
-1
/
+1
2012-12-24
Fix example.
Eric J. Holmes
-2
/
+2
2012-12-24
bump 0.5 => 0.6, redirect some URLs in docs.
Graydon Hoare
-3
/
+3
2012-12-24
doc: mention struct-like enum variants /cc #4217
Tim Chevalier
-0
/
+18
2012-12-24
Unfortunately, we can't embed cross-crate tests in the tutorial...
Tim Chevalier
-1
/
+1
2012-12-23
Merge pull request #4249 from graydon/0.6-bump
Tim Chevalier
-3
/
+3
2012-12-23
Fix example.
Eric J. Holmes
-2
/
+2
2012-12-21
bump 0.5 => 0.6, redirect some URLs in docs.
Graydon Hoare
-3
/
+3
2012-12-20
tutorial: Discuss argument patterns
Brian Anderson
-0
/
+24
2012-12-20
tutorial: Clarify description of trait inheritance
Brian Anderson
-3
/
+5
2012-12-20
tutorial: Fix broken examples
Brian Anderson
-2
/
+2
2012-12-20
tutorial: Re-remove core:: prefix from some examples
Brian Anderson
-4
/
+4
2012-12-20
tutorial: Typo
Brian Anderson
-1
/
+1
2012-12-20
tutorial: Clean up language about syntax extensions
Brian Anderson
-2
/
+2
2012-12-20
tutorial: Try to fit the early discussion of :: in better
Brian Anderson
-12
/
+8
2012-12-20
tutorial: Remove some trivia about operators
Brian Anderson
-5
/
+0
[prev]
[next]