about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-300/+276
2013-04-29Revert "libcore: remove unnecessary deref"Tim Chevalier-1/+1
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-258/+380
2013-04-29core: Replace uses of 'drop' in task module with 'finally'. #5379Brian Anderson-56/+21
2013-04-29auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphismbors-31/+20
2013-04-29Revert "Merge Exponential and Hyperbolic traits"Brendan Zabarauskas-5/+11
2013-04-29Merge Exponential and Hyperbolic traitsBrendan Zabarauskas-11/+5
2013-04-29tutorial: Fix 'self' to 'Self'ILYONG CHO-0/+0
2013-04-29tutorial: Fix 'self' to 'Self'ILYONG CHO-5/+4
2013-04-29auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclementsbors-545/+889
2013-04-29Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ...Brendan Zabarauskas-7/+69
2013-04-28add test case for enum disambiguationJohn Clements-0/+16
2013-04-28fix typo in librstpkg tests, allowed by old parserJohn Clements-1/+1
2013-04-29Implement Fractional for RatioBrendan Zabarauskas-0/+18
2013-04-29Move appropriate functions out of Real and into separate Algebraic, Trigonome...Brendan Zabarauskas-251/+293
2013-04-29libstd: modify wrong shift width.gifnksm-1/+2
2013-04-29libstd: remove implicit copying of BigInt/BigUintgifnksm-20/+37
2013-04-28core: Use a better termination condition in os::mkdir_recursiveTim Chevalier-22/+79
2013-04-28core: Document core::path::GenericPath's trait methodsTim Chevalier-0/+40
2013-04-29Adds '--print-link-args' that outputs linker arguments that would be usedJames Miller-80/+114
2013-04-28auto merge of #6056 : thestinger/rust/iter, r=catamorphismbors-518/+626
2013-04-28make way for a new iter moduleDaniel Micay-518/+626
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-79/+164
2013-04-29Add `--linker` option to pass flags to the linkerJames Miller-53/+70
2013-04-28auto merge of #5646 : Aatch/rust/unwind-fix, r=brsonbors-41/+7
2013-04-28auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydonbors-144/+383
2013-04-28Updated spawn / loop thread to work with current syntaxDan Luu-9/+8
2013-04-28Remove test for any type -> match type, which doesn't seem to exist anymoreDan Luu-14/+0
2013-04-28Update old xfailing spawn/bind/join testDan Luu-8/+12
2013-04-28parser commentsJohn Clements-12/+82
2013-04-28s/one_tuple/trailing_comma (more accurate name)John Clements-3/+3
2013-04-28removed unneeded argument to parse_recordJohn Clements-4/+5
2013-04-28s/parse_purity/parse_unsafetyJohn Clements-3/+4
2013-04-28remove 3-line used-once functionJohn Clements-8/+4
2013-04-28rename parse_instance_var to parse_name_and_tyJohn Clements-3/+3
2013-04-28remove obsolete semicolon from list of suggestionsJohn Clements-1/+1
2013-04-28rename parse_single_class_item as wellJohn Clements-5/+6
2013-04-28rename parse_class_item to parse_struct_decl_fieldJohn Clements-3/+4
2013-04-28needs_comma was always trueJohn Clements-3/+2
2013-04-28fix for parsing x() as identifier patternJohn Clements-17/+14
2013-04-28hard to read the implied double negativeJohn Clements-4/+4
2013-04-28remove unused functions, fix tiny lexing bugJohn Clements-10/+1
2013-04-28remove unused flag to parse_local fnJohn Clements-5/+4
2013-04-28remove unused RESTRICT_NO_CALL_EXPRS restrictionJohn Clements-7/+2
2013-04-28undo abstraction over whether to parse attrs in a blockJohn Clements-32/+19
2013-04-28refactoring to split foreign_items from itemsJohn Clements-164/+169
2013-04-28parser commentsJohn Clements-6/+20
2013-04-28get rid of prec.rsJohn Clements-58/+34
2013-04-28reindent in parserJohn Clements-4/+4
2013-04-28remove unnecessary functionJohn Clements-7/+1