| Age | Commit message (Expand) | Author | Lines |
| 2014-03-19 | auto merge of #12772 : thestinger/rust/slice, r=alexcrichton | bors | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -19/+27 |
| 2014-03-19 | rustc: put ty_closure behind some indirection. | Huon Wilson | -1/+1 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -3/+3 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -12/+11 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -54/+47 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -22/+13 |
| 2014-03-17 | De-@ tyencode::ctxt and related parts of astencode. | Eduard Burtescu | -21/+21 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -45/+45 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -22/+13 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-15 | rustc: Topographically sort rust dependencies | Alex Crichton | -2/+30 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 |
| 2014-03-12 | Alpha-rename `.ident` fields of type `Name` to `.name`. | Felix S. Klock II | -6/+6 |
| 2014-03-08 | auto merge of #12758 : rgawdzik/rust/master, r=alexcrichton | bors | -17/+28 |
| 2014-03-08 | Refactored get_metadata_section to return a Result<T,~str>, added error messa... | Robert Gawdzik | -17/+28 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -16/+26 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -99/+99 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -5/+6 |
| 2014-02-26 | rustc: Don't deduplicate libraries linked to | Alex Crichton | -6/+1 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -4/+4 |
| 2014-03-02 | auto merge of #12637 : pcwalton/rust/devecing, r=alexcrichton | bors | -23/+32 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -4/+23 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -23/+32 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -61/+89 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -239/+150 |
| 2014-02-27 | rustc: Remove codemap and reachable from metadata encoder | Brian Anderson | -15/+1 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -2/+14 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -1/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -5/+7 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -1/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -6/+6 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -23/+23 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -0/+2 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -5/+2 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+2 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -23/+23 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+2 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -8/+20 |
| 2014-02-20 | auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmr | bors | -94/+167 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -94/+167 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -12/+29 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -446/+335 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -76/+76 |