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
/
rust.texi
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
Remove doc/rust.texi
Graydon Hoare
-3589
/
+0
2012-01-19
Update docs to reflect pattern syntax change
Tim Chevalier
-8
/
+2
2012-01-09
Replace all occurrences of 'when' with 'if' in documentation and tutorial.
Austin Seipp
-2
/
+2
2012-01-07
doc: typo
Brian Anderson
-1
/
+1
2011-12-30
Document copy/move/swap/assign expressions more accurately. Fix up some drift...
Graydon Hoare
-32
/
+120
2011-12-29
Purge some obsolete and/or not-implemented stuff from docs.
Graydon Hoare
-259
/
+93
2011-12-29
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
Graydon Hoare
-3
/
+4
2011-12-23
Update docs on log expressions.
Graydon Hoare
-1
/
+45
2011-12-02
doc: added definition of trivial casts to spec
Stefan Plantikow
-3
/
+8
2011-11-24
rustc: Add a path attribute for crate directives
Haitao Li
-2
/
+4
2011-11-23
doc: Build keywords multitable automatically
Haitao Li
-66
/
+1
2011-11-23
Remove last traces of auth keyword
Marijn Haverbeke
-1
/
+1
2011-11-07
Document crate top-level and directory modules. Closes #1097
Brian Anderson
-1
/
+8
2011-11-01
doc: Sort keywords alphabetically
Haitao Li
-55
/
+56
2011-11-01
doc: Add missing keywords block and lambda
Haitao Li
-0
/
+2
2011-10-31
Add pattern guard docs to language ref
Brian Anderson
-0
/
+13
2011-10-28
Remove iter and 'for each' from the documentation
Matt Brubeck
-97
/
+7
2011-10-28
Document alt record patterns
Brian Anderson
-6
/
+35
2011-10-28
Document the nullary-variant period in alt patterns
Brian Anderson
-0
/
+9
2011-10-28
More documentation for alt expressions
Matt Brubeck
-0
/
+11
2011-10-28
Document how RUST_LOG works
Brian Anderson
-20
/
+41
2011-10-27
Add 'as' (cast) operator to the documentation
Matt Brubeck
-0
/
+25
2011-10-17
doc: Fix parse errors in list examples in documentation
Matt Brubeck
-6
/
+6
2011-10-17
doc: Update 'alt' documentation to remove 'case' keyword
Matt Brubeck
-7
/
+6
2011-10-17
doc: 'alt' expressions no longer require parens
Matt Brubeck
-4
/
+4
2011-10-17
doc: 'if' expressions no longer require parens
Matt Brubeck
-6
/
+6
2011-10-17
doc: 'for' and 'for each' no longer use parens
Matt Brubeck
-5
/
+5
2011-10-17
doc: Fix typo (s/pay/may/)
Matt Brubeck
-1
/
+1
2011-09-29
doc: Don't merge function and concept index. There is no findex
Brian Anderson
-1
/
+0
2011-09-27
doc: Remove `case` from the list of keywords
Patrick Walton
-7
/
+6
2011-09-27
doc: Remove `tup` from the list of keywords
Patrick Walton
-12
/
+11
2011-09-25
Fix some typos and grammar in the docs.
Erik Rose
-10
/
+10
2011-09-20
Switch URLs.
Graydon Hoare
-1
/
+1
2011-09-15
Stop mentioning tail calls in reference
Marijn Haverbeke
-3
/
+4
2011-09-14
Remove mention of port, chan and task *types*, as they're not just library-pr...
Graydon Hoare
-97
/
+11
2011-09-14
Remove talk of 'sharing boxes between tasks', old GC layer, etc. Add descript...
Graydon Hoare
-29
/
+41
2011-09-14
Remove mention of the nonexistent (and no longer implementable) memory accoun...
Graydon Hoare
-23
/
+0
2011-09-14
Fix vector indexing notation, remove reference to 'slices'.
Graydon Hoare
-22
/
+4
2011-09-14
Fix description of tuples.
Graydon Hoare
-11
/
+18
2011-09-14
Remove more references to reflection from docs
Brian Anderson
-2
/
+0
2011-09-14
Remove description of nonexistent stuff (reflection, meta directives); add de...
Graydon Hoare
-40
/
+76
2011-09-14
Remove stuff that's either unimplemented or misleading.
Graydon Hoare
-28
/
+10
2011-09-14
Remove misleading details.
Graydon Hoare
-3
/
+1
2011-09-12
Remove redundant line.
Graydon Hoare
-1
/
+0
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-39
/
+32
2011-08-26
Update docs for macro-related stuff.
Paul Stansifer
-53
/
+78
2011-08-25
Docs for pure fn and unchecked
Tim Chevalier
-5
/
+60
2011-08-25
Removing mention of domain, updating the communication examples.
Eric Holk
-62
/
+23
2011-08-17
Update docs for import/export
Brian Anderson
-1
/
+29
2011-08-16
Move task/comm stuff from exprs to task in manual, change typarams from [] to...
Graydon Hoare
-152
/
+110
[next]