]> git.lizzy.rs Git - rust.git/history - doc
Add spawn_conversation
[rust.git] / doc /
2012-08-08 Jesse RudermanAdd spawn_conversation
2012-08-07 Brian AndersonMerge pull request #3126 from alexrp/incoming
2012-08-07 alexrpFix typo in tutorial: 'retern' -> 'return'
2012-08-06 Brian AndersonConvert alt to match. Stop parsing alt
2012-08-06 Brian Andersondoc: Update for alt arrows
2012-08-02 Niko MatsakisRemove modes from map API and replace with regions.
2012-08-02 Brian AndersonConvert ret to return
2012-07-31 Lindsey KuperRemove "iface" keyword from manual.
2012-07-31 Lindsey Kuper"iface" -> "trait" in CodeMirror mode.
2012-07-30 Brian Andersontutorial: Corrections from Florian Weimer
2012-07-26 Paul StansiferMerge branch 'incoming' of github.com:mozilla/rust
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-26 Tim ChevalierTutorial fixes
2012-07-25 Graydon HoareChange iface and interface to trait. Close #2967.
2012-07-24 Ben BlumChange task linked failure interface in manual
2012-07-24 Tim ChevalierTypos in tutorial
2012-07-23 Tim ChevalierMerge pull request #3000 from dgryski/master
2012-07-23 Lindsey KuperFurther revisions suggested by nmatsakis (#2990).
2012-07-23 Lindsey KuperTutorial revisions (among other things, closes #2990).
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-20 Tim ChevalierFix failing tutorial test case. Fixes build breakage
2012-07-20 Tim ChevalierFix markup in rust.md
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierEdit for style
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-20 Tim ChevalierMerge pull request #2939 from jld/randomfloat
2012-07-20 Paul StansiferAdd a badge to the tutorial and reference docs indicati...
2012-07-18 Niko Matsakisrepair out of date text from ref manual regarding iface...
2012-07-18 Niko Matsakisremove out of date text from tutorial regarding iface...
2012-07-17 Paul StansiferAdd a badge to the tutorial and reference docs indicati...
2012-07-16 Tim ChevalierUse "trait" rather than "iface" where possible in docs
2012-07-16 Tim ChevalierFix build breakage and include all types in "types...
2012-07-16 Tim ChevalierDiscuss classes in reference manual
2012-07-15 Niko Matsakisremove typestate from code, tests, and docs
2012-07-14 Ryan ScheelUse of the type in interfaces
2012-07-14 Ryan ScheelAdded note about type parameters in ifaces.
2012-07-14 Michael SullivanMerge branch 'vector-reform' into incoming
2012-07-14 Michael SullivanMove the world over to using the new style string liter...
2012-07-13 Niko Matsakisupdate tutorial example to new syntax for unique strs
2012-07-13 Graydon HoareMerge remote-tracking branch 'origin/dist-snap' into...
2012-07-12 Michael SullivanAccept prefix notation for writing the types of str...
2012-07-12 Michael SullivanMerge branch 'rt-changes' into incoming
2012-07-11 Joshua Wisetutorial: Add more buffalo.
2012-07-10 Michael SullivanGet rid of some remaining uses of old style vecs.
2012-07-10 Patrick Waltondoc: Remove the section on the enum exporting feature
2012-07-10 Brian Anderson0.2 -> 0.3
2012-07-10 Brian AndersonMerge pull request #2860 from erickt/incoming
2012-07-10 Brian Andersontutorial: Remove disclaimer. Redundant with previous...
2012-07-10 Brian Andersontutorial: Fix broken example
2012-07-10 Brian Andersontutorial: Minor editing
2012-07-10 Patrick Waltontutorial: Expand the failure section a bit
2012-07-10 Brian Andersontutorial: Add a better description of vectors
2012-07-10 Brian Andersontutorial: Emphasize GC in shared box section
2012-07-10 Brian Andersontutorial: Minor formatting change in task example
2012-07-10 Brian Andersontutorial: Overhaul task section
2012-07-09 Brian Andersontutorial: Don't mention the non-existant --no-core...
2012-07-09 Brian Andersontutorial: Generics section cleanup
2012-07-09 Brian Andersontutorial: Fix typos. Closes #2852
2012-07-09 Brian AndersonMerge pull request #2847 from ben0x539/incoming
2012-07-09 Brian AndersonMerge pull request #2846 from gwillen/1c882842e06431767...
2012-07-09 Brian Andersontutorial: pointer -> box
2012-07-09 Benjamin Herrdocs: In rust.md, replace 'print' with 'println' to...
2012-07-09 Benjamin Herrdocs: In rust.md, replace inert @dfn{foo} formatting...
2012-07-08 Brian Andersontutorial: Fix a test-failure due to typo
2012-07-08 Ryan ScheelIt's hard to type when the cursor is not where you...
2012-07-08 Ryan Scheelelt -> element
2012-07-08 Ryan ScheelParameter/Variable names for for_rev and map extended.
2012-07-08 Brian Andersontutorial: Fill out bounded type test case
2012-07-08 Brian Andersontutorial: Make class example compile
2012-07-08 Brian Andersontutorial: Fix capitalization of header
2012-07-08 Brian Andersontutorial: Describe blockquotes in the 'Conventions...
2012-07-08 Brian Andersontutorial: Use a more tasteful blockquote style
2012-07-08 Brian Andersontutorial: Put class warning in a blockquote
2012-07-08 Tim ChevalierMerge pull request #2838 from gwillen/tutorial-class
2012-07-08 Glenn Willentutorial: Add section on classes.
2012-07-08 Brian Andersontutorial: Cleanup
2012-07-08 Brian AndersonMerge remote-tracking branch 'ben0x539/incoming'
2012-07-08 Brian Andersontutorial: Typo
2012-07-08 Brian Andersontutorial: Add a few words about shadowing
2012-07-08 Brian Andersontutorial: Add a section on common vector methods
2012-07-08 Brian Andersontutorial: Expand the section on vectors
2012-07-07 Brian Andersontutorial: Pointer cleanup
2012-07-07 Brian Andersontutorial: Add a note about the experimentalness of...
2012-07-07 Brian Andersontutorial: Reorder sections around the memory model...
2012-07-07 Brian Andersontutorial: Use blockquotes for asides. Add styling
2012-07-07 Brian Andersontutorial: Expand the section on functions
2012-07-07 Brian Andersontutorial: Discuss failure and asserts together
2012-07-07 Brian Andersontutioral: Discuss basic function syntax is discussed...
2012-07-07 Brian Andersontutorial: Use consistent casing in headers
2012-07-07 Brian Andersontutorial: Add some work on borrowed pointers
2012-07-07 Brian Andersontutorial: Expand the section on datatypes
2012-07-07 Brian Andersontutorial: Fix a test-breaking typo
2012-07-07 Brian AndersonAdd 'class' and 'new' to codemirror-rust.js
2012-07-07 Brian Andersontutorial: Remove some trivia
2012-07-06 Graydon HoareFor #2229, recognize 'again' in place of 'cont', final...
2012-07-06 Brian Andersontutorial: Reduce header level for do/for loop sections
2012-07-06 Benjamin Herrtutorial: Formatting fix
2012-07-06 Brian Andersontutorial: Minor tweak
2012-07-06 Brian Andersontutorial: Add a section on the memory model
2012-07-06 Brian Andersontutorial: Minor tweaks to intro
next