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