| Age | Commit message (Expand) | Author | Lines |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -3/+3 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -3/+3 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -4/+4 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -4/+4 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -4/+4 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -27/+27 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -2/+2 |
| 2013-03-16 | auto merge of #5374 : z0w0/rust/rustdoc-explicit-self, r=z0w0 | bors | -9/+12 |
| 2013-03-17 | rustdoc: Fix method printing tests | Zack Corr | -8/+8 |
| 2013-03-16 | rustdoc: Show all impls of traits. #5406 | Brian Anderson | -1/+23 |
| 2013-03-14 | rustdoc: Filter out private definitions. Closes #3538 | Zack Corr | -2/+1 |
| 2013-03-14 | rustdoc: Document explicit self in methods. Closes #5254 | Zack Corr | -1/+4 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -2/+2 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -2/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -0/+1 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -9/+18 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -245/+245 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -45/+2 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-05 | rustc: minor code cleanup | Erick Tryzelaar | -6/+6 |
| 2013-03-05 | core: convert vec::{tail,tailn} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | core: convert vec::{head,head_opt} to return references | Erick Tryzelaar | -14/+14 |
| 2013-03-05 | rustdoc: change paragraphs fn to take &str | Erick Tryzelaar | -2/+2 |
| 2013-03-05 | rustdoc: Remove a unused variable warning | Erick Tryzelaar | -1/+1 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -5/+25 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -81/+0 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -35/+25 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -33/+33 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+2 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-03-01 | Merge remote branch 'sevrak/issue-5164' into incoming | Patrick Walton | -2/+2 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -3/+3 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -3/+3 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+4 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -8/+8 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -2/+2 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -1/+4 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -5/+5 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -5/+5 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -1/+1 |
| 2013-02-26 | Remove space from the middle of path | John Clements | -1/+1 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -4/+4 |
| 2013-02-22 | librustpkg: De-mut librustdoc and librustpkg. rs=demuting | Patrick Walton | -4/+4 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -8/+8 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -5/+5 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -2/+3 |