| Age | Commit message (Expand) | Author | Lines |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -30/+88 |
| 2014-04-17 | Catch forward declarations in default type params at AST conversion. | Kevin Butler | -3/+19 |
| 2014-04-17 | Change error for out of scope type params to be more helpful. | Kevin Butler | -14/+17 |
| 2014-04-17 | Add span to error for missing type params on enums. | Kevin Butler | -13/+14 |
| 2014-04-17 | Tests for issue 5997 failure and success conditions. | Kevin Butler | -0/+65 |
| 2014-04-17 | Add #[deriving(Hash)] to Result. | Richard Diamond | -1/+1 |
| 2014-04-17 | auto merge of #13569 : alexcrichton/rust/ignore-bytecode, r=brson | bors | -1/+1 |
| 2014-04-17 | auto merge of #13567 : iancormac84/rust/libc_windows_guid_fix, r=alexcrichton | bors | -2/+2 |
| 2014-04-17 | auto merge of #13563 : lifthrasiir/rust/refman-dl, r=alexcrichton | bors | -72/+72 |
| 2014-04-17 | Regression test. | Felix S. Klock II | -0/+45 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |
| 2014-04-17 | Extended `syntax::{fold, ast_map}` to include lifetimes. | Felix S. Klock II | -33/+86 |
| 2014-04-17 | Guard variance inference for params bound in non-variance context. | Felix S. Klock II | -2/+8 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+95 |
| 2014-04-17 | auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson | bors | -7/+8 |
| 2014-04-17 | Simplify implementation of Bitv::{all,none} using iter builtins. | Yuri Kunde Schlesner | -8/+2 |
| 2014-04-17 | parallelisation of shootout-k-nucleotide | Guillaume Pinot | -19/+24 |
| 2014-04-17 | Give reduction-type tests in Bitv more natural names | Yuri Kunde Schlesner | -6/+57 |
| 2014-04-16 | auto merge of #13550 : brson/rust/man, r=alexcrichton | bors | -2/+5 |
| 2014-04-16 | auto merge of #13503 : edwardw/rust/lifetime-ice, r=nikomatsakis | bors | -30/+60 |
| 2014-04-16 | auto merge of #13499 : brson/rust/resultdocs, r=brson | bors | -5/+325 |
| 2014-04-16 | auto merge of #13485 : adrientetar/rust/newrustdoc, r=brson | bors | -84/+164 |
| 2014-04-16 | rustc: Fix omission of bytecode in staticlibs | Alex Crichton | -1/+1 |
| 2014-04-16 | auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brson | bors | -23/+77 |
| 2014-04-16 | auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakis | bors | -51/+58 |
| 2014-04-16 | auto merge of #13418 : ktt3ja/rust/move-out-of, r=brson | bors | -49/+323 |
| 2014-04-16 | This is a Windows specific fix in libc. According to MSDN, the GUID | iancormac84 | -2/+2 |
| 2014-04-16 | rustc: Don't allocate a cnum to syntax crates | Alex Crichton | -4/+79 |
| 2014-04-16 | doc: Address review feedback | Brian Anderson | -17/+14 |
| 2014-04-16 | std: Improve docs for mod 'result' | Brian Anderson | -5/+328 |
| 2014-04-16 | rustc: Slightly reword the --no-analysis description for clarity | Brian Anderson | -2/+5 |
| 2014-04-16 | auto merge of #13454 : brson/rust/noglobs, r=alexcrichton | bors | -61/+147 |
| 2014-04-17 | doc: Removed all definition lists as Sundown doesn't support them. | Kang Seonghoon | -72/+72 |
| 2014-04-17 | Combine lifetime parameters when instantiating default methods | Edward Wang | -30/+60 |
| 2014-04-16 | auto merge of #13556 : michaelwoerister/rust/various-fixes, r=alexcrichton | bors | -0/+35 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -7/+8 |
| 2014-04-16 | Register new snapshots | Alex Crichton | -25/+9 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -269/+125 |
| 2014-04-16 | syntax: Demote `priv` to a reserved keyword | Alex Crichton | -18/+18 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -198/+31 |
| 2014-04-16 | auto merge of #13544 : klutzy/rust/pprust, r=alexcrichton | bors | -11/+40 |
| 2014-04-16 | auto merge of #13539 : Aatch/rust/vector-copy-faster, r=thestinger | bors | -5/+38 |
| 2014-04-16 | debuginfo: Add a test case for issue #12886. | Michael Woerister | -0/+35 |
| 2014-04-16 | auto merge of #13527 : huonw/rust/macro-expander-trait, r=sfackler | bors | -174/+245 |
| 2014-04-16 | auto merge of #13522 : seanmonstar/rust/sip, r=alexcrichton | bors | -42/+143 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -174/+245 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -11/+40 |
| 2014-04-15 | auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton | bors | -423/+564 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -4/+6 |
| 2014-04-15 | auto merge of #13390 : alexcrichton/rust/run-some-destructors, r=brson | bors | -2/+109 |