| Age | Commit message (Expand) | Author | Lines |
| 2013-02-27 | auto merge of #5145 : Kimundi/rust/incoming, r=catamorphism | bors | -0/+43 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -19/+19 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -51/+10 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -8/+8 |
| 2013-02-27 | Added ToStr implementations for &[T] and @[T] | Marvin Löbel | -0/+43 |
| 2013-02-26 | auto merge of #5135 : brson/rust/start, r=pcwalton | bors | -1/+16 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -29/+33 |
| 2013-02-26 | Add a 'start' lang item and use it instead of rust_start | Brian Anderson | -1/+16 |
| 2013-02-26 | Move levenshtein distance fn to core::str. | Luqman Aden | -0/+34 |
| 2013-02-26 | auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphism | bors | -11/+145 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -10/+0 |
| 2013-02-26 | Hoist macro defs out of inner function | John Clements | -29/+33 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+0 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -48/+142 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -0/+1 |
| 2013-02-26 | Add current year in the copyright header | Olivier Saut | -1/+1 |
| 2013-02-26 | Various typos corrected | Olivier Saut | -8/+8 |
| 2013-02-23 | libcore: remove default to_str implementations for pointer types | Peter Williams | -21/+5 |
| 2013-02-22 | auto merge of #5078 : bblum/rust/incoming, r=brson | bors | -2/+3 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -370/+447 |
| 2013-02-21 | Put unique allocs in managed heap when they might contain managed boxes. | Graydon Hoare | -27/+101 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -370/+447 |
| 2013-02-21 | auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism | bors | -1/+4 |
| 2013-02-21 | Fix private::exclusive_unwrap_conflict test. Fixes #4689. | Ben Blum | -2/+3 |
| 2013-02-21 | auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton | bors | -2/+2 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+2 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -1/+4 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -227/+227 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -227/+227 |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too lon... | Matthijs 'Thiez' Hofstra | -40/+42 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -89/+168 |
| 2013-02-19 | auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon | bors | -0/+4 |
| 2013-02-19 | rt: fix memory-unsafe random seed logic, r=valgrindclean | Graydon Hoare | -17/+27 |
| 2013-02-18 | core: Fix BSD breakage, I hope | Tim Chevalier | -0/+1 |
| 2013-02-19 | Added is_restricted() to path | Armin Ronacher | -0/+26 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -0/+4 |
| 2013-02-19 | Improved windows path handling support | Armin Ronacher | -18/+100 |
| 2013-02-18 | Refactored make_absolute into functionality on the Path | Armin Ronacher | -6/+32 |
| 2013-02-17 | vec: grow_fn doesn't require Copy | Daniel Micay | -6/+6 |
| 2013-02-15 | rustpkg: Massage for landing. | Graydon Hoare | -1/+29 |
| 2013-02-15 | Move semver to std and finish rustpkg | Zack Corr | -2/+0 |
| 2013-02-15 | Correct Zack Corr's email in AUTHORS.txt | Zack Corr | -283/+0 |
| 2013-02-15 | Add cmp::Ord implementation for semver::Version | Zack Corr | -0/+56 |
| 2013-02-15 | rustpkg: Add package script parsing | Zack Corr | -0/+228 |
| 2013-02-15 | auto merge of #4957 : Kimundi/rust/incoming, r=catamorphism | bors | -691/+732 |
| 2013-02-15 | attempt to fix BSD breakage | Graydon Hoare | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -21/+21 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -72/+69 |
| 2013-02-15 | auto merge of #4964 : luqmana/rust/demove, r=graydon | bors | -362/+358 |
| 2013-02-15 | auto merge of #4959 : thestinger/rust/map, r=graydon | bors | -8/+27 |