summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-601/+673
2013-02-22auto merge of #5051 : bstrie/rust/deimpself, r=pcwaltonbors-569/+626
2013-02-23Consolidate codes dealing with LLVM struct typeSeo Sanghyeon-47/+11
2013-02-22Fix vector syntax in error messagesoncemoreification-9/+16
2013-02-21Put unique allocs in managed heap when they might contain managed boxes.Graydon Hoare-60/+186
2013-02-22De-implicit-self librustcBen Striegel-569/+626
2013-02-21auto merge of #5077 : jbclements/rust/increase-monomorphization-depth-limit, ...bors-25/+77
2013-02-21auto merge of #5076 : pcwalton/rust/demuting, r=pcwaltonbors-290/+354
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-601/+673
2013-02-21auto merge of #5075 : luqmana/rust/derec, r=catamorphismbors-196/+131
2013-02-21auto merge of #5059 : Kimundi/rust/incoming, r=catamorphismbors-4/+7
2013-02-21Fix private::exclusive_unwrap_conflict test. Fixes #4689.Ben Blum-2/+3
2013-02-21librustc: Fix broken test.Luqman Aden-2/+2
2013-02-21bump up limit on monomorphizationJohn Clements-2/+2
2013-02-21Cleanup, commenting, trivial renamingJohn Clements-23/+75
2013-02-21librustc: Remove all mutable fields from librustc. rs=demutingPatrick Walton-6/+6
2013-02-21librustc: De-mut trans. rs=demutingPatrick Walton-43/+43
2013-02-21librustc: De-mut some of transPatrick Walton-68/+82
2013-02-21librustc: De-mut resolve. rs=demutingPatrick Walton-173/+223
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-194/+129
2013-02-21auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphismbors-14/+132
2013-02-21auto merge of #5071 : luqmana/rust/derec, r=pcwaltonbors-241/+330
2013-02-21auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwaltonbors-51/+50
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-51/+50
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-4/+7
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-241/+330
2013-02-20auto merge of #5065 : catamorphism/rust/issue-3453, r=catamorphismbors-7/+20
2013-02-21Implement #[deriving_eq] on tuple like structsSeth Pink-14/+132
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-726/+729
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-726/+729
2013-02-20auto merge of #5058 : Thiez/rust/incoming, r=catamorphismbors-90/+171
2013-02-20auto merge of #5066 : catamorphism/rust/luqmana-derecording, r=catamorphismbors-1136/+1513
2013-02-20MergeTim Chevalier-1/+2
2013-02-20Fix vdef patternTim Chevalier-2/+2
2013-02-20Fix flipped tuple that was causing all that painTim Chevalier-1/+1
2013-02-20MergeTim Chevalier-19/+17
2013-02-20librustc: tidyLuqman Aden-33/+43
2013-02-20Fix fallout in rusti & rustpkg.Luqman Aden-8/+8
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-1116/+1484
2013-02-20auto merge of #5049 : bstrie/rust/vim, r=catamorphismbors-1/+10
2013-02-20rustc: Use position method in check::methodTim Chevalier-7/+20
2013-02-20auto merge of #5043 : brson/rust/swap, r=brsonbors-4/+67
2013-02-20Don't perform swap when src == dst. #5041Brian Anderson-4/+67
2013-02-20auto merge of #5046 : sanxiyn/rust/struct-match, r=catamorphismbors-3/+23
2013-02-20etc: Suppress the enum variant instruction scheduling Valgrind issues. rs=#rustPatrick Walton-0/+49
2013-02-20Changed a test to use intrinsics.rs and changed a few lines that were too lon...Matthijs 'Thiez' Hofstra-41/+43
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-89/+168
2013-02-19vim improvementsBen Striegel-1/+10
2013-02-19auto merge of #5044 : thestinger/rust/range, r=pcwaltonbors-4/+55