| Age | Commit message (Expand) | Author | Lines |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -2/+2 |
| 2014-08-05 | Allow generic foreign functions. | Russell | -1/+2 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -4/+4 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -681/+676 |
| 2014-07-31 | Byte literals! | Simon Sapin | -6/+1 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -2/+8 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -2/+2 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -673/+673 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -34/+35 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -2/+8 |
| 2014-07-28 | rustc: encode is_sugared_doc on ast::Attribute | Corey Richardson | -1/+7 |
| 2014-07-28 | rustdoc: show struct field docs when inlined | Corey Richardson | -0/+51 |
| 2014-07-24 | rustc: Compare paths with --extern, not bytes | Alex Crichton | -3/+6 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -2/+2 |
| 2014-07-21 | repair macro docs | John Clements | -2/+2 |
| 2014-07-18 | librustc: Only emit constructor functions as necessary. | Luqman Aden | -9/+3 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -9/+73 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -4/+4 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -2/+2 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -4/+4 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -24/+35 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -2/+3 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -3/+2 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -2/+3 |
| 2014-07-14 | rustc: Move ArchiveRO to rustc_llvm | Brian Anderson | -1/+2 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -2/+2 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -28/+16 |
| 2014-07-11 | auto merge of #15586 : aturon/rust/stability-dashboard, r=alexcrichton | bors | -0/+4 |
| 2014-07-11 | use side table to store exported macros | John Clements | -28/+16 |
| 2014-07-10 | Bug fixes for stability tracking | Aaron Turon | -0/+4 |
| 2014-07-10 | rustc: Forbid plugin_registrar in only rlib form | Alex Crichton | -1/+9 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -1/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -7/+8 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -29/+29 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -29/+29 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -34/+1 |
| 2014-07-07 | Strip empty strings from link args | Steven Fackler | -1/+1 |
| 2014-07-05 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-07-05 | rustc: Add a flag for specifying dependencies | Alex Crichton | -8/+308 |
| 2014-07-05 | rustc: Modify crate loading to ignore versions | Alex Crichton | -87/+34 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -106/+76 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -4/+4 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -3/+3 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -7/+11 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -6/+7 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -6/+7 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -2/+2 |