about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-02-07auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydonbors-28/+82
2013-02-07auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brsonbors-67/+70
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-120/+306
2013-02-07auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydonbors-10/+8
2013-02-07auto merge of #4814 : brson/rust/check, r=nikomatsakisbors-691/+346
2013-02-08Change pretty-exact to pp-exactSeo Sanghyeon-10/+8
2013-02-07auto merge of #4831 : bjz/rust/incoming, r=pcwaltonbors-11/+48
2013-02-08Fix broken testsBrendan Zabarauskas-2/+2
2013-02-07auto merge of #4810 : nikomatsakis/rust/owned-fn-noncopyable, r=nikomatsakisbors-2361/+2053
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2361/+2053
2013-02-07auto merge of #4823 : pcwalton/rust/enum-variant-discriminants, r=graydonbors-24/+3
2013-02-07Merge branch 'incoming' of https://github.com/mozilla/rust into incomingBrendan Zabarauskas-153/+369
2013-02-07Add type parameter for epsilon valueBrendan Zabarauskas-5/+42
2013-02-07auto merge of #4822 : graydon/rust/doc-version-stamp, r=brsonbors-4/+6
2013-02-07auto merge of #4817 : kud1ing/rust/patch-1, r=brsonbors-0/+6
2013-02-07auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydonbors-0/+41
2013-02-06auto merge of #4815 : thestinger/rust/treemap, r=pcwaltonbors-90/+72
2013-02-06Merge pull request #4811 from catamorphism/issue-4523-testcasePatrick Walton-0/+17
2013-02-06auto merge of #4801 : z0w0/rust/randomtrait, r=graydonbors-0/+100
2013-02-06auto merge of #4795 : catamorphism/rust/less-copy, r=catamorphismbors-14/+16
2013-02-06librustc: Attempt to put out burning tree by fixing translation of unary nega...Patrick Walton-15/+31
2013-02-07Convert fuzzy_epsilon constant to upper case and make publicBrendan Zabarauskas-4/+4
2013-02-06librustc: Stop loading enum variant discriminants from memoryPatrick Walton-24/+3
2013-02-06doc: improvements to version-stamp makefile logic.Graydon Hoare-4/+6
2013-02-06remove old snapshot workaround from smallintmapDaniel Micay-4/+0
2013-02-06treemap: make map_next and set_next publicDaniel Micay-2/+2
2013-02-06update treemap FIXMEDaniel Micay-1/+1
2013-02-06get rid of implicit vec copies in treemap iteratorDaniel Micay-69/+67
2013-02-06treemap: get rid of some implicit vector copiesDaniel Micay-2/+2
2013-02-06remove issue #3148 workarounds (no longer needed)Daniel Micay-14/+2
2013-02-06librustc: Change i1 to i8 for bools. Attempts to put out burning tree. rs=bur...Patrick Walton-34/+86
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-101/+234
2013-02-06Make foreign calls work outside of tasks. #4451Brian Anderson-19/+56
2013-02-06rustc: Less copyTim Chevalier-14/+16
2013-02-06rt: Add rust_try_get_current_taskBrian Anderson-3/+16
2013-02-06mk: Add output files to tests so they don't rerun unnecessarilyBrian Anderson-15/+29
2013-02-06`core::send_map` renamed to `core::hashmap`kud1ing-0/+6
2013-02-06got rid of last empty linesKang Seonghoon-2/+0
2013-02-06libsyntax: no binary/hex float literalsKang Seonghoon-0/+43
2013-02-05mk: Don't check core/std/rustc as part of check-fastBrian Anderson-3/+0
2013-02-05mk: Parameterize tests.mk to the maxBrian Anderson-688/+332
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-479/+482
2013-02-05testsuite: Add test for #4523Tim Chevalier-0/+17
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-482/+479
2013-02-05Merge branch 'incoming' into removingTim Chevalier-0/+0
2013-02-05Merge branch 'incoming' into made-snapTim Chevalier-583/+624
2013-02-05Register snapshotsTim Chevalier-0/+8
2013-02-05Merge branch 'incoming' into removingTim Chevalier-583/+624
2013-02-05MergeTim Chevalier-5779/+5903
2013-02-05Don't warn when imported traits are indeed usedAlex Crichton-3/+14