summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-11-01Adding xfailed test for #3874Tim Chevalier-0/+9
2012-11-01rustc: Fix tab charactersPatrick Walton-30/+30
2012-11-01rustc: Stop overwriting trait static method types when checking generic trait...Patrick Walton-6/+66
2012-11-01Add xfailed test casesTim Chevalier-0/+27
2012-11-01Add test case for #3878, which didn't get merged somehowTim Chevalier-0/+5
2012-10-31rustc: Swap argument order in drop_and_cancel_cleanBrian Anderson-2/+2
2012-10-31Merge remote-tracking branch 'vertexclique/incoming'Brian Anderson-1/+16
2012-11-01change function and place in expr.rsMahmut Bulut-20/+7
2012-10-31Fix checking of duplicate and missing struct field initializers. Closes #3486...Brian Anderson-5/+39
2012-10-31rusti: Correct by-copy flagZack Corr-1/+1
2012-10-31rusti: Remove legacy modes and exportsZack Corr-3/+0
2012-10-30Fix #1458 (allow paren'd exprs to be the operator in a `do`)Tim Chevalier-1/+13
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-32/+0
2012-10-31testcase added for #3878Mahmut Bulut-0/+9
2012-10-30Preserve parenthesization in the ASTTim Chevalier-217/+148
2012-10-30* dropnzero_val fn addedMahmut Bulut-1/+20
2012-10-30rustc: Translate "deriving" for monomorphic intra-crate enums. r=brsonPatrick Walton-38/+214
2012-10-30rustc: Instantiate trait refs for automatically-derived implementations. Shou...Patrick Walton-5/+18
2012-10-30core: fix breakage from recent merge.Graydon Hoare-1/+1
2012-10-30Merge pull request #3881 from vertexclique/incomingGraydon Hoare-34/+0
2012-10-30Remove trait of TimesIxMahmut Bulut-4/+0
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-24/+704
2012-10-29Merge pull request #3885 from pcwalton/masterPatrick Walton-2/+79
2012-10-29rustc: Implement typechecking for automatically-derived enumsPatrick Walton-2/+79
2012-10-29std: disable timsort crash-test on windows.Graydon Hoare-0/+1
2012-10-29Merge pull request #3871 from pcwalton/masterPatrick Walton-33/+266
2012-10-28Removing iter::TimesIxMahmut Bulut-30/+0
2012-10-27Make class-cast-to-trait compile (not sure why this worked before)Tim Chevalier-5/+5
2012-10-27Remove unnecessary suffixesTim Chevalier-1/+1
2012-10-27Remove un-needed comparisons, suppress warningsTim Chevalier-2/+2
2012-10-27rusti: Correct formattingZack Corr-28/+28
2012-10-27rusti: Add current working directory to search pathZack Corr-0/+1
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-0/+466
2012-10-26Partial fix for #2687---impl method must only be subtype of trait method, not...Niko Matsakis-14/+66
2012-10-26rustc: Translate monomorphic intra-crate automatically-derived methods that f...Patrick Walton-33/+266
2012-10-26libsyntax: Fix pretty printing of tuple structs. Attempt to put out fire. rs=...Patrick Walton-26/+51
2012-10-25std: Fix build errors in sortBrian Anderson-4/+4
2012-10-25Fix long lineTim Chevalier-1/+2
2012-10-25Rename core::uniq to core::ownedTim Chevalier-1/+1
2012-10-25libsyntax: Don't write a ctor ID for struct-like enum variants. rs=rustbotPatrick Walton-1/+1
2012-10-25Merge remote-tracking branch '14427/incoming'Brian Anderson-34/+861
2012-10-25rustc: Translate and check exhaustiveness of struct-like enum variant pattern...Patrick Walton-20/+150
2012-10-25Merge pull request #3858 from pcwalton/struct-like-typeckPatrick Walton-77/+197
2012-10-25Make error message for non-copyable args less misleadingTim Chevalier-1/+3
2012-10-25rustc: Typecheck, privacy check, and borrow check struct-like enum variantsPatrick Walton-77/+197
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-48/+192
2012-10-25libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=mePatrick Walton-7/+7
2012-10-25Remove some unused MergeState code, add a Fixme and remove a workaround invol...Simon BD-8/+5
2012-10-24Merge remote-tracking branch 'brson/futures'Brian Anderson-122/+66
2012-10-24Long linesBrian Anderson-6/+6