about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-96/+96
2013-09-17auto merge of #9225 : huonw/rust/closing-time, r=alexcrichtonbors-0/+166
2013-09-17Disabled tests which now fail on Windows+mingw4.0 due to GCC 4.8 ABI change (...Vadim Chugunov-0/+6
2013-09-17Tests for fixed issues.Huon Wilson-0/+166
2013-09-16auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestingerbors-0/+10
2013-09-16switch Drop to `&mut self`Daniel Micay-96/+96
2013-09-16testsuite: Add test for #4208Tim Chevalier-0/+40
2013-09-16auto merge of #9192 : Kimundi/rust/master, r=huonwbors-0/+153
2013-09-16Corrected a few small style issuesMarvin Löbel-1/+1
2013-09-16Add an SendStr typeMarvin Löbel-0/+153
2013-09-16auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichtonbors-0/+2
2013-09-16Resume inlining globals across cratesAlex Crichton-0/+10
2013-09-16Ignore failing tests on AndroidSeo Sanghyeon-0/+2
2013-09-16auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphismbors-0/+45
2013-09-15auto merge of #9168 : michaelwoerister/rust/traits, r=jdmbors-0/+347
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-36/+36
2013-09-15debuginfo: Fix style nits for pull request.Michael Woerister-2/+0
2013-09-15debuginfo: Added description of algorithm for handling recursive types.Michael Woerister-6/+6
2013-09-15debuginfo: Added test cases for recursive structs.Michael Woerister-0/+315
2013-09-15debuginfo: Basic support for trait objects.Michael Woerister-0/+34
2013-09-15Document all of the format! related macrosAlex Crichton-4/+3
2013-09-15Reduce the amount of complexity in format!Alex Crichton-3/+5
2013-09-14Guarantee that statics have unique namesAlex Crichton-0/+45
2013-09-15remove old internal iterator range testsDaniel Micay-254/+0
2013-09-15Use std::iter::range_stepblake2-ppc-16/+12
2013-09-14auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphismbors-0/+13
2013-09-14auto merge of #9174 : thestinger/rust/bot, r=catamorphismbors-0/+13
2013-09-14auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphismbors-0/+35
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-5/+3
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-3/+103
2013-09-13Pass a more proper span to the syntax expandersAlex Crichton-0/+13
2013-09-13make ! support the equality/ordering operatorsDaniel Micay-0/+13
2013-09-13auto merge of #9170 : alexcrichton/rust/flaky-fileinput, r=ericktbors-0/+203
2013-09-13Move glob tests to a run-pass testAlex Crichton-0/+203
2013-09-13Translate nested items in default methodsAlex Crichton-0/+35
2013-09-12std: Remove Zero impl for OptionErick Tryzelaar-1/+0
2013-09-12std: Remove Zero impl from vecErick Tryzelaar-4/+3
2013-09-12rustc: Fix cstack lint for default methods. Closes #8753Brian Anderson-0/+51
2013-09-12auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonwbors-0/+1
2013-09-12auto merge of #9135 : jbclements/rust/let-var-hygiene, r=ericktbors-0/+22
2013-09-12auto merge of #9096 : huonw/rust/linenoise, r=brsonbors-0/+75
2013-09-12Parse underscores in identifiers for format!Alex Crichton-0/+1
2013-09-12Implement a format_args!() macroAlex Crichton-5/+51
2013-09-11added run-pass test from issue #9110John Clements-0/+22
2013-09-11auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonwbors-0/+10
2013-09-11Fix the empty-impl testsJakub-4/+4
2013-09-11xfail-fast the new test for windows compatibilitySiegeLord-0/+1
2013-09-11Fix whitespace in testsSiegeLord-2/+2
2013-09-11Replace dashes in the filenames of the new tests with underscores to avoid is...SiegeLord-1/+1
2013-09-11Add a test for cross-crate struct variantsSiegeLord-0/+35