| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -59/+59 |
| 2014-04-01 | Json doesn't need to depend on IoError to implement Encodable #13230 | Eunchong Yu | -2/+2 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -222/+126 |
| 2014-03-31 | auto merge of #13220 : brson/rust/from_iter, r=thestinger | bors | -22/+22 |
| 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 | -222/+126 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -22/+22 |
| 2014-03-30 | mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 | Brian Anderson | -1/+0 |
| 2014-03-30 | auto merge of #13211 : csherratt/rust/arc_fix, r=alexcrichton | bors | -4/+38 |
| 2014-03-30 | auto merge of #13215 : sfackler/rust/vim-attr, r=alexcrichton | bors | -1/+1 |
| 2014-03-30 | Support new attribute syntax in vim syntax file | Steven Fackler | -1/+1 |
| 2014-03-30 | Check that the old value was 1 and not 0 when dropping a Arc value. | Colin Sherratt | -4/+38 |
| 2014-03-30 | make shootout-k-nucleotide.rs pass official test | Guillaume Pinot | -35/+37 |
| 2014-03-30 | Updated references to extra in libcollections docs | Scott Jenkins | -3/+3 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -325/+278 |
| 2014-03-29 | auto merge of #13200 : sfackler/rust/test-attr, r=cmr | bors | -3/+3 |
| 2014-03-29 | Use new inner attribute syntax in test framework | Steven Fackler | -3/+3 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -296/+31 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -77/+711 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -5125/+153 |
| 2014-03-29 | auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson | bors | -1/+17 |
| 2014-03-28 | auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson | bors | -15/+16 |
| 2014-03-28 | auto merge of #13187 : brson/rust/dist, r=alexcrichton | bors | -11/+68 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -486/+445 |
| 2014-03-28 | auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis | bors | -3/+142 |
| 2014-03-28 | dist: Tweak the OSX pkg installer | Alex Crichton | -1/+17 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -5125/+153 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -643/+646 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -28/+68 |
| 2014-03-28 | install: More error handling | Brian Anderson | -0/+1 |
| 2014-03-28 | install: Extract function for creating absolute paths and reuse it | Brian Anderson | -9/+23 |
| 2014-03-28 | install: Fix string formatting in an error | Brian Anderson | -3/+5 |
| 2014-03-28 | install: Explicitly delete the manifest during uninstall. Misc cleanup | Brian Anderson | -16/+20 |
| 2014-03-28 | install: Verify that installed compiler runs | Brian Anderson | -3/+39 |
| 2014-03-28 | auto merge of #13161 : FlaPer87/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+84 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+84 |
| 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 |