| Age | Commit message (Expand) | Author | Lines |
| 2013-09-11 | extra: improvements & bug fixes to rl. | Huon Wilson | -18/+26 |
| 2013-09-11 | extra: stop rl from leaking each line that is read. | Huon Wilson | -1/+11 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -28/+62 |
| 2013-09-11 | debuginfo: Renamed NamespaceTree to NamespaceTreeNode. | Michael Woerister | -13/+13 |
| 2013-09-11 | auto merge of #9107 : catamorphism/rust/rustpkg-command-line-flags, r=brson | bors | -65/+704 |
| 2013-09-11 | auto merge of #9007 : dcrewi/rust/random-bigints, r=huonw | bors | -0/+64 |
| 2013-09-11 | auto merge of #9093 : pnkfelix/rust/fsk-remove-oldvisit, r=alexcrichton | bors | -780/+0 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -5/+21 |
| 2013-09-11 | Implement the notion of a "generated unsafe block" | Alex Crichton | -7/+11 |
| 2013-09-10 | Don't fail in TcpStream.flush | Steven Fackler | -1/+1 |
| 2013-09-10 | auto merge of #9091 : sfackler/rust/buffered, r=alexcrichton | bors | -0/+358 |
| 2013-09-10 | Buffered I/O wrappers | Steven Fackler | -0/+358 |
| 2013-09-10 | remove redundant tycat line from the binop table | Daniel Micay | -5/+2 |
| 2013-09-10 | rustpkg: Pass command-line arguments to rustc | Tim Chevalier | -65/+704 |
| 2013-09-10 | added test case | John Clements | -0/+19 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -27/+37 |
| 2013-09-10 | debuginfo: Support for namespaces for types | Michael Woerister | -136/+343 |
| 2013-09-10 | debuginfo: Support for namespaces (functions only) | Michael Woerister | -104/+316 |
| 2013-09-10 | debuginfo: Wrapped namespace facilities of llvm::DIBuilder | Michael Woerister | -3/+26 |
| 2013-09-10 | auto merge of #9094 : pnkfelix/rust/fsk-visitor-ports, r=huonw | bors | -102/+81 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -384/+532 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -384/+532 |
| 2013-09-10 | middle/entry.rs Visitor refactoring (#7081): unify Entry{Context,Visitor}. | Felix S. Klock II | -14/+9 |
| 2013-09-10 | gather_loans/mod.rs Visitor refactoring (#7081): unify GatherLoan{Ctxt,Visitor}. | Felix S. Klock II | -51/+42 |
| 2013-09-10 | check_loans.rs Visitor refactoring (#7081): unify CheckLoan{Ctxt,Visitor}. | Felix S. Klock II | -37/+30 |
| 2013-09-10 | auto merge of #9090 : jbclements/rust/let-var-hygiene, r=luqmana | bors | -17/+33 |
| 2013-09-10 | Remove oldvisit.rs (yay!); part of #7081 refactoring. | Felix S. Klock II | -780/+0 |
| 2013-09-09 | auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonw | bors | -0/+50 |
| 2013-09-09 | added run-pass test for issue #9049 | John Clements | -0/+25 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -274/+268 |
| 2013-09-09 | undo cowardly hiding of eq-check | John Clements | -13/+2 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -97/+27 |
| 2013-09-10 | std::vec: Remove the function same_length | blake2-ppc | -7/+2 |
| 2013-09-10 | std::vec: Update module doc text | blake2-ppc | -19/+60 |
| 2013-09-10 | std::vec: Replace each_permutation with a new Permutations iterator | blake2-ppc | -119/+165 |
| 2013-09-09 | ident->name in middle | John Clements | -4/+6 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -32/+14 |
| 2013-09-09 | auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajack | bors | -538/+792 |
| 2013-09-09 | auto merge of #9086 : pcwalton/rust/writeback-port, r=brson | bors | -26/+26 |
| 2013-09-09 | auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brson | bors | -0/+79 |
| 2013-09-09 | librustc: Port writeback to the new API. | Patrick Walton | -26/+26 |
| 2013-09-09 | auto merge of #9071 : thestinger/rust/noalias, r=alexcrichton | bors | -9/+38 |
| 2013-09-09 | add `noalias` attribute to ~ return values | Daniel Micay | -9/+38 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -195/+115 |
| 2013-09-09 | Implement bitwise operations on BigUint | David Creswick | -0/+79 |
| 2013-09-09 | Merge RandBigUint and RandBigInt into single trait | David Creswick | -21/+17 |
| 2013-09-09 | Convert between BigInts, BigUints, ints, and uints | David Creswick | -53/+100 |
| 2013-09-09 | Add test for issue #8587, about calling nested functions of the same name | blake2-ppc | -0/+50 |
| 2013-09-09 | auto merge of #9051 : bjz/rust/master, r=huonw | bors | -384/+419 |
| 2013-09-09 | Some work on std::ascii: Marked unsafe function unsafe, added moving implemen... | Marvin Löbel | -20/+77 |