| Age | Commit message (Expand) | Author | Lines |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -3/+2 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -63/+63 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -1/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -63/+63 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -113/+132 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -2/+2 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -10/+10 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -59/+59 |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -1/+1 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -1/+1 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -51/+51 |
| 2013-07-27 | cleanup .chain and .chain_err + fixing other files | maikklein | -3/+3 |
| 2013-07-26 | Eliminate unused variable warnings. | Michael Sullivan | -2/+2 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -0/+3 |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -3/+34 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -0/+41 |
| 2013-07-24 | Allow uint discriminants and store them as such | Kevin Murphy | -6/+5 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -3/+34 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -6/+5 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -10/+10 |
| 2013-07-23 | Properly track and export information about vtables for impls in metadata. | Michael Sullivan | -0/+41 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -4/+3 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -2/+2 |
| 2013-07-22 | auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson | bors | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -32/+32 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -1/+1 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -71/+71 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -5/+7 |
| 2013-07-20 | auto merge of #7710 : michaelwoerister/rust/WP4, r=jdm | bors | -8/+13 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -71/+71 |
| 2013-07-19 | Cleanup of ty::VariantInfo and related functions. | Michael Woerister | -4/+4 |
| 2013-07-19 | debuginfo: Added support for struct-style enums. | Michael Woerister | -5/+10 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -5/+7 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -6/+31 |
| 2013-07-18 | Refactor a handful of stuff in the metadata encoder. | Michael Sullivan | -125/+87 |
| 2013-07-18 | Add provided method information to ty::Method. Get rid of ProvidedMethodSource. | Michael Sullivan | -16/+19 |
| 2013-07-18 | Get rid of resolve::MethodInfo. Closes #4946. | Michael Sullivan | -20/+15 |
| 2013-07-18 | Start of data structure cleanup for trait system. Get rid of CoherenceInfo, m... | Michael Sullivan | -1/+1 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -4/+0 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -42/+57 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -12/+17 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -12/+7 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -2/+2 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -12/+7 |
| 2013-07-10 | Add an identifier to TypeParameterDefs and use it to pretty print type parame... | Niko Matsakis | -1/+4 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+2 |
| 2013-07-08 | Miscellaneous fixes and cleanup | Niko Matsakis | -1/+3 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+2 |