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
2012-09-24
tutorial: A little more explanation of why managed boxes are useful
Brian Anderson
-1
/
+29
2012-09-24
tutorial: Expand borrowed ptr discussion. Misc
Brian Anderson
-45
/
+94
2012-09-24
tutorial: Swap order of data type/function sections. Add method discussion
Brian Anderson
-58
/
+100
2012-09-24
tutorial: More generics cleanup
Brian Anderson
-26
/
+24
2012-09-24
tutorial: Overhaul the generics section
Brian Anderson
-138
/
+167
2012-09-23
tutorial: Begin trying to improve the generics section
Brian Anderson
-54
/
+76
2012-09-23
tutorial: Update ptr/vec/fn sections with new terminology
Brian Anderson
-65
/
+95
2012-09-23
tutorial: Merge some related, small sections
Brian Anderson
-5
/
+4
2012-09-22
tutorial: Simplify the first example. Misc
Brian Anderson
-20
/
+21
2012-09-22
tutorial: Clean up literal section
Brian Anderson
-20
/
+16
2012-09-22
tutorial: Don't iloop in example
Brian Anderson
-1
/
+1
2012-09-22
tutorial: Merge sections 'Types' and 'Using types'
Brian Anderson
-22
/
+6
2012-09-22
tutorial: Convert the type list to a more compact table
Brian Anderson
-51
/
+24
2012-09-22
tutorial: More intro simplification
Brian Anderson
-121
/
+166
2012-09-22
tutorial: Make the intro more concise
Brian Anderson
-60
/
+33
2012-09-22
doc: Split out task tutorail. Add links to sub-tutorials
Brian Anderson
-251
/
+26
2012-09-22
tutorial: Use bold bullet items instead of bold italic
Brian Anderson
-6
/
+6
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-3
/
+3
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+2
2012-09-19
fix tutorial example that uses each()
Niko Matsakis
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-28
/
+37
2012-09-15
docs: Don't mention unsafe pointers
Brian Anderson
-4
/
+0
2012-09-15
docs: Bump tarball versions in tutorial
Brian Anderson
-4
/
+4
2012-09-15
docs: Modernize tutorial snippets
Brian Anderson
-108
/
+110
2012-09-10
doc: Don't refer to the non-existent attributes section in the tutorial
Tim Chevalier
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-5
/
+5
2012-09-07
tutorial: swap order of "Traits" and "Modules and Crates" sections.
Lindsey Kuper
-197
/
+197
2012-09-06
Update docs to not refer to the `of` clause in an impl
Tim Chevalier
-8
/
+5
2012-09-06
Tutorial: Link to section on boxes and pointers at first mention of ~, @, &
Tim Chevalier
-1
/
+1
2012-09-05
Fix tutorial tests
Brian Anderson
-7
/
+8
2012-09-05
doc: "import" -> "use"
Patrick Walton
-30
/
+30
2012-09-05
doc: Split out the FFI part of the tutorial
Patrick Walton
-240
/
+0
2012-09-05
tutorial: Remove the section on strings
Patrick Walton
-26
/
+0
2012-09-05
doc: Split macros out into a separate tutorial
Patrick Walton
-151
/
+0
2012-09-04
Merge pull request #3333 from dbp/tutorial
Brian Anderson
-1
/
+3
2012-09-04
In DuplexStream explanation: change 'There' to 'The'.
Jim Blandy
-1
/
+1
2012-09-01
tutorial: adding link and reference to sublime text package.
Daniel Patterson
-1
/
+3
2012-08-31
doc: Remove some unneeded sections on type inference and generic modes
Patrick Walton
-74
/
+14
2012-08-31
doc: Remove the section on modes from the tutorial
Patrick Walton
-92
/
+0
2012-08-31
doc: Trim down the tutorial a little more
Patrick Walton
-72
/
+55
2012-08-31
doc: Update the tutorial
Patrick Walton
-441
/
+180
2012-08-31
Remove the no-longer-true fact of cmp (and soon, log) being universal.
Graydon Hoare
-13
/
+0
2012-08-31
Fix up the tutorial doc-tests.
Graydon Hoare
-1
/
+10
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-4
/
+4
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-3
/
+3
2012-08-24
Expunge mention of `match check` from the tutorial
Tim Chevalier
-6
/
+1
2012-08-24
Minor doc updates.
Paul Stansifer
-2
/
+3
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-5
/
+5
2012-08-23
Clarify that macros are expr-positioned.
Paul Stansifer
-0
/
+5
[prev]
[next]