summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-29Merge pull request #4676 from thestinger/fuzzyTim Chevalier-3/+3
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-569/+502
2013-01-29fix FuzzyEqDaniel Micay-3/+3
2013-01-29Fix licenseck to allow 2012-2013 as the year rangeTim Chevalier-3/+14
2013-01-29testsuite: Xfail file that I added by mistakeTim Chevalier-0/+1
2013-01-29Merge pull request #4664 from thestinger/fuzzyTim Chevalier-12/+30
2013-01-29implement fuzzy_eq with fuzzy_eq_epsDaniel Micay-4/+4
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-252/+230
2013-01-29libcore: De-export libcore. rs=deexportingPatrick Walton-90/+73
2013-01-29libsyntax: Implement the `impl Trait for Type` syntaxPatrick Walton-6/+49
2013-01-29Long lineTim Chevalier-2/+32
2013-01-29Merge pull request #4668 from ILyoan/i2673Tim Chevalier-9/+19
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-199/+956
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-107/+424
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-837/+704
2013-01-29Fix the len() method on LinearMap during poppingAlex Crichton-1/+4
2013-01-29fix #2673: avoid visiting the same crate twiceILyoan-9/+19
2013-01-28testsuite: De-record most bench testsTim Chevalier-62/+78
2013-01-28testsuite: De-record pretty testsTim Chevalier-4/+12
2013-01-28testsuite: Remove structural records from remaining compile-fail testsTim Chevalier-15/+14
2013-01-28rustc: Check struct field types when heap memory lint checks are enabledTim Chevalier-0/+12
2013-01-28syntax: Don't add an extra space before the last comma...Tim Chevalier-1/+0
2013-01-28testsuite: Allow structural records in two tests that use pipesTim Chevalier-0/+6
2013-01-28testsuite: Add #[allow(structural_records)] to pipes testsTim Chevalier-0/+11
2013-01-28compiletest: Allow legacy recordsTim Chevalier-100/+103
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+10
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-1/+10
2013-01-28rustc: In lint, forbid structural records unless legacy_records is onTim Chevalier-16/+18
2013-01-28rustc: Add legacy_records field to the type contextTim Chevalier-1/+8
2013-01-28Revert readline optimization and add testBrian Anderson-3/+11
2013-01-28add a FuzzyEq method that accepts an epsilon valueDaniel Micay-1/+20
2013-01-28Revert "Revert "Merge pull request #4633 from thestinger/treemap""Tim Chevalier-19/+10
2013-01-28update FuzzyEq to explicit selfDaniel Micay-11/+10
2013-01-28fix std::cmp docstringDaniel Micay-1/+1
2013-01-28TidyBrian Anderson-6/+9
2013-01-28Slightly optimize read_line()Michael Neumann-3/+3
2013-01-28Greatly improve performance for TcpSocketBuf.readMichael Neumann-35/+77
2013-01-28Convert log(debug, ...) to debug!(...)Michael Neumann-69/+62
2013-01-28Fix example codeMichael Neumann-4/+4
2013-01-28Merge remote-tracking branch 'thestinger/hashmap' into derivingBrian Anderson-51/+45
2013-01-28Merge remote-tracking branch 'codeblack08/treemap-ord' into derivingBrian Anderson-4/+82
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-51/+45
2013-01-28Change "// WARN" in tidy to "// NOTE" as requested by @catamorphismNiko Matsakis-2/+2
2013-01-28Address @catamorphism's comments regarding docsNiko Matsakis-30/+50
2013-01-28loan: Track whether or not the current path owns the data beingNiko Matsakis-56/+128
2013-01-28remove unused variableNiko Matsakis-1/+1
2013-01-28remove hacks now that #3148 is fixedNiko Matsakis-45/+8
2013-01-28Rewrite the coercion code to be more readable, more sound, and to reborrow whenNiko Matsakis-302/+643
2013-01-28rename assign to coerce, remove some bad copiesNiko Matsakis-84/+78
2013-01-28Refactor to make inference code around unification more readableNiko Matsakis-283/+335