| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -45/+116 |
| 2014-03-28 | Remove `Freeze` and add `Share` in vim's syntax | Flavio Percoco | -1/+1 |
| 2014-03-28 | Remove a RefCell from pprust::State. | Eduard Burtescu | -10/+9 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -48/+53 |
| 2014-03-28 | De-@ NamedMatch. | Eduard Burtescu | -26/+27 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -17/+26 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -390/+335 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -5/+5 |
| 2014-03-28 | test: remove pure test, which is now redundant with inline tests | Erick Tryzelaar | -36/+0 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -263/+34 |
| 2014-03-28 | auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger | bors | -218/+233 |
| 2014-03-28 | auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -218/+233 |
| 2014-03-28 | auto merge of #13149 : brson/rust/rustdoclogo, r=alexcrichton | bors | -2/+2 |
| 2014-03-28 | auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt | bors | -1342/+6481 |
| 2014-03-27 | auto merge of #13108 : pongad/rust/lintraw, r=huonw | bors | -0/+77 |
| 2014-03-27 | auto merge of #13173 : alexcrichton/rust/rustdoc-mods, r=huonw | bors | -2/+4 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -77/+711 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1342/+6481 |
| 2014-03-27 | Revert "Modules are either public, or private, so private modules should be s... | Alex Crichton | -2/+4 |
| 2014-03-27 | auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw | bors | -392/+405 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -40/+118 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -23/+25 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -363/+377 |
| 2014-03-27 | rustc: Stop adding the Send bound implicitly | Alex Crichton | -6/+3 |
| 2014-03-27 | auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brson | bors | -1/+13 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -3/+50 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-03-27 | verify-grammar llnextgen | Jan Kobler | -15/+15 |
| 2014-03-27 | verify-grammar keyword crate | Jan Kobler | -0/+1 |
| 2014-03-27 | auto merge of #13034 : edwardw/rust/match, r=nikomatsakis | bors | -41/+280 |
| 2014-03-27 | Address review | Corey Richardson | -9/+9 |
| 2014-03-27 | rustc: mark references w/anonymous lifetime nocapture | Corey Richardson | -3/+49 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -41/+280 |
| 2014-03-27 | Added lint for #[deriving] structs and enums with unsafe pointers. #13032. | Michael Darakananda | -0/+77 |
| 2014-03-26 | rustc: Fix tests for sysroot changes | Brian Anderson | -2/+2 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -73/+59 |
| 2014-03-26 | rustc: Fix detection of lib64 directory | Brian Anderson | -1/+1 |
| 2014-03-26 | install: Don't allow installation over the install files | Brian Anderson | -2/+14 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -46/+31 |
| 2014-03-26 | Visit type parameter in lifetime suggestion | Kiet Tran | -24/+157 |
| 2014-03-26 | install: name the bundled manifest 'manifest.in'. Cleanup | Brian Anderson | -4/+6 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -73/+59 |
| 2014-03-26 | auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichton | bors | -4/+27 |
| 2014-03-26 | auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmr | bors | -3/+29 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -21/+30 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -25/+1 |
| 2014-03-26 | Add test using early-bound lifetimes in trait generic parameters. | Felix S. Klock II | -0/+135 |
| 2014-03-26 | Fix Repr impl for method::Candidate to include the method_ty. | Felix S. Klock II | -1/+2 |
| 2014-03-26 | Fix #13140: Early/Late Bound related ICEs. | Felix S. Klock II | -2/+5 |