summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-14rustdoc: Fix breakageBrian Anderson-3/+3
2012-08-14Fix more fallout in rustdoc.Graydon Hoare-2/+2
2012-08-14libsyntax: Parse "extern mod foo;"Patrick Walton-37/+107
2012-08-14Merge pull request #3194 from dbp/prettyBrian Anderson-2/+15
2012-08-14Dodge 'use' keyword in testsuite. Was burning tree.Graydon Hoare-2/+2
2012-08-14De-mode more pieces of core.Graydon Hoare-33/+61
2012-08-14Silence unused-variable warning.Graydon Hoare-1/+1
2012-08-14update readme with package.el installation stepsMax Penet-8/+19
2012-08-14Add author to meta-dataMax Penet-1/+2
2012-08-14update readmeMax Penet-1/+50
2012-08-14libsyntax: Give a nice error message when view items are used anywhere other ...Patrick Walton-0/+34
2012-08-14libsyntax: First steps toward parsing "extern mod std;"Patrick Walton-22/+37
2012-08-14Fix check-fast breakageBrian Anderson-2/+0
2012-08-14Add xfail'd test for a default method containing 'self'.Lindsey Kuper-0/+21
2012-08-14Compile default methods; un-xfail default methods test (cc: #2794).Lindsey Kuper-20/+25
2012-08-14syntax: fixing pretty printing of brackets in match armsDaniel Patterson-2/+15
2012-08-14More attempts at fixing .. breakage.Graydon Hoare-2/+1
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-6/+6
2012-08-14fix fallout from future de-mode-ing.Graydon Hoare-7/+7
2012-08-14Try to fix pretty-test breakage harder.Graydon Hoare-1/+1
2012-08-14Try to fix pretty-test breakage.Graydon Hoare-1/+1
2012-08-13libsyntax: Implement [int*3] syntax for fixed length vector typesPatrick Walton-1/+34
2012-08-13De-mode core::future.Graydon Hoare-21/+25
2012-08-13More core mode forbidding.Graydon Hoare-6/+18
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-169/+187
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-105/+3
2012-08-13Change borrowck error 'the the block' -> 'the block'Ben Blum-3/+3
2012-08-13xfail-pretty run-pass/pipe-select-macroBrian Anderson-0/+1
2012-08-13test: Make issue-2590 conform to the spirit of the test betterPatrick Walton-3/+1
2012-08-13test: Make issue-2590 test for implicit copies instead of moves.Patrick Walton-1/+3
2012-08-13libsyntax: Allow "use" to be used in place of "import"Patrick Walton-3/+15
2012-08-13In typeck::collect::ensure_trait_methods, don't assume the trait was already ...Tim Chevalier-8/+56
2012-08-13libsyntax: Accept "1..3" as the preferred form of "1 to 3" in patternsPatrick Walton-10/+11
2012-08-13test: Fix type error message in an effort to unbreak the buildPatrick Walton-1/+1
2012-08-13libsyntax: Refactor item parsing so that items and view items are parsed in t...Patrick Walton-30/+113
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-36/+69
2012-08-13Enable condvars on ARCsBen Blum-24/+104
2012-08-13Add pipes::oneshot() to wrap pipes::oneshot::init()Ben Blum-1/+1
2012-08-13Add pipes::oneshot(), pipes::send_one(), pipes::try_send_one() wrappers.Ben Blum-5/+25
2012-08-13Got the select macro working.Eric Holk-36/+38
2012-08-13Comments describing the packet structures for pipes.Eric Holk-16/+30
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-14/+14
2012-08-13rustc: Make functional record and struct update use ".." instead of "with".Patrick Walton-7/+21
2012-08-13xfail-fast run-pass/trait-to-strBrian Anderson-0/+2
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-149/+364
2012-08-13rustc: Enum idents are not in the value namespace. Closes #3186Brian Anderson-2/+9
2012-08-13core: Export to_str trait from top level. Closes #3175Brian Anderson-0/+8
2012-08-13Add more rwlock testsBen Blum-16/+92
2012-08-13Implement rwlock.downgrade and testsBen Blum-36/+202
2012-08-13Add ptr::ref_eq()Ben Blum-2/+8