summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-12Rename core::rt_fail to core::rt_fail_Brian Anderson-1/+7
2012-09-12Make moves in arguments explicit in libsyntax and rustcTim Chevalier-26/+27
2012-09-12Use a different strategy for transitioning to camel case extfmtBrian Anderson-6/+3
2012-09-12update to store map on stack, taking advantage of auto-refNiko Matsakis-7/+7
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1518/+2008
2012-09-11Make the 'move mode but datum will not store' error fatalTim Chevalier-1/+1
2012-09-11Remove dead codeTim Chevalier-1/+0
2012-09-11Make moves explicit in argumentsTim Chevalier-109/+113
2012-09-11Convert core::extfmt to camel caseBrian Anderson-148/+341
2012-09-11rustdoc: Fix formatting of -hBrian Anderson-1/+1
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-19/+18
2012-09-11Reserve 'be' as a keywordBrian Anderson-0/+41
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-316/+308
2012-09-11Promote 'pub' and 'priv' from restricted to strict keywordsBrian Anderson-7/+6
2012-09-11Merge pull request #3440 from jld/vec-dedupBrian Anderson-0/+81
2012-09-11Improve unexpected error scanner for compile-fail tests (Closes #1476)Drew Willcoxon-3/+81
2012-09-11Fix combine-tests.py for new syntaxBrian Anderson-4/+4
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-186/+185
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-102/+64
2012-09-11Make moves explicit in rustcTim Chevalier-23/+23
2012-09-11rustc: Remove a bunch of unused upcallsPatrick Walton-17/+2
2012-09-11rustc: Remove the cmp type upcallPatrick Walton-34/+0
2012-09-10Fix ebml testsBrian Anderson-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-235/+195
2012-09-10Camel case std::serializationBrian Anderson-63/+66
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-39/+42
2012-09-10Report obsolete trait lists on structsBrian Anderson-4/+19
2012-09-10Make remaining moves explicit in libstdTim Chevalier-68/+68
2012-09-10Report obsolete class method syntaxBrian Anderson-20/+43
2012-09-10Promote 'return' from a restricted keyword to a strict keywordBrian Anderson-19/+1
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-10/+47
2012-09-10Convert std::map to camel caseBrian Anderson-384/+383
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-23/+31
2012-09-10fix a implicitly copyable warningNiko Matsakis-1/+1
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-54/+54
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-195/+398
2012-09-10rustc: Trim down and rename trans_compare. Now only eq shape glue remains.Patrick Walton-26/+9
2012-09-10Fix broken testsBrian Anderson-3/+5
2012-09-10rustc: Make range literals use compare_scalar_types instead of trans_comparePatrick Walton-32/+6
2012-09-10Capitalize Copy trait in testTim Chevalier-1/+1
2012-09-10Make moves explicit in pipes and pipe compilerTim Chevalier-62/+62
2012-09-10rustc: Long linesPatrick Walton-3/+7
2012-09-10rustc: Move trans_compare into alt.rsPatrick Walton-0/+29
2012-09-10Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...Brian J. Burg-0/+23
2012-09-10Make moves explicit in task; also make option::unwrap take its argument by moveTim Chevalier-55/+58
2012-09-10Combine the vtable_origins from impl + method.Niko Matsakis-84/+298
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-82/+322
2012-09-10Uppercase Send bound and make test for #2834 workTim Chevalier-1/+1
2012-09-10Make more moves explicit in libcoreTim Chevalier-77/+77
2012-09-10Promote most restricted keywords to strict keywordsBrian Anderson-24/+31