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-tasks.md
Age
Commit message (
Expand
)
Author
Lines
2014-01-05
Convert sub tutorials into Guides #10838
Alan Andrade
-515
/
+0
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-27
/
+19
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-2
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-2
/
+2
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-111
/
+1
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-1
/
+1
2013-11-14
auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichton
bors
-1
/
+1
2013-11-13
doc: disable parser error highlighting + a few fixes
Adrien Tétar
-2
/
+2
2013-11-12
Check inferred integer literals for overflows, closes #4220
Florian Hahn
-1
/
+1
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-1
/
+0
2013-10-21
doc: fix links to comply with the new rustdoc
Adrien Tétar
-7
/
+7
2013-10-01
remove the `float` type
Daniel Micay
-8
/
+8
2013-09-30
tutorial: Remove usage of fmt!
Alex Crichton
-6
/
+5
2013-09-23
Fix signature of Result in tasks tutorial. Closes #8343
Jimmy Zelinskie
-1
/
+1
2013-09-19
Modernize extra::future API
Steven Fackler
-2
/
+2
2013-09-15
Remove references to std::pipes from task tutorial
Steven Fackler
-4
/
+2
2013-08-28
doc: Remove statement about scheduling randomness
Brian Anderson
-15
/
+0
2013-08-07
Disable linked failure tests
Brian Anderson
-8
/
+8
2013-08-07
doc: Fix deadlocks in tutorial due to yield bustage
Brian Anderson
-3
/
+6
2013-08-06
remove `extra::iter`
Daniel Micay
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-5
/
+5
2013-08-02
replace `range` with an external iterator
Daniel Micay
-8
/
+4
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-2
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-27
Change concurrency primitives to standard naming conventions
Steven Stewart-Gallus
-17
/
+17
2013-06-22
Merge pull request #7270 from thestinger/doc
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-06-21
fix text of tutorials
Joris Rehm
-1
/
+1
2013-06-16
fix benchmark and the tutorials
Daniel Micay
-1
/
+1
2013-06-14
rm MutableIter
Daniel Micay
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-11
std: convert pow, hypot, atan2, log to take arguments by reference.
Huon Wilson
-2
/
+2
2013-06-09
std: remove foldr and alli methods in vec
Huon Wilson
-0
/
+1
2013-06-09
std: remove fold[lr] in favour of iterators
Huon Wilson
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+24
2013-05-26
Add a short section on ARC
Olivier Saut
-1
/
+72
2013-05-23
more testing fallout from core->std/std->extra move
Ted Horst
-45
/
+45
2013-05-17
Add a small section on futures to the tutorial
Olivier Saut
-13
/
+60
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-04-03
doc: Rewrite task tutorial intro
Brian Anderson
-39
/
+28
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-28
Removing unused imports
Alex Crichton
-3
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-8
/
+8
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-23
/
+22
2013-02-26
Fix unused imports in the tutorials
Alex Crichton
-2
/
+0
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-10
/
+10
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-10
/
+10
2013-02-14
remove die definition and use in doc tests
Nick Desaulniers
-8
/
+8
[next]