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 (
Collapse
)
Author
Lines
2012-07-10
doc: Remove the section on the enum exporting feature
Patrick Walton
-25
/
+3
2012-07-09
docs: In rust.md, replace 'print' with 'println' to match points example
Benjamin Herr
-8
/
+8
2012-07-09
docs: In rust.md, replace inert @dfn{foo} formatting with _foo_
Benjamin Herr
-3
/
+3
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-8
/
+8
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-6
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Get rid of basically all of the remaining old style vecs in tests.
Michael Sullivan
-28
/
+28
2012-06-27
Fix tabSize doc build breakage, also remove the stray tab that got into docs.
Graydon Hoare
-1
/
+1
2012-06-27
More keyword paring and migration in runtime, docs, code modes.
Graydon Hoare
-43
/
+44
2012-06-25
In doc reference, don't mention references, and stub out a section for classes
Tim Chevalier
-16
/
+26
2012-06-20
doc: add information about suffix inference to tutorial and manual.
Lindsey Kuper
-7
/
+15
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-44
/
+1
2012-05-24
Update the list of reserved words.
Paul Stansifer
-10
/
+10
2012-05-16
doc: Fix operator precedence. Closes #2390
Brian Anderson
-2
/
+3
2012-05-15
doc: remove duplicate words. Thanks, Matt Might!
Lindsey Kuper
-3
/
+3
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-1
/
+1
Closes #2227.
2012-05-10
Remove `do ... while` loops from the tests and docs.
Paul Stansifer
-27
/
+6
2012-04-23
Explain difference between star and underscore in patterns in the reference ↵
Tim Chevalier
-1
/
+2
manual
2012-04-23
Discuss (*) patterns in reference documentation
Tim Chevalier
-1
/
+21
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-1
/
+1
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-4
/
+4
Closes #1619
2012-04-05
task_builder => builder in the docs
Tim Chevalier
-3
/
+3
This example got left out for some reason.
2012-03-27
Minor typo fixes.
Graydon Hoare
-2
/
+2
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-9
/
+9
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-13
/
+16
2012-03-20
doc: Fix more language ref tests
Brian Anderson
-41
/
+37
2012-03-20
doc: Fix some language ref examples
Brian Anderson
-96
/
+199
2012-03-20
test: Begin running the language ref examples. Mostly xfailed
Brian Anderson
-61
/
+61
2012-03-20
doc: Remove unary move operator from language ref. Closes #2032
Brian Anderson
-19
/
+0
2012-03-12
doc: Add some info about native mods and crust functions
Brian Anderson
-1
/
+79
2012-03-11
Document what the type of the main() function should be
Tim Chevalier
-0
/
+5
2012-03-11
Docs for infinite loops
Tim Chevalier
-1
/
+33
2012-03-11
doc: Add 'crust' to keywords
Brian Anderson
-1
/
+1
2012-02-14
Duplicate keyword
Daniel Luz
-1
/
+1
2012-02-14
Fixed missing quote on bracket literal
Daniel Luz
-1
/
+1
2012-02-15
Fix typos in the reference manual
Tomoki Aonuma
-5
/
+5
2012-02-06
Make keyword table in reference reflect reality more closely
Marijn Haverbeke
-47
/
+21
And remove the part about reserved words.
2012-01-25
Added a small note to help explain tag's in older code.
Joe Pletcher
-1
/
+3
2012-01-25
Remove stale references to tags, replaced with enums.
Joe Pletcher
-3
/
+3
2012-01-24
Documentation only -- typos in section on swap expression
Tim Chevalier
-5
/
+5
Closes #1595. Thanks to mikesamuel.
2012-01-23
Update docs to reflect new export forms
Tim Chevalier
-1
/
+37
2012-01-22
Corrects order of identifier and type in arguments list in 7.3.3 Constraints ↵
Rick Waldron
-9
/
+9
example. Fixes #1613
2012-01-20
Update the keyword lists in rust.md and syntax.vim
Matt Brubeck
-2
/
+3
Add new keywords "enum" and "of", and remove old keywords "auth", "chan", "log_err", "tag", and "task". Also add reserved words to the syntax file, to help Vim users avoid using them as identifiers.
2012-01-19
doc: Update description of logging spec and ::rt module
Brian Anderson
-8
/
+17
2012-01-19
Add documentation about paretheses for grouping expressions
Matt Brubeck
-0
/
+16
2012-01-19
Mention associativity of binary operators
Matt Brubeck
-0
/
+2
2012-01-19
"Rust task" should be "Rust program" in the intro to the Memory Model docs
Matt Brubeck
-3
/
+3
2012-01-19
Remove some stray texinfo syntax from a footnote
Matt Brubeck
-1
/
+1
2012-01-19
Fix a broken link in doc/rust.md.
Matt Brubeck
-1
/
+1
[next]