| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -7/+7 |
| 2014-02-14 | auto merge of #12205 : alexcrichton/rust/nodefaultlibs, r=brson | bors | -0/+11 |
| 2014-02-14 | Invoke gcc with -nodefaultlibs | Alex Crichton | -0/+11 |
| 2014-02-14 | auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfackler | bors | -2/+0 |
| 2014-02-14 | Upgrade LLVM | Alex Crichton | -2/+0 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -78/+52 |
| 2014-02-13 | Move base64 and hex from libextra to libserialize | Liigo Zhuang | -1/+1 |
| 2014-02-11 | auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichton | bors | -3/+14 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -3/+14 |
| 2014-02-11 | back/link -- introduce block to clarify scope of closure | Niko Matsakis | -19/+21 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -24/+24 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -4/+4 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -82/+98 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -1/+1 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-02-03 | extra: Re-add the Once primitve to extra::sync | Alex Crichton | -1/+1 |