| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1945/+122 |
| 2014-05-07 | core: Inherit necessary unicode functionality | Alex Crichton | -4991/+1 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -1554/+53 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -1506/+77 |
| 2014-05-07 | core: Inherit what's possible from the num module | Alex Crichton | -849/+15 |
| 2014-05-07 | core: Inhert ~/@/& cmp traits, remove old modules | Alex Crichton | -150/+1 |
| 2014-05-07 | core: Inherit the cmp module | Alex Crichton | -299/+12 |
| 2014-05-07 | core: Inherit the iter module | Alex Crichton | -3091/+15 |
| 2014-05-07 | core: Inherit the option module | Alex Crichton | -883/+10 |
| 2014-05-07 | core: Inherit the bool module | Alex Crichton | -305/+36 |
| 2014-05-07 | core: Inherit the tuple module | Alex Crichton | -351/+31 |
| 2014-05-07 | core: Inherit the clone module | Alex Crichton | -172/+1 |
| 2014-05-07 | core: Inherit the unit module | Alex Crichton | -53/+6 |
| 2014-05-07 | core: Inherit the default module | Alex Crichton | -27/+1 |
| 2014-05-07 | core: Inherit the raw module | Alex Crichton | -115/+1 |
| 2014-05-07 | core: Inherit the any module | Alex Crichton | -324/+9 |
| 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 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -1/+63 |
| 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 |