| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -13/+2 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -2/+2 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -13/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -8/+8 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -2/+2 |
| 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 | -2/+13 |
| 2014-03-27 | auto merge of #13173 : alexcrichton/rust/rustdoc-mods, r=huonw | bors | -2/+4 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -2/+13 |
| 2014-03-27 | Revert "Modules are either public, or private, so private modules should be s... | Alex Crichton | -2/+4 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-25 | auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton | bors | -5/+5 |
| 2014-03-25 | rustdoc: Display rust logo again. Closes #13148 | Brian Anderson | -2/+2 |
| 2014-03-25 | auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichton | bors | -32/+65 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -5/+5 |
| 2014-03-25 | rustdoc: render derived impls separately | Corey Richardson | -3/+30 |
| 2014-03-25 | rustdoc: add some docs for item types | Corey Richardson | -0/+6 |
| 2014-03-25 | rustdoc: html: use raw strings for great justice | Corey Richardson | -29/+29 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -8/+8 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -7/+7 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -2/+2 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-22 | rustdoc: Fix fallout of removing get() | Alex Crichton | -7/+5 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -2/+2 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -5/+2 |
| 2014-03-21 | auto merge of #13043 : alexcrichton/rust/fix-rustdoc-windows, r=brson | bors | -3/+13 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -5/+2 |
| 2014-03-21 | rustdoc: Fix file locking on windows | Alex Crichton | -3/+13 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -175/+205 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -6/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -5/+5 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -9/+9 |
| 2014-03-19 | auto merge of #12879 : Aatch/rust/rustdoc-mod-privacy, r=alexcrichton | bors | -4/+2 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -156/+382 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -1/+8 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -32/+20 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -3/+3 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -14/+12 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -40/+48 |
| 2014-03-17 | Modules are either public, or private, so private modules should be stripped out | James Miller | -4/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+9 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -6/+1 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+4 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+4 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -3/+3 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -3/+3 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -22/+23 |