summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-28auto merge of #6771 : thestinger/rust/highlight, r=luqmanabors-117/+165
2013-05-28auto merge of #6754 : thestinger/rust/noalias, r=nikomatsakisbors-0/+3
2013-05-28auto merge of #6770 : lkuper/rust/6762, r=catamorphismbors-0/+24
2013-05-28auto merge of #6769 : catamorphism/rust/issue-4994, r=thestingerbors-0/+51
2013-05-27auto merge of #6766 : fdr/rust/time-by-value, r=catamorphismbors-16/+15
2013-05-27auto merge of #6777 : alexcrichton/rust/less-memory, r=graydonbors-160/+192
2013-05-28Fix #6696Jihyun Yu-2/+16
2013-05-27Prevent refcount cycles during lintingAlex Crichton-160/+192
2013-05-27rustc: Switch ty::node_type_table to smallintmap, cut 400mb memory use off a ...Graydon Hoare-2/+2
2013-05-27Implementing suggestions from @nikomatsakisTom Lee-101/+102
2013-05-28core::vec is missing methods for mutable slicesJunyoung Cho-2/+9
2013-05-27auto merge of #6741 : pcwalton/rust/intra-crate-start, r=graydonbors-5/+2
2013-05-27testsuite: Update core to stdTim Chevalier-3/+3
2013-05-27testsuite: Test cases, one xfailed, one notTim Chevalier-0/+58
2013-05-27testsuite: Add working test for #5550Tim Chevalier-0/+15
2013-05-27testsuite: Add passing test for #4735Tim Chevalier-0/+30
2013-05-27Added _RUST_STAGEN guard to rust_call_tydesc_glueTom Lee-0/+7
2013-05-27Add _RUST_STAGE0 #ifdefsTom Lee-0/+20
2013-05-27Omit unused implicit argument if return type is immediate.Tom Lee-111/+132
2013-05-27auto merge of #6724 : thestinger/rust/swap_fast, r=thestingerbors-80/+231
2013-05-27fix casts on 32-bitDaniel Micay-2/+2
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+0
2013-05-27auto merge of #6715 : Xazax-hun/rust/incoming, r=graydonbors-0/+82
2013-05-27auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiynbors-189/+168
2013-05-27Add xfail'd test for #6762.Lindsey Kuper-0/+24
2013-05-27extra: Add reserve and reserve_at_least to extra::dequeTim Chevalier-0/+51
2013-05-27syntax highlight code examples in docstringsDaniel Micay-117/+165
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-161/+161
2013-05-28Use adjustments table for allocation lintSeo Sanghyeon-28/+7
2013-05-27Get rid of no-longer-needed #[doc(hidden)] attributes.Lindsey Kuper-13/+4
2013-05-27Increment copyright year of time.rsDaniel Farina-1/+1
2013-05-27Use passing by-value in gmtime, mktimeDaniel Farina-15/+14
2013-05-27auto merge of #6763 : steveklabnik/rust/core_to_std, r=thestingerbors-20/+20
2013-05-27Fix docs to use std instead of core.Steve Klabnik-20/+20
2013-05-27Rename unwrap_input/unwrap_output as suggested bygareth-11/+11
2013-05-27Make test_change_working_directory change the currentgareth-3/+5
2013-05-27Refactor core::run in order to address many of the issuesgareth-483/+693
2013-05-27auto merge of #6688 : graydon/rust/issue-3396-mystery-bug-in-metadata, r=Aatchbors-11/+2
2013-05-27auto merge of #6761 : ILyoan/rust/ctags, r=thestingerbors-3/+1
2013-05-26auto merge of #6719 : kud1ing/rust/rustc_w, r=bstriebors-2/+7
2013-05-27update ctags defineILyoan-3/+1
2013-05-26mark unique pointer parameters as noaliasDaniel Micay-0/+3
2013-05-26auto merge of #6748 : steveklabnik/rust/bool_docs, r=thestingerbors-19/+194
2013-05-26auto merge of #6700 : ben0x539/rust/nestvariantdocs, r=thestingerbors-1/+38
2013-05-26Add documentation for libstd/bool.rs.Steve Klabnik-19/+194
2013-05-26inline bump_box_refcountDaniel Micay-0/+1
2013-05-26make transmute_copy use memcpy, and inline itDaniel Micay-0/+21
2013-05-26add an align parameter to call_memcpyDaniel Micay-14/+11
2013-05-26use uninit for cast::transmute_copyDaniel Micay-1/+1
2013-05-26add memset32/memset64Daniel Micay-1/+86