| Age | Commit message (Expand) | Author | Lines |
| 2014-04-02 | Tweak the installation instructions in the README 0.10 | Alex Crichton | -5/+4 |
| 2014-04-02 | Update AUTHORS.txt for 0.10 | Brian Anderson | -3/+91 |
| 2014-04-02 | Minor adjustments to the 0.10 release notes. | Huon Wilson | -8/+16 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -68/+68 |
| 2014-03-31 | auto merge of #13189 : alexcrichton/rust/relnotes, r=brson | bors | -0/+158 |
| 2014-03-31 | auto merge of #13230 : Kroisse/rust/encodable-json, r=erickt | bors | -2/+2 |
| 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 #13223 : brson/rust/dist, r=alexcrichton | bors | -2/+15 |
| 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-31 | mk: Workaround distcheck failure on mac. #13224 | Brian Anderson | -2/+13 |
| 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: distcheck --uninstall | Brian Anderson | -0/+1 |
| 2014-03-30 | dist: Add libbacktrace to source tarballs | Brian Anderson | -0/+1 |
| 2014-03-30 | auto merge of #13219 : brson/rust/dist-root, r=sfackler | bors | -3/+2 |
| 2014-03-30 | mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 | Brian Anderson | -3/+2 |
| 2014-03-30 | auto merge of #13218 : brson/rust/dist-mac, r=sfackler | bors | -1/+1 |
| 2014-03-30 | mk: Fix 'make dist' on Mac | Brian Anderson | -1/+1 |
| 2014-03-30 | auto merge of #13216 : alexcrichton/rust/fix-configure-for-travis, r=sfackler | bors | -1/+1 |
| 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 | configure: Accept LLVM 3.4.X during configuration | Alex Crichton | -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 | auto merge of #13208 : Tohie/rust/master, r=alexcrichton | bors | -3/+3 |
| 2014-03-30 | Add draft 0.10 release notes | Alex Crichton | -0/+158 |
| 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-29 | auto merge of #13203 : Kimundi/rust/de-map-vec3, r=cmr | bors | -325/+278 |
| 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 #13199 : klutzy/rust/msys2, r=cmr | bors | -2/+8 |
| 2014-03-30 | configure: Add MINGW64 OS type | klutzy | -2/+8 |
| 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 #13193 : pongad/rust/fixconfig, r=thestinger | bors | -2/+2 |
| 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 | -3/+35 |
| 2014-03-28 | auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson | bors | -16/+17 |
| 2014-03-28 | auto merge of #13187 : brson/rust/dist, r=alexcrichton | bors | -13/+78 |
| 2014-03-29 | configure uses `command -v` instead of `which` #13147 | Michael Darakananda | -2/+2 |
| 2014-03-28 | mk: Restore DESTDIR | Brian Anderson | -2/+2 |
| 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 | -3/+35 |
| 2014-03-28 | auto merge of #13162 : alexcrichton/rust/attr-syntax, r=brson | bors | -671/+714 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -5125/+153 |