about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-13debuginfo: Add some tests for visibiliy scopes within closures.Michael Woerister-2/+239
2013-08-13debuginfo: Add support for argument shadowing.Michael Woerister-36/+110
2013-08-13debuginfo: Implemented proper handling of lexical scopes and variable shadowing.Michael Woerister-145/+1873
2013-08-13librustc: Allow vector repeat exprs in statics.Luqman Aden-0/+21
2013-08-12auto merge of #8487 : brson/rust/local-opts, r=brsonbors-16/+24
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-121/+234
2013-08-12Explain what ifmt! is all aboutAlex Crichton-0/+301
2013-08-12Correct the padding on integer types for formattingAlex Crichton-113/+133
2013-08-12Define integer formats for all widthsAlex Crichton-37/+121
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-105/+295
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-16/+24
2013-08-12auto merge of #8476 : thestinger/rust/snapshot, r=brsonbors-748/+24
2013-08-12std::at_vec: add benchmarksCorey Richardson-0/+81
2013-08-12auto merge of #8419 : cmr/rust/fix-rtdebug, r=brsonbors-12/+4
2013-08-12rustc: Give a hint when a static method call has fewer than expected type par...Tim Chevalier-0/+31
2013-08-12fix build with the new snapshot compilerDaniel Micay-748/+16
2013-08-12register snapshotsDaniel Micay-0/+8
2013-08-12rt::task: Make current_stack_segment publicKeegan McAllister-1/+1
2013-08-12Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for...Ben Blum-138/+69
2013-08-12auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmrbors-73/+308
2013-08-12Fix select() in light of the deschedule...and then race. Close #8347.Ben Blum-1/+23
2013-08-12Make cell with_ref/with_mut_ref use finally. Close #7975.Ben Blum-8/+8
2013-08-12Reorganise Select traits to not expose internal runtime types. Close #5160. P...Ben Blum-313/+348
2013-08-12Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382.Ben Blum-19/+21
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-11remove more dead code from the old `for`Daniel Micay-102/+20
2013-08-11auto merge of #8427 : brson/rust/rustc-stack, r=thestingerbors-1/+7
2013-08-11Cleanup librustpkg a little bit.Steven Stewart-Gallus-74/+77
2013-08-11num: implement CheckedDivDaniel Micay-2/+42
2013-08-11Fixed option_env! typeSteven Fackler-3/+2
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-12Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl...David Manescu-4/+33
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-11fix unused importsDaniel Micay-2/+1