| Age | Commit message (Expand) | Author | Lines |
| 2013-08-13 | Add test for repeat expr in statics. | Luqman Aden | -0/+31 |
| 2013-08-13 | librustc: Allow vector repeat exprs in statics. | Luqman Aden | -0/+21 |
| 2013-08-12 | auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr | bors | -73/+308 |
| 2013-08-12 | auto merge of #8429 : catamorphism/rust/rustpkg-docs, r=catamorphism | bors | -0/+5 |
| 2013-08-12 | auto merge of #8428 : blake2-ppc/rust/peekable-iterators, r=thestinger | bors | -107/+138 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -32/+187 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -28/+36 |
| 2013-08-11 | auto merge of #8427 : brson/rust/rustc-stack, r=thestinger | bors | -1/+7 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -560/+1155 |
| 2013-08-11 | Convert from transform to map | Niko Matsakis | -1/+1 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -22/+265 |
| 2013-08-11 | Update type visitor to use &Visitor and not @Visitor | Niko Matsakis | -12/+37 |
| 2013-08-11 | borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization | Niko Matsakis | -52/+65 |
| 2013-08-11 | typeck: Modify method resolution to use new object adjustments, and | Niko Matsakis | -140/+317 |
| 2013-08-11 | trans: Rely on new AutoBorrowObj adjustment to match up object receivers | Niko Matsakis | -112/+141 |
| 2013-08-11 | ty: Add (but do not yet use) AutoBorrowObject option to adjustments | Niko Matsakis | -2/+32 |
| 2013-08-11 | typeck/check/method: Remove `pub` from most methods | Niko Matsakis | -29/+33 |
| 2013-08-11 | Misc small cleanups | Niko Matsakis | -9/+1 |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -16/+94 |
| 2013-08-11 | auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmr | bors | -16/+16 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -16/+19 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -155/+156 |
| 2013-08-11 | auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestinger | bors | -15/+46 |
| 2013-08-11 | auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichton | bors | -16/+44 |
| 2013-08-11 | auto merge of #8408 : thestinger/rust/checked, r=Aatch | bors | -8/+665 |
| 2013-08-11 | fix unused imports | Daniel Micay | -2/+1 |
| 2013-08-11 | move `strdup_uniq` lang item to std::str | Daniel Micay | -6/+8 |
| 2013-08-11 | str: optimize `with_capacity` | Daniel Micay | -3/+21 |
| 2013-08-11 | vec: optimize the Add implementation | Daniel Micay | -5/+14 |
| 2013-08-11 | disable 64-bit CheckedMul on 32-bit | Daniel Micay | -2/+4 |
| 2013-08-11 | add intrinsics for checked overflow add/sub/mul | Daniel Micay | -8/+663 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -16/+16 |
| 2013-08-10 | auto merge of #8404 : stepancheg/rust/zero-unit-inline, r=alexcrichton | bors | -0/+2 |
| 2013-08-11 | extra::treemap: Use IteratorUtil::peekable | blake2-ppc | -88/+46 |
| 2013-08-11 | Add a "peekable" iterator adaptor, with a peek() method that returns the next... | Simon Sapin | -0/+72 |
| 2013-08-11 | std::iterator: Rename .peek() to .inspect() | blake2-ppc | -19/+20 |
| 2013-08-10 | auto merge of #8444 : erickt/rust/rollup, r=cmr | bors | -171/+594 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -28/+36 |
| 2013-08-10 | auto merge of #8430 : erickt/rust/cleanup-iterators, r=erickt | bors | -700/+599 |
| 2013-08-10 | Merge branch 'match' of https://github.com/msullivan/rust into rollup | Erick Tryzelaar | -61/+196 |
| 2013-08-10 | Merge branch 'master' of https://github.com/MAnyKey/rust into rollup | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -59/+137 |
| 2013-08-10 | Merge branch 'master' of https://github.com/p2j4d2c/rust into rollup | Erick Tryzelaar | -6/+11 |
| 2013-08-10 | Merge branch 'trie-bound-iters' of https://github.com/dim-an/rust into rollup | Erick Tryzelaar | -0/+102 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -18/+88 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -26/+59 |
| 2013-08-10 | Merge remote-tracking branch 'remotes/origin/master' into cleanup-iterators | Erick Tryzelaar | -17/+268 |
| 2013-08-10 | auto merge of #8327 : sstewartgallus/rust/factor_out_waitqueue, r=bblum | bors | -13/+13 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -3/+2 |
| 2013-08-10 | std: fix the non-stage0 str::raw::slice_bytes which broke in a merge | Erick Tryzelaar | -1/+1 |