]> git.lizzy.rs Git - rust.git/history - doc
In DuplexStream explanation: change 'There' to 'The'.
[rust.git] / doc /
2012-09-04 Jim BlandyIn DuplexStream explanation: change 'There' to 'The'.
2012-09-02 Brian AndersonRemove the 'to' keyword
2012-09-01 Patrick Waltondoc: Remove some unneeded sections on type inference...
2012-09-01 Patrick Waltondoc: Remove the section on modes from the tutorial
2012-09-01 Patrick Waltondoc: Trim down the tutorial a little more
2012-08-31 Patrick Waltondoc: Update the tutorial
2012-08-31 Brian AndersonMerge remote-tracking branch 'erickt/incoming'
2012-08-31 Graydon HoareRemove the no-longer-true fact of cmp (and soon, log...
2012-08-31 Graydon HoareFix up the tutorial doc-tests.
2012-08-28 Brian AndersonConvert core::pipes to camel case
2012-08-28 Brian AndersonCamel case various core constructors
2012-08-26 Brian AndersonCamel case the option type
2012-08-25 Tim ChevalierExpunge mention of `match check` from the tutorial
2012-08-25 Paul StansiferMinor doc updates.
2012-08-25 Paul StansiferRemove the old syntax extension section in the document...
2012-08-25 Paul StansiferAdd a section on syntax extensions to the Rust referenc...
2012-08-23 Tim ChevalierRename str::bytes to str::to_bytes
2012-08-23 Paul StansiferClarify that macros are expr-positioned.
2012-08-23 Paul StansiferUpdate the tutorial with the new macro system.
2012-08-23 Paul StansiferUpdate macro invocation syntax in documentation.
2012-08-22 Brian AndersonMerge pull request #3251 from fsouza/to_digit_fix
2012-08-22 Brian AndersonMerge pull request #3244 from dbp/osbug
2012-08-22 Brian AndersonMerge pull request #3240 from Dretch/bitvfixes
2012-08-22 Brian AndersonMerge pull request #3230 from killerswan/version-info...
2012-08-22 Ben BlumMerge pull request #3229 from Vincent-Belliard/master
2012-08-20 Kevin CantuRename the template for version_info.html
2012-08-20 Jim BlandyAdd comma after 'For example'.
2012-08-18 Tim ChevalierTutorial: clarify 'other uses of safe references'
2012-08-17 Brian AndersonRemove the class keyword
2012-08-17 Eric HolkUpdate the rock-paper-scissors example in the tutorial...
2012-08-16 Eric HolkFix compile errors in tutorial tests.
2012-08-16 Eric HolkUpdating the communication portion of the tutorial...
2012-08-16 Brian AndersonConvert more core types to camel case
2012-08-11 Brian AndersonMerge pull request #3185 from megakorre/master
2012-08-10 Lindsey Kupertutorial: "an trait" -> "a trait"
2012-08-09 Brian Andersondoc: Update to new trait syntax
2012-08-09 Brian AndersonMerge pull request #3158 from alexrp/incoming
2012-08-09 Ben BlumMerge pull request #3153 from jruderman/sconv
2012-08-08 alexrpOperator-assignment expressions -> Compound assignment...
2012-08-08 Graydon HoareMerge pull request #3146 from alexrp/incoming
2012-08-08 Jesse RudermanAdd spawn_conversation
2012-08-08 alexrpRemove remaining references to typestate in the manual.
2012-08-08 alexrpAlter the manual to speak of pure functions instead...
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
next