| Age | Commit message (Expand) | Author | Lines |
| 2013-05-09 | auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger | bors | -3/+3 |
| 2013-05-09 | remove vecs_implicitly_copyable from libstd/libcore | Daniel Micay | -3/+3 |
| 2013-05-09 | libstd: rename vec::each(var) to var.each | Youngmin Yoo | -3/+3 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -2/+2 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -1/+1 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -116/+114 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -11/+11 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -3/+3 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -7/+7 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -2/+2 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -11/+11 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -2/+2 |
| 2013-02-27 | Fix: now sha1 result_str() return correct value | Jihyun Yu | -1/+21 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -34/+34 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | std: Stamp out structural records | Tim Chevalier | -2/+2 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -4/+1 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -40/+60 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -82/+84 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -3/+3 |
| 2013-01-02 | remove apparently-superfluous extra parens from types | Tim Chevalier | -2/+2 |
| 2013-01-02 | std: Constify the bytes sent to Sha1::input | Peter Williams | -4/+4 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+4 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 |
| 2012-09-27 | De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. | Graydon Hoare | -2/+1 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+4 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+5 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -7/+5 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -5/+7 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -1/+1 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -1/+1 |
| 2012-08-29 | Camel case more std types | Brian Anderson | -12/+12 |
| 2012-08-25 | Remove deprecated modes from SHA1 and MD4 in libstd | Kevin Cantu | -33/+39 |
| 2012-08-23 | More complete fix to #3162 (borrowck bug related to access to rec fields) | Niko Matsakis | -1/+2 |
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -1/+1 |
| 2012-08-08 | Remove obsolete FIXMEs, close #2345. | Graydon Hoare | -4/+0 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -6/+6 |