| Age | Commit message (Expand) | Author | Lines |
| 2012-11-30 | libs: Remove transitionary material on iter_bytes, add workcache to build. | Graydon Hoare | -335/+0 |
| 2012-11-30 | core: Add docs about kind traits | Brian Anderson | -5/+36 |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -221/+215 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -12/+22 |
| 2012-11-29 | core: Add impls of Eq and Ord for f32, f64 | Brian Anderson | -0/+24 |
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ... | Patrick Walton | -1/+1 |
| 2012-11-29 | No longer parse the delimiters of the RHS of a macro as part of the expansion. | Paul Stansifer | -4/+4 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -50/+51 |
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -1305/+1302 |
| 2012-11-28 | core: Remove old template files | Brian Anderson | -588/+306 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -893/+457 |
| 2012-11-28 | Register snapshots | Brian Anderson | -1164/+123 |
| 2012-11-28 | librustc: Add explicit self to IterBytes. r=nmatsakis | Patrick Walton | -12/+350 |
| 2012-11-28 | libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brson | Patrick Walton | -3/+6 |
| 2012-11-28 | libcore/to_bytes.rs: add IterBytes impls for pairs and triples. r=pcwalton | Michael Arntzenius | -0/+19 |
| 2012-11-28 | libcore/to_bytes.rs: add IterBytes impls for pairs and triples | Michael Arntzenius | -0/+19 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -2/+19 |
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. r=b... | Patrick Walton | -10/+10 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+605 |
| 2012-11-26 | Ignore two failure tests on windows | Brian Anderson | -0/+2 |
| 2012-11-26 | Add insert and remove methods to vecs - as proposed in issue #4028. | Gareth Daniel Smith | -0/+86 |
| 2012-11-25 | Ignore a should_fail test on windows | Brian Anderson | -0/+1 |
| 2012-11-24 | [libs] Remove unread_byte method from core::io::Reader | Tim Chevalier | -7/+0 |
| 2012-11-24 | Merge pull request #4026 from eholk/float-perf | Tim Chevalier | -0/+8 |
| 2012-11-24 | Fix a bug where read(buf, len) would fail if buf was big enough and succeed i... | Gareth Daniel Smith | -1/+24 |
| 2012-11-23 | Inline numeric operations for floats. | Eric Holk | -0/+8 |
| 2012-11-21 | libcore: fix build breakage on win32 stat. | Graydon Hoare | -3/+21 |
| 2012-11-20 | libcore: Add stat methods to paths | Erick Tryzelaar | -1/+265 |
| 2012-11-20 | libcore: add stat functions to libc | Erick Tryzelaar | -4/+176 |
| 2012-11-20 | libcore: Clean up the path tests | Erick Tryzelaar | -127/+121 |
| 2012-11-20 | Add PosixPath and WindowsPath constructor fns | Erick Tryzelaar | -10/+18 |
| 2012-11-20 | libcore: minor os.rs cleanup | Erick Tryzelaar | -1/+1 |
| 2012-11-20 | libcore: Fix a typo | Erick Tryzelaar | -1/+1 |
| 2012-11-20 | Remove parentheses from closure argument types | Erick Tryzelaar | -19/+19 |
| 2012-11-19 | Merge pull request #4001 from jesse99/features/docs | Graydon Hoare | -1/+46 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+744 |
| 2012-11-18 | Fixed lint problems | Jesse Jones | -10/+16 |
| 2012-11-18 | Made from_str pure | Jesse Jones | -7/+13 |
| 2012-11-18 | Fixing warnings for long and blank lines | Jesse Jones | -1/+2 |
| 2012-11-18 | Made more stuff pure. | Jesse Jones | -6/+8 |
| 2012-11-18 | Made Result.get, get_ref, is_ok, is_err, and iter methods pure. | Jesse Jones | -6/+6 |
| 2012-11-18 | Made Map.contains_key, contains_key_ref, and get pure. | Jesse Jones | -1/+1 |
| 2012-11-18 | Documented fmt! expression syntax. | Jesse Jones | -1/+40 |
| 2012-11-15 | librustc: Fix cross-crate reexports. rs=blocking-servo | Patrick Walton | -9/+9 |
| 2012-11-15 | Un-ignore test_from_str and test_parse_buf | Tim Chevalier | -6/+0 |
| 2012-11-15 | rt: bump log levels up by one, fix tautological-compare error (and permit tur... | Graydon Hoare | -8/+8 |
| 2012-11-12 | Merge pull request #3954 from burg/result-chain | Brian Anderson | -5/+5 |
| 2012-11-12 | Fix Result::chain, Result::chain_err to not require Copy bounds. | Brian J. Burg | -5/+5 |
| 2012-11-08 | Whitespace | Brian Anderson | -1/+1 |