about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-12-18test: Enable all morestack testsBrian Anderson-19/+3
2011-12-18Only look for a matching method when normal field access failsMarijn Haverbeke-1/+24
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-10/+10
2011-12-16add test that requires capturing generic descriptorsNiko Matsakis-0/+36
2011-12-16first test of sendable fns (passes)Niko Matsakis-0/+20
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-4/+5
2011-12-16Change syntax for implMarijn Haverbeke-0/+18
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-1/+1
2011-12-14Fixed type resolution error in math testsStefan Plantikow-5/+5
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-266/+266
2011-12-09Allow type annotations for blocksMarijn Haverbeke-0/+4
2011-12-08Allow binding of nested patternsMarijn Haverbeke-0/+12
2011-12-07Fix test that used an oversized int literalMarijn Haverbeke-2/+2
2011-12-07Restore accidentally overwritten testMarijn Haverbeke-18/+74
2011-12-07Change literal representation to not truncateMarijn Haverbeke-76/+28
2011-12-05test: Test hitting the dynamic linker in the red zoneBrian Anderson-0/+81
2011-12-05test: Add more tests for stack growthBrian Anderson-0/+126
2011-12-05rustc: Add suffix ".rc" to LLVM module identifierHaitao Li-0/+7
2011-12-05rustc: Fix memory leak in do-while loopHaitao Li-0/+8
2011-12-02const_check: trans: added support for trivial castsStefan Plantikow-0/+15
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-0/+26
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2
2011-12-02Make import ignore imports coming after themMarijn Haverbeke-1/+1
2011-12-01test: Don't fill queue in run-pass/send-iloop. Closes #1244Brian Anderson-0/+3
2011-11-30adjust and un-xfailNiko Matsakis-17/+21
2011-11-30xfail run-pass/bind-native-printfBrian Anderson-0/+1
2011-11-29rt: Fix calculation of stack args location in x86_64/morestack.SBrian Anderson-0/+45
2011-11-29extra whitespaceNiko Matsakis-1/+1
2011-11-29fix bug in shape concerning size of tag variantNiko Matsakis-0/+31
2011-11-29Add --stack-growth to the morestack test compile flagsBrian Anderson-0/+2
2011-11-24rustc: Fix a bug in cdir attribute parsingBrian Anderson-0/+11
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-8/+13
2011-11-23Allow import directives in any blockMarijn Haverbeke-0/+11
2011-11-23Rollback return-by-referenceMarijn Haverbeke-32/+0
2011-11-22rt: Make __morestack (without unwinding) work on 32-bit linuxBrian Anderson-0/+25
2011-11-18re-enable tests for #1058 and #1059Niko Matsakis-5/+2
2011-11-18add test for issue #1174Niko Matsakis-0/+16
2011-11-18Add some tests for new kind systemMarijn Haverbeke-17/+30
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-71/+71
2011-11-18Add a pass-by-copy parameter passing conventionMarijn Haverbeke-0/+8
2011-11-17remove compile-command from local variable blocksNiko Matsakis-5/+0
2011-11-16Disconnect ports before draining them. Issue #1155Brian Anderson-0/+27
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-1/+1
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-3/+3
2011-11-16Add a test that native mods don't need to declare an ABIBrian Anderson-0/+9
2011-11-16Use attributes for native module ABI and link nameHaitao Li-26/+63
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-1/+2
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-3/+3
2011-11-15Make run-pass/bitwise 64-bit compatibleBrian Anderson-3/+17
2011-11-15Support conditional compilation based on architectureBrian Anderson-0/+5