| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -5/+5 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -9/+7 |
| 2014-03-30 | auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichton | bors | -35/+37 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -9/+7 |
| 2014-03-30 | make shootout-k-nucleotide.rs pass official test | Guillaume Pinot | -35/+37 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+4 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -43/+20 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -70/+601 |
| 2014-03-28 | auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis | bors | -0/+135 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -264/+265 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -6/+49 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+36 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+36 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -19/+26 |
| 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 | -15/+28 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -114/+114 |
| 2014-03-28 | auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt | bors | -3/+3 |
| 2014-03-27 | auto merge of #13108 : pongad/rust/lintraw, r=huonw | bors | -0/+35 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -70/+601 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -3/+3 |
| 2014-03-27 | auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw | bors | -28/+28 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -28/+28 |
| 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 | -0/+1 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-03-27 | auto merge of #13034 : edwardw/rust/match, r=nikomatsakis | bors | -0/+199 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -0/+199 |
| 2014-03-27 | Added lint for #[deriving] structs and enums with unsafe pointers. #13032. | Michael Darakananda | -0/+35 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -8/+35 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -21/+1 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -8/+35 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -21/+1 |
| 2014-03-26 | Add test using early-bound lifetimes in trait generic parameters. | Felix S. Klock II | -0/+135 |
| 2014-03-26 | bench: Put the spawn bench back on libgreen | Alex Crichton | -1/+13 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -68/+13 |
| 2014-03-25 | auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko... | bors | -0/+7 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -298/+54 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -298/+54 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -63/+4 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -5/+9 |
| 2014-03-24 | rustc: Completely forbid borrows of unsafe statics | Flavio Percoco | -0/+7 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -1/+59 |
| 2014-03-23 | auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton | bors | -1/+3 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -20/+1 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -20/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -1/+3 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -3/+3 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -3/+3 |
| 2014-03-22 | auto merge of #13088 : thestinger/rust/hashmap, r=cmr | bors | -2/+4 |