summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-02-12auto merge of #4900 : luqmana/rust/core_os_errors, r=graydonbors-14/+14
2013-02-12auto merge of #4914 : nikomatsakis/rust/issue-4856, r=nikomatsakisbors-66/+371
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-66/+371
2013-02-13libsyntax: don't parse ////, /***/ as doc commentsKang Seonghoon-5/+24
2013-02-12auto merge of #4881 : bjz/rust/incoming, r=catamorphismbors-18/+18
2013-02-12auto merge of #4876 : brson/rust/debuginfo, r=brsonbors-0/+54
2013-02-12Revert "librustc: Make monomorphic newtype structs work cross-crate"Graydon Hoare-13/+0
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-14/+14
2013-02-11librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-0/+13
2013-02-11Update copyright yearsMikko Perttunen-1/+1
2013-02-11Add test for using line! in a macroMikko Perttunen-1/+4
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-18/+18
2013-02-09auto merge of #4861 : sethpink/rust/incoming, r=catamorphismbors-8/+16
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-2/+2
2013-02-09auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca...bors-54/+83
2013-02-09Add debug info testsBrian Leibig-0/+54
2013-02-09Issue #4830 fixSeth Pink-8/+16
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-2/+2
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-54/+83
2013-02-07auto merge of #4835 : thestinger/rust/iterator, r=graydonbors-10/+15
2013-02-07rm each method from the Map traitDaniel Micay-10/+15
2013-02-07Fix vector indexing in consts so it works with the enum vector const fix.Jed Davis-0/+25
2013-02-07Make tuple-like structs containing enums work as constants.Jed Davis-0/+38
2013-02-07Fix const enum type issues for structs.Jed Davis-0/+38
2013-02-07Add a test for vstore, which already worksJed Davis-0/+23
2013-02-07Fix pointer consts to work with enumsJed Davis-0/+19
2013-02-07Make vectors of enums work as constantsJed Davis-0/+23
2013-02-07Also need to pad out "C-like" enum consts (paths as well as calls).Jed Davis-0/+18
2013-02-07Pad out enum consts to the expected size; makes enums in tuples work.Jed Davis-0/+18
2013-02-07auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydonbors-8/+24
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-0/+24
2013-02-07auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydonbors-10/+8
2013-02-08Change pretty-exact to pp-exactSeo Sanghyeon-10/+8
2013-02-07auto merge of #4831 : bjz/rust/incoming, r=pcwaltonbors-2/+2
2013-02-08Fix broken testsBrendan Zabarauskas-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-158/+73
2013-02-07auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydonbors-0/+34
2013-02-06Merge pull request #4811 from catamorphism/issue-4523-testcasePatrick Walton-0/+17
2013-02-06Make foreign calls work outside of tasks. #4451Brian Anderson-0/+24
2013-02-06got rid of last empty linesKang Seonghoon-2/+0
2013-02-06libsyntax: no binary/hex float literalsKang Seonghoon-0/+36
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-8/+8
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-8/+8
2013-02-05Merge branch 'incoming' into removingTim Chevalier-8/+11
2013-02-05MergeTim Chevalier-1701/+1729
2013-02-05Don't warn when imported traits are indeed usedAlex Crichton-0/+6
2013-02-05Fix some bugs with -W unused-importsAlex Crichton-8/+18
2013-02-04auto merge of #4747 : sanxiyn/rust/integral-type, r=graydonbors-0/+3
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-8/+8