]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-10-27 Zack Corrrusti: Add linenoise, wrap into core::rl and add rusti...
2012-10-12 Brian AndersonMerge pull request #3734 from dbp/tutorial-fixes
2012-10-12 Daniel Pattersontutorial: add note about mutability of vectors
2012-10-12 Tim Chevaliermanual: Lightly copyedit the crates section
2012-10-12 Tim Chevaliermanual: Lightly copyedit the macros section
2012-10-12 Tim ChevalierFix tutorial-ffi tests
2012-10-12 Graydon Hoaremanual: fix one more nit.
2012-10-12 Graydon Hoaremanual: fix accidentally broken test.
2012-10-12 Graydon Hoaremanual: remove as many ~[] literals as possible.
2012-10-12 Graydon Hoaremanual: remove as many ~"" literals as possible.
2012-10-12 Graydon Hoaremanual: fix bullet list.
2012-10-12 Graydon Hoaremanual: remove description of references (modes) from...
2012-10-12 Graydon Hoaremanual: rewrite the section on type kinds.
2012-10-12 Graydon Hoaremanual: fix various examples.
2012-10-12 Graydon Hoaremanual: capitalize more examples properly.
2012-10-12 Graydon Hoaremanual: fix vec and str types to discuss definite ...
2012-10-12 Graydon Hoaremanual: example fixup.
2012-10-12 Graydon Hoaremanual: add 'item', remove statement that built-in...
2012-10-12 Graydon Hoaremanual: avoid describing 'assert' as 'like check',...
2012-10-12 Graydon Hoaremanual: remove 'analogy' between return and return...
2012-10-12 Graydon Hoaremanual: fixes to match expression examples and explanation.
2012-10-12 Graydon Hoaremanual: remove unusual production name in match-expr...
2012-10-12 Graydon Hoaremanual: "to" -> ".."
2012-10-12 Graydon Hoaremanual: rewrite for-expression section to reflect this...
2012-10-12 Graydon Hoaremanual: add section on do-expressions.
2012-10-12 Tim ChevalierChange FIXME number
2012-10-12 Tim ChevalierRevert "Use a constant vector for the sudoku board...
2012-10-12 Tim ChevalierRe-xfail two tests that I tried to resurrect (no time...
2012-10-12 Tim ChevalierUse move instead of ref in select-macro
2012-10-12 Tim ChevalierFix pipe-select-macro
2012-10-12 Tim ChevalierExport VecUnboxedRepr from vec so a test case can use it
2012-10-12 Tim ChevalierUn-XFAIL task-compare
2012-10-12 Tim ChevalierUse match move in select-macro, get rid of a FIXME
2012-10-12 Tim ChevalierUn-XFAIL reflect-visit-type
2012-10-12 Tim ChevalierAnnotate FIXMEs in reflect-visit-data
2012-10-12 Tim ChevalierUncomment nested module in test, delete a FIXME
2012-10-12 Tim ChevalierUse a constant vector for the sudoku board, delete...
2012-10-12 Tim ChevalierUse match move in pingpong, delete a FIXME
2012-10-11 Tim ChevalierRemove obsolete comment
2012-10-11 Tim ChevalierRemove obsolete FIXME
2012-10-11 Tim ChevalierUse truncate in typeck::infer; gets rid of FIXME
2012-10-11 Tim ChevalierRemove obsolete comment
2012-10-11 Tim ChevalierUpdate FIXME numbers
2012-10-11 Tim ChevalierRemove obsolete FIXME
2012-10-11 Tim ChevalierFix from_buf in test cases
2012-10-11 Tim ChevalierUpdate FIXME numbers
2012-10-11 Tim ChevalierRemove obsolete FIXME
2012-10-11 Tim ChevalierRemove obsolete FIXME
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-11 Tim ChevalierRemove unneeded no_rt flag
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-11 Tim ChevalierRemove comment that is now false
2012-10-11 Tim ChevalierUpdate FIXME numbers
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-11 Tim ChevalierExports are fixed, hooray
2012-10-11 Tim ChevalierRemove invalid FIXME
2012-10-11 Graydon Hoaremanual: add section on lambda expressions.
2012-10-11 Graydon Hoaremanual: remove mention of do-while loops.
2012-10-11 Graydon Hoaremanual: remove mention of >>>.
2012-10-11 Graydon Hoaremanual: remove 'trivial cast', it's an unused definition.
2012-10-11 Graydon Hoaremanual: note overloading and traits for comparison...
2012-10-11 Graydon Hoaremanual: mention overloading, traits on the arithmetic...
2012-10-11 Graydon Hoaremanual: fix exponents on number types.
2012-10-11 Graydon Hoaremanual: s/unique/owned/, s/shared/managed/, fix rval...
2012-10-11 Tim ChevalierRemove Copy bound from std::timer::delayed_send
2012-10-11 Tim ChevalierWrite option::chain and result::chain with `match move`
2012-10-11 Tim ChevalierMake to_str pure and fix const parameters for str-mutat...
2012-10-11 Tim ChevalierFix tutorial link to tasks
2012-10-11 Graydon Hoaremanual: remove box-specific language.
2012-10-11 Graydon Hoaremanual: "with" -> ".." for FRU.
2012-10-11 Graydon Hoaremanual: link to expressions in lval/rval section.
2012-10-11 Graydon Hoaremanual: add borrow operator to symbolic unary operator...
2012-10-11 Graydon Hoaremanual: add section for unary move expressions.
2012-10-11 Graydon Hoaremanual: add section for path expressions.
2012-10-11 Graydon HoareFix doctest.
2012-10-11 Graydon Hoaremanual: pluralize; decls can introduce multiple names.
2012-10-11 Graydon Hoaremanual: remove vestigial mention of tasking from defini...
2012-10-11 Graydon Hoaremanual: s/Self type/Self types/.
2012-10-11 Graydon Hoaremanual: remove all mention of constraints.
2012-10-11 Graydon Hoaremanual: capitalize examples, remove mention of named...
2012-10-11 Graydon Hoaremanual: disambiguate field expressions from method...
2012-10-11 Graydon Hoaremanual: improve description of traits.
2012-10-11 Graydon Hoaremanual: describe structs, split out handling of recursi...
2012-10-11 Graydon Hoaremanual: remove mention of tags, now very obsolete.
2012-10-11 Graydon Hoaremanual: link to kinds, remove kind-list.
2012-10-11 Graydon Hoaremanual: improve description of unsafe functions.
2012-10-11 Graydon Hoaremanual: capitalize 'Copy'.
2012-10-11 Graydon Hoaremanual: remove a mode.
2012-10-11 Graydon HoareReorder function sections.
2012-10-11 Graydon HoareReword para on diverging functions.
2012-10-11 Graydon HoareTypo: an -> a.
2012-10-11 Tim ChevalierCopyedit sections 11-13 of the tutorial. That's all...
2012-10-11 Tim ChevalierCopyedit sections 9 and 10 of the tutorial
2012-10-11 Tim ChevalierCopyedit sections 7 and 8 of the tutorial
2012-10-11 Tim ChevalierCopyedit sections 5 and 6 of the tutorial
2012-10-11 Tim ChevalierCopyedit section 4 of tutorial
2012-10-11 Tim ChevalierCopyedit section 3 of tutorial
2012-10-11 Tim ChevalierCopyedit sections 1 and 2 of tutorial
next