| Age | Commit message (Expand) | Author | Lines |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -7/+10 |
| 2014-03-26 | rustc: Fix tests for sysroot changes | Brian Anderson | -2/+2 |
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -7/+10 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -3/+3 |
| 2014-03-25 | auto merge of #13122 : sstewartgallus/rust/cleanup-10734-workarounds, r=alexc... | bors | -1/+1 |
| 2014-03-24 | Cleanup fixed issue #10734 workaround | Steven Stewart-Gallus | -1/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -5/+7 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -27/+12 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -7/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -6/+6 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -4/+3 |
| 2014-03-17 | De-@ move maps and rework parts of trans. | Eduard Burtescu | -3/+3 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -4/+4 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -4/+4 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -38/+38 |
| 2014-03-15 | rustc: Tweak where -lmorestack is on link commands | Alex Crichton | -5/+24 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -6/+4 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -5/+2 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -5/+2 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -5/+5 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -15/+30 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -38/+39 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -1/+1 |
| 2014-03-06 | auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichton | bors | -2/+4 |
| 2014-03-07 | rustc: Get LLVM error message safely | klutzy | -2/+4 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-06 | debuginfo: Re-introduce the notion of line-table-only debuginfo. | Michael Woerister | -4/+4 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -14/+14 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -2/+2 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -31/+143 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -1/+34 |
| 2014-02-24 | Use lines_any() when parsing output form "ar" | Alex Crichton | -1/+4 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -2/+2 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -10/+13 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -2/+2 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -1/+1 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brson | bors | -0/+13 |
| 2014-02-21 | rustc: Compress bytecode files in rlibs | Alex Crichton | -0/+13 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+1 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -2/+2 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -84/+138 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -84/+138 |
| 2014-02-18 | Fix staticlib outputs linking to blank archives | Alex Crichton | -0/+1 |