| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit the finally module | Alex Crichton | -1/+9 |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -3/+16 |
| 2014-05-07 | core: Inherit the container module | Alex Crichton | -1/+2 |
| 2014-05-07 | core: Inherit the ty module | Alex Crichton | -2/+2 |
| 2014-05-07 | core: Inherit the ops module | Alex Crichton | -1/+2 |
| 2014-05-07 | core: Inherit the kinds module | Alex Crichton | -1/+6 |
| 2014-05-07 | core: Inherit the cast module | Alex Crichton | -1/+2 |
| 2014-05-07 | core: Inherit the ptr module | Alex Crichton | -45/+11 |
| 2014-05-07 | core: Inherit the mem module | Alex Crichton | -4/+2 |
| 2014-05-07 | core: Inherit the intrinsics module | Alex Crichton | -4/+25 |
| 2014-05-07 | mk: Add libcore | Alex Crichton | -0/+22 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -1892/+2247 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -5762/+327 |
| 2014-05-07 | auto merge of #13836 : jbcrail/rust/add-bitv-doc, r=alexcrichton | bors | -1/+43 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1892/+2247 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-06 | Add documentation for Bitv. | Joseph Crail | -1/+43 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -150/+543 |
| 2014-05-06 | auto merge of #13982 : alexcrichton/rust/more-logging, r=nikomatsakis | bors | -5/+49 |
| 2014-05-06 | log: Use writeln!() instead of write!() | Alex Crichton | -5/+49 |
| 2014-05-06 | auto merge of #13960 : brandonw/rust/master, r=alexcrichton | bors | -8/+10 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -69/+101 |
| 2014-05-06 | auto merge of #13822 : EdorianDark/rust/master, r=cmr | bors | -98/+115 |
| 2014-05-06 | Update multiple file use statement example | Brandon Waskiewicz | -8/+10 |
| 2014-05-05 | auto merge of #13939 : richo/rust/docs/composability, r=thestinger | bors | -1/+1 |
| 2014-05-05 | auto merge of #13925 : kballard/rust/vim_indent_bracket_fix, r=thestinger | bors | -3/+19 |
| 2014-05-05 | auto merge of #13946 : pnkfelix/rust/fsk-cleanup-proc-comment-in-guide-tasks,... | bors | -3/+4 |
| 2014-05-05 | auto merge of #13940 : edwardw/rust/refutable-match, r=pcwalton | bors | -105/+162 |
| 2014-05-05 | auto merge of #13934 : huonw/rust/transmute-mut, r=alexcrichton | bors | -46/+74 |
| 2014-05-05 | auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichton | bors | -16/+92 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -44/+55 |
| 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 | auto merge of #13782 : alexcrichton/rust/issue-13775, r=pcwalton | bors | -1/+16 |
| 2014-05-05 | auto merge of #13907 : iliekturtles/rust/tutorial, r=alexcrichton | bors | -15/+19 |
| 2014-05-05 | log: Logger receiveis a LogRecord | Sean McArthur | -16/+92 |
| 2014-05-05 | auto merge of #13271 : stepancheg/rust/align, r=pcwalton | bors | -12/+104 |
| 2014-05-05 | auto merge of #13935 : thestinger/rust/noalias, r=pcwalton | bors | -11/+11 |
| 2014-05-05 | doc: Corrected example in 17.8 Deriving implementations for traits | Mike Boutin | -1/+8 |
| 2014-05-05 | doc: Minor example formatting in 11 References | Mike Boutin | -1/+1 |
| 2014-05-05 | doc: Clarified 4.2 Pattern matching | Mike Boutin | -13/+10 |
| 2014-05-05 | auto merge of #13749 : pnkfelix/rust/add-libgraphviz-crate, r=alexcrichton | bors | -0/+887 |
| 2014-05-05 | Placate rustdocs testable-by-default code blocks. | Felix S. Klock II | -1/+1 |
| 2014-05-05 | Adjust codegen logic for range and guarded arms | Edward Wang | -39/+154 |
| 2014-05-05 | Reverse #13034 | Edward Wang | -66/+8 |
| 2014-05-05 | Cleanup proc comment in guide-tasks.md. | Felix S. Klock II | -3/+4 |
| 2014-05-05 | auto merge of #13942 : JamesLaverack/rust/master, r=luqmana | bors | -1/+1 |
| 2014-05-05 | auto merge of #13936 : Armavica/rust/lint_check-range, r=kballard | bors | -8/+18 |
| 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 | -24/+37 |