about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-194/+106
2013-07-17librustc: Change repeated vector expressions to use implicit copyability.Patrick Walton-6/+34
2013-07-17test: Fix tests.Patrick Walton-244/+218
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-280/+213
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-103/+13
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2600/+3186
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-235/+256
2013-07-17rt: Print alloc backtraces for bad release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-7/+13
2013-07-17rt: Diagnose bad alloc index in release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-0/+5
2013-07-17auto merge of #7829 : graydon/rust/codegen-compiletests, r=cmrbors-34/+270
2013-07-17extra: avoid possible divide-by-zero conditions test.Graydon Hoare-4/+5
2013-07-17make: turn off --bench when running under valgrindGraydon Hoare-2/+5
2013-07-17auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichtonbors-1/+116
2013-07-17rm unnecessary stage0 `zero_memory` fnDaniel Micay-28/+6
2013-07-17std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADSBrian Anderson-1/+1
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-10/+2
2013-07-17stop initializing ref_count for stack closuresDaniel Micay-11/+0
2013-07-17auto merge of #7826 : michaelwoerister/rust/end_of_spanned, r=cmrbors-191/+190
2013-07-17Add documentation about mutable statics to rust.mdAlex Crichton-0/+35
2013-07-17Generate better code for intrinsicsBjörn Steinbrink-32/+61
2013-07-17Remove duplicated code from trans_intrinsicsBjörn Steinbrink-319/+109
2013-07-17Issue #7444 - Update neg test and pos test for move by captureNiko Matsakis-1/+8
2013-07-17auto merge of #7843 : alexcrichton/rust/better-lint-help, r=huonwbors-13/+21
2013-07-17Issue #7444 - Borrowck permits moved values to be capturedNiko Matsakis-11/+18
2013-07-17auto merge of #7835 : omasanori/rust/l10n-improvement, r=pnkfelixbors-896/+1202
2013-07-17auto merge of #7841 : alexcrichton/rust/tls++, r=huonwbors-16/+145
2013-07-17Remove --quiet from git submodule operationsAlex Crichton-6/+6
2013-07-17auto merge of #7839 : graydon/rust/new-codegen-tests, r=pcwaltonbors-0/+65
2013-07-17tutorial: remove unused link references.gifnksm-6/+1
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-191/+190
2013-07-16auto merge of #7828 : alexcrichton/rust/lang-opt, r=graydonbors-179/+294
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-1/+116
2013-07-16Make all lang_items optionalAlex Crichton-179/+294
2013-07-16auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwaltonbors-43/+43
2013-07-17tutorial: remove duplicate link references.gifnksm-6/+1
2013-07-16Sort lint attributes to print them in a more sane wayAlex Crichton-13/+21
2013-07-16Add a `get_mut` method for TLSAlex Crichton-16/+145
2013-07-16Provide more useful messages when tests are given -h or --helpAlex Crichton-8/+52
2013-07-16test: new codegen tests, rename hello.Graydon Hoare-0/+65
2013-07-16auto merge of #7827 : jdm/rust/enumlength, r=graydonbors-30/+127
2013-07-17Add project information to l10n templates.OGINO Masanori-896/+1202
2013-07-16auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue...bors-45/+395
2013-07-16auto merge of #7823 : pnkfelix/rust/issue7821-document-lint-attributes, r=gra...bors-2/+71
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-43/+43
2013-07-16auto merge of #7822 : huonw/rust/cond-debug, r=graydonbors-683/+839
2013-07-17rustc: selectively trans branches for `if <literal-bool>`.Huon Wilson-17/+55
2013-07-17rustc: handle allocas and LoadRangeAsserts in unreachable blocks correctly.Huon Wilson-11/+41
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-613/+640
2013-07-16extra: reduce bench loop max time to 3s.Graydon Hoare-2/+2
2013-07-16Add configure and make machinery to activate perf metrics and ratchets.Graydon Hoare-0/+20