about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-1/+77
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-77/+1
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-4/+3
2012-05-29tutorial: Consistent metavariable for types. Closes #2461.Lindsey Kuper-17/+17
2012-05-29tutorial: Minor cleanup.Lindsey Kuper-14/+15
2012-05-24Update the list of reserved words.Paul Stansifer-10/+10
2012-05-23Update the tutorial with the new shift behaviors.Michael Sullivan-5/+5
2012-05-16doc: Fix `as` description in tutorialBrian Anderson-5/+5
2012-05-16doc: Fix operator precedence. Closes #2390Brian Anderson-2/+3
2012-05-15doc: remove duplicate words. Thanks, Matt Might!Lindsey Kuper-4/+4
2012-05-15Remove `be` keyword.Lindsey Kuper-1/+1
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-41/+18
2012-04-23Explain difference between star and underscore in patterns in the reference m...Tim Chevalier-1/+2
2012-04-23Mention lazy evaluation of log arguments in tutorialTim Chevalier-1/+5
2012-04-23Discuss (*) patterns in reference documentationTim Chevalier-1/+21
2012-04-19doc: Remove unused keywords.txtBrian Anderson-19/+0
2012-04-19doc: Update keyword listBrian Anderson-8/+7
2012-04-19doc: Update keywords.txt with modern list of keywords derived from parser.Joshua Wise-8/+8
2012-04-18Describe new for construct in the tutorialMarijn Haverbeke-5/+48
2012-04-16rewrite region resolution so it takes place in typeckNiko Matsakis-1/+1
2012-04-11Add description of by-move mode.Graydon Hoare-0/+7
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Remove support for old-style forMarijn Haverbeke-27/+14
2012-04-05Documentation only: update tutorial to mention --lib only for single source f...Tim Chevalier-4/+7
2012-04-05task_builder => builder in the docsTim Chevalier-3/+3
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-04-02doc: Abbreviate Thursday as 'th', not 'do'Brian Anderson-1/+1
2012-04-01doc: Tutorial fixesBrian Anderson-8/+8
2012-03-27Minor typo fixes.Graydon Hoare-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-30/+30
2012-03-25str::to_chars -> str::charsJacob Parker-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-31/+37
2012-03-20doc: Fix more language ref testsBrian Anderson-41/+37
2012-03-20doc: Fix some language ref examplesBrian Anderson-96/+199
2012-03-20doc: tag->enum in codemirror-rust.jsBrian Anderson-2/+2
2012-03-20doc: Run language ref through prep.jsBrian Anderson-1/+10
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-61/+61
2012-03-20doc: Switch the tutorial to pandoc's method of tagging code blocksBrian Anderson-35/+19
2012-03-20doc: Fix external links in tutorialBrian Anderson-4/+2
2012-03-20doc: Remove unary move operator from language ref. Closes #2032Brian Anderson-19/+0
2012-03-18core: Rename vec::position_elt to position_elemBrian Anderson-2/+2
2012-03-13Name types after their modules instead of 't'Brian Anderson-6/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-33/+32
2012-03-12doc: Add some info about native mods and crust functionsBrian Anderson-1/+79
2012-03-11Document what the type of the main() function should beTim Chevalier-0/+5
2012-03-11Docs for infinite loopsTim Chevalier-2/+34
2012-03-11doc: Add 'crust' to keywordsBrian Anderson-1/+1
2012-03-10doc: Update tutorial for task API changesBrian Anderson-6/+5
2012-03-10doc: Indent preformatted text a little moreBrian Anderson-1/+1
2012-03-09build: Switch from naturaldocs to rustdocBrian Anderson-285/+0