| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -2/+2 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -126/+61 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -115/+140 |
| 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 | -2/+1 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -7/+87 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -212/+137 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -40/+43 |
| 2014-03-28 | auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis | bors | -3/+7 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -212/+137 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -53/+53 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -40/+43 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -2/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -15/+15 |
| 2014-03-28 | auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt | bors | -236/+330 |
| 2014-03-27 | auto merge of #13108 : pongad/rust/lintraw, r=huonw | bors | -0/+42 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -7/+87 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -236/+330 |
| 2014-03-27 | auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw | bors | -9/+6 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -18/+47 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -3/+3 |
| 2014-03-27 | rustc: Stop adding the Send bound implicitly | Alex Crichton | -6/+3 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -3/+49 |
| 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/+81 |
| 2014-03-27 | Added lint for #[deriving] structs and enums with unsafe pointers. #13032. | Michael Darakananda | -0/+42 |
| 2014-03-26 | rustc: Fix tests for sysroot changes | Brian Anderson | -2/+2 |
| 2014-03-26 | rustc: Fix detection of lib64 directory | Brian Anderson | -1/+1 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -16/+12 |
| 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 | -12/+12 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -4/+0 |
| 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 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -115/+2 |
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -17/+40 |
| 2014-03-25 | mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE | Brian Anderson | -1/+1 |
| 2014-03-25 | rustc: Stop relying on CFG_LIBDIR_RELATIVE | Brian Anderson | -1/+7 |
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -1/+1 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -8/+8 |
| 2014-03-25 | auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc... | bors | -1/+1 |
| 2014-03-25 | auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko... | bors | -74/+93 |
| 2014-03-24 | Cleanup fixed issue #10734 workaround | Steven Stewart-Gallus | -1/+1 |
| 2014-03-24 | Prefer lifetime suggestion over generic error | Kiet Tran | -3/+29 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -115/+2 |
| 2014-03-24 | rustc: Completely forbid borrows of unsafe statics | Flavio Percoco | -74/+93 |
| 2014-03-23 | auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton | bors | -5/+7 |
| 2014-03-23 | auto merge of #13099 : FlaPer87/rust/master, r=huonw | bors | -1/+0 |