| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit the finally module | Alex Crichton | -160/+2 |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -846/+1 |
| 2014-05-07 | core: Inherit the container module | Alex Crichton | -109/+1 |
| 2014-05-07 | core: Inherit the ty module | Alex Crichton | -73/+1 |
| 2014-05-07 | core: Inherit the ops module | Alex Crichton | -575/+1 |
| 2014-05-07 | core: Inherit the kinds module | Alex Crichton | -282/+2 |
| 2014-05-07 | core: Inherit the cast module | Alex Crichton | -150/+1 |
| 2014-05-07 | core: Inherit the ptr module | Alex Crichton | -773/+2 |
| 2014-05-07 | core: Inherit the mem module | Alex Crichton | -462/+1 |
| 2014-05-07 | core: Inherit the intrinsics module | Alex Crichton | -488/+18 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -291/+356 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -8/+8 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -291/+356 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -61/+87 |
| 2014-05-05 | auto merge of #13934 : huonw/rust/transmute-mut, r=alexcrichton | bors | -39/+64 |
| 2014-05-05 | auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichton | bors | -0/+6 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -36/+41 |
| 2014-05-05 | Add (unsafe) coercion from bits to std::bitflags | Aaron Turon | -0/+6 |
| 2014-05-05 | Allow attributes in std::bitflags::bitflags! | Aaron Turon | -25/+40 |
| 2014-05-05 | log: Logger receiveis a LogRecord | Sean McArthur | -0/+6 |
| 2014-05-05 | std::comm: use Unsafe to avoid U.B. & -> &mut transmutes. | Huon Wilson | -34/+49 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -17/+27 |
| 2014-05-04 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -0/+20 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -8/+8 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -360/+361 |
| 2014-05-03 | auto merge of #13904 : pcwalton/rust/box, r=alexcrichton | bors | -0/+8 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -360/+361 |
| 2014-05-02 | librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885. | Patrick Walton | -0/+8 |
| 2014-05-02 | auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichton | bors | -0/+10 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+10 |
| 2014-05-01 | auto merge of #13789 : sfackler/rust/debug-assert, r=pcwalton | bors | -16/+59 |
| 2014-05-01 | auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton | bors | -2/+2 |
| 2014-05-01 | Remove useless assert! case | Steven Fackler | -5/+0 |
| 2014-05-01 | Add debug_assert and debug_assert_eq macros | Steven Fackler | -11/+59 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -2/+2 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -17/+17 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -17/+17 |
| 2014-04-30 | auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton | bors | -162/+155 |
| 2014-04-30 | auto merge of #13864 : adrientetar/rust/fix-it-some-more, r=alexcrichton | bors | -1/+1 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -0/+20 |
| 2014-04-30 | auto merge of #13072 : bjz/rust/bitset, r=alexcrichton | bors | -0/+260 |
| 2014-04-30 | Update for language changes | Brendan Zabarauskas | -1/+1 |
| 2014-04-30 | Move bitflags module to libstd | Brendan Zabarauskas | -0/+260 |
| 2014-04-30 | rustdoc: fix overly broad selectors | Adrien Tétar | -1/+1 |
| 2014-04-29 | auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brson | bors | -2/+19 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -2/+19 |
| 2014-04-29 | auto merge of #13772 : brson/rust/cratedocs, r=alexcrichton | bors | -36/+106 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -78/+91 |