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
/
rust.md
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
doc: 'trait constraints' -> 'inheritance'. Expand
Brian Anderson
-1
/
+28
2012-12-20
doc: describe the Drop trait. cc: #4217
Graydon Hoare
-0
/
+10
2012-12-19
doc: Mention tuple structs
Tim Chevalier
-1
/
+21
2012-12-19
docs: mention static methods
Tim Chevalier
-2
/
+17
2012-12-19
Update docs to mention trait constraints; also fix failing doc tests
Tim Chevalier
-3
/
+18
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-18
doc: a little more material on object types, part of #4217.
Graydon Hoare
-8
/
+19
2012-12-15
Update docs for crate file changes
Brian Anderson
-70
/
+50
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-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
2012-12-13
Update docs for kind name changes
Brian Anderson
-6
/
+6
2012-12-12
Document pub use foo::* in the reference manual
Tim Chevalier
-0
/
+15
2012-12-08
doc: Fix broken doc test. rs=bustage
Patrick Walton
-4
/
+4
2012-12-07
Xfail broken tests
Tim Chevalier
-2
/
+2
2012-12-07
doc: fix busted doctest, r=burningtree.
Graydon Hoare
-1
/
+1
2012-12-06
Document pattern ranges a little more
Tim Chevalier
-2
/
+7
2012-11-30
manual: Clarify that Drop types cannot be Copy
Brian Anderson
-0
/
+1
2012-11-29
Macros can now also be stmts and items.
Paul Stansifer
-4
/
+4
2012-11-19
Fix breakage. Expand const examples in manual
Brian Anderson
-1
/
+11
2012-11-18
Added optional pub to use_decl EBNF.
Jesse Jones
-1
/
+1
2012-11-18
Slightly better description of macro designators.
Jesse Jones
-3
/
+2
2012-11-18
Discuss the types that may be used with const items.
Jesse Jones
-1
/
+11
2012-11-18
Added brief discussion of static trait methods.
Jesse Jones
-0
/
+3
2012-11-18
Documented copy, ref, move in patterns.
Jesse Jones
-1
/
+6
2012-11-18
Moved the matching structs example next to the prose talking about struct mat...
Jesse Jones
-11
/
+11
2012-11-18
Document [0, ..8] vector syntax.
Jesse Jones
-2
/
+6
2012-11-18
Improved attribute section, mostly by mentioning lint attributes.
Jesse Jones
-6
/
+7
2012-11-15
Typo
Tim Chevalier
-1
/
+1
2012-10-26
Document labeled break and continue in the reference manual
Tim Chevalier
-14
/
+30
2012-10-25
Document how the compiler disambiguates variable patterns from variant patterns
Tim Chevalier
-3
/
+15
2012-10-23
Remove remaining mentions of <- from docs
Tim Chevalier
-3
/
+3
2012-10-23
Remove binary move from the docs
Tim Chevalier
-39
/
+1
2012-10-22
docs: Remove unfinished sentence in manual. Closes #3806
Brian Anderson
-1
/
+0
2012-10-12
Copyedit "Items and attributes" section in docs
Tim Chevalier
-81
/
+44
2012-10-11
manual: Lightly copyedit the crates section
Tim Chevalier
-40
/
+26
2012-10-11
manual: Lightly copyedit the macros section
Tim Chevalier
-17
/
+13
2012-10-11
manual: fix one more nit.
Graydon Hoare
-1
/
+1
2012-10-11
manual: fix accidentally broken test.
Graydon Hoare
-2
/
+2
2012-10-11
manual: remove as many ~[] literals as possible.
Graydon Hoare
-18
/
+18
2012-10-11
manual: remove as many ~"" literals as possible.
Graydon Hoare
-15
/
+15
2012-10-11
manual: fix bullet list.
Graydon Hoare
-0
/
+1
2012-10-11
manual: remove description of references (modes) from memory-slots section.
Graydon Hoare
-20
/
+2
2012-10-11
manual: rewrite the section on type kinds.
Graydon Hoare
-24
/
+29
2012-10-11
manual: fix various examples.
Graydon Hoare
-23
/
+17
2012-10-11
manual: capitalize more examples properly.
Graydon Hoare
-10
/
+10
2012-10-11
manual: fix vec and str types to discuss definite / indefinite size.
Graydon Hoare
-27
/
+20
[next]