| Age | Commit message (Expand) | Author | Lines |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -99/+146 |
| 2014-05-11 | auto merge of #14096 : nick29581/rust/driver, r=brson | bors | -7/+7 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -9/+9 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -7/+7 |
| 2014-05-09 | Currently trans uses Vec<ty::t> to represent substitutions instead of a proper | Niko Matsakis | -1/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -7/+12 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -7/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+6 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -7/+0 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -1/+56 |
| 2014-05-02 | rustc: Use the "real" realpath function | Alex Crichton | -15/+3 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -1/+56 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -1/+1 |
| 2014-04-29 | auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brson | bors | -0/+8 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+8 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -8/+2 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -36/+8 |
| 2014-04-25 | Cleaned up os::consts. The module only exposes constants for the target OS an... | Michael Darakananda | -6/+20 |
| 2014-04-23 | auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton | bors | -164/+232 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -164/+232 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -27/+35 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -27/+35 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -1/+36 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+2 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+36 |
| 2014-04-22 | rustc: de-@ stats. | Eduard Burtescu | -58/+52 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -37/+35 |
| 2014-04-22 | rustc: remove ty::Impl. | Eduard Burtescu | -39/+27 |
| 2014-04-22 | rustc: de-@ ty::ParamBounds. | Eduard Burtescu | -2/+3 |
| 2014-04-22 | rustc: de-@ metadata::cstore. | Eduard Burtescu | -57/+67 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -145/+86 |
| 2014-04-22 | rustc: de-@ method and vtable maps. | Eduard Burtescu | -2/+2 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -2/+2 |
| 2014-04-20 | auto merge of #13636 : nick29581/rust/ty_vec, r=pcwalton | bors | -17/+33 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -91/+99 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -17/+33 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+5 |
| 2014-04-17 | auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson | bors | -4/+11 |
| 2014-04-16 | rustc: Don't allocate a cnum to syntax crates | Alex Crichton | -4/+11 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -8/+2 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -16/+12 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -23/+3 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -35/+26 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -32/+23 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+4 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -36/+36 |
| 2014-04-10 | rustc: Use realpath() for sysroot/rpath | Alex Crichton | -11/+6 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -2/+2 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -9/+9 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+4 |