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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
doc: Mention argument bindings in manual
release-0.5
0.5
Brian Anderson
-0
/
+7
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
2012-12-20
tutorial: Editing
Brian Anderson
-2
/
+2
2012-12-20
tutorial: Fix example in syntax basics section
Brian Anderson
-1
/
+1
2012-12-20
tutorial: Update scope
Brian Anderson
-4
/
+3
2012-12-20
tutorial: Mention rusti with other tools
Brian Anderson
-1
/
+2
2012-12-20
tutorial: Discuss the primitive types along with their literals
Brian Anderson
-13
/
+17
2012-12-20
tutorial: It doesn't matter that Rust identifiers are the same as C
Brian Anderson
-1
/
+1
2012-12-20
tutorial: Integrate constants into main intro text
Brian Anderson
-3
/
+3
2012-12-20
tutorial: Remove the section on constants
Brian Anderson
-28
/
+0
2012-12-20
tutorial: Remove the entire 'Types' section
Brian Anderson
-81
/
+0
2012-12-20
tutorial: Remove mutable vector syntax
Brian Anderson
-1
/
+0
2012-12-20
tutorial: Remove confusing discussion about semicolons
Brian Anderson
-40
/
+0
2012-12-20
tutorial: Fix formatting
Brian Anderson
-1
/
+1
2012-12-20
tutorial: update intro
Brian Anderson
-2
/
+2
2012-12-20
tutorial: Update for moves based on type
Brian Anderson
-19
/
+9
2012-12-20
tutorial: Typos
Brian Anderson
-2
/
+2
2012-12-20
tutorial: Move method discussion after closures, before generics
Brian Anderson
-139
/
+136
2012-12-20
Move mast static method to the section on methods
Brian Anderson
-26
/
+53
2012-12-20
Use explicit self in rest of tutorial
Brian Anderson
-44
/
+45
2012-12-20
tutorial: Rewrite method section to deal with explicit self
Brian Anderson
-47
/
+110
2012-12-20
tutorial: Reorder sections on traits
Brian Anderson
-82
/
+82
2012-12-20
doc: 'trait constraints' -> 'inheritance'. Expand
Brian Anderson
-4
/
+59
2012-12-20
doc: describe the Drop trait. cc: #4217
Graydon Hoare
-0
/
+10
2012-12-19
doc: Mention tuple structs
Tim Chevalier
-1
/
+37
2012-12-19
docs: mention static methods
Tim Chevalier
-2
/
+43
2012-12-19
Update docs to mention trait constraints; also fix failing doc tests
Tim Chevalier
-3
/
+51
2012-12-19
Bump version numbers in docs
Brian Anderson
-5
/
+5
2012-12-19
doc: structure expressions. cc: #4217
Graydon Hoare
-2
/
+37
2012-12-19
doc: mention moved and copied types. cc: #4217
Graydon Hoare
-3
/
+15
2012-12-19
Fix doc typo
Isaac Aggrey
-1
/
+1
2012-12-18
'trait instance' -> 'object'
Brian Anderson
-3
/
+3
2012-12-18
Update tutorial on generics. #4217
Brian Anderson
-21
/
+19
2012-12-18
doc: a little more material on object types, part of #4217.
Graydon Hoare
-8
/
+19
2012-12-16
Add a section to the macro tutorial about recursive macros.
Paul Stansifer
-1
/
+191
2012-12-16
Reword some things in the macro tutorial.
Paul Stansifer
-8
/
+9
2012-12-15
Update docs for crate file changes
Brian Anderson
-99
/
+79
2012-12-14
Display the full TOC in the manual. Closes #4194
Brian Anderson
-0
/
+6
2012-12-14
Fix broken tests
Brian Anderson
-63
/
+3
2012-12-14
[docs] Note that types and modules share the same namespace
Tim Chevalier
-0
/
+4
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-1
/
+1
2012-12-13
Merge pull request #4181 from andrew-d/andrew-doc-fix1
Brian Anderson
-4
/
+4
2012-12-13
Rename "to_str" to "make_string" in the docs
Andrew Dunham
-4
/
+4
[next]