| Age | Commit message (Expand) | Author | Lines |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -1/+13 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -1/+5 |
| 2014-10-02 | Return correct types for capture-by-ref unboxed closure upvars | Brian Koropoff | -1/+13 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -58/+16 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -0/+6 |
| 2014-09-30 | auto merge of #17634 : jakub-/rust/if_let, r=kballard | bors | -0/+4 |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -1/+4 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -0/+1 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -0/+6 |
| 2014-09-30 | librustc: Stop looking in metadata in type contents. | Patrick Walton | -7/+23 |
| 2014-09-28 | auto merge of #17532 : ahmedcharles/rust/typo, r=alexcrichton | bors | -1/+1 |
| 2014-09-25 | Fix typo, structs => fields. | Ahmed Charles | -1/+1 |
| 2014-09-25 | Remove as much of TypeContents as I can -- unfortunately, it is still | Niko Matsakis | -51/+10 |
| 2014-09-25 | Integrate caching of results. Measurements show approx 90% hit rate. | Niko Matsakis | -2/+13 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -3/+5 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -3/+5 |
| 2014-09-24 | Remove dead code from librustc | Jakub Wieczorek | -86/+0 |
| 2014-09-20 | Induce an empty loan for the value being matched in match expressions | Jakub Wieczorek | -1/+1 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -9/+9 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -1/+5 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -9/+9 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -1/+5 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -6/+6 |
| 2014-09-18 | rustc: move type definitions from middle::freevars to middle::ty. | Eduard Burtescu | -6/+25 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -2/+0 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -10/+148 |
| 2014-09-17 | rollup merge of #17310 : nikomatsakis/type-bounds-generalize-to-multiple-obje... | Alex Crichton | -3/+4 |
| 2014-09-17 | rollup merge of #16889 : P1start/array-not-vector | Alex Crichton | -1/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-16 | Generalize lifetime bounds on type parameters to support multiple | Niko Matsakis | -3/+4 |
| 2014-09-15 | typeck/kind -- stop using old trait framework. | Niko Matsakis | -1/+1 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -40/+48 |
| 2014-09-15 | Guts of the new trait matching algorithm, not yet in use | Niko Matsakis | -42/+74 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -19/+17 |
| 2014-09-12 | Handle always-unsized structs | Nick Cameron | -8/+7 |
| 2014-09-11 | auto merge of #17157 : nikomatsakis/rust/occurs-check, r=pcwalton | bors | -1/+3 |
| 2014-09-09 | Avoid ever constructing cyclic types in the first place, rather than detectin... | Niko Matsakis | -1/+3 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+21 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -55/+40 |
| 2014-09-08 | rustc: use a TypedArena to allocate types in the type context. | Eduard Burtescu | -15/+20 |
| 2014-09-05 | Update language item from 'share' to 'sync' #16988 | Felix Raimundo | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-09-03 | auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakis | bors | -1/+1 |
| 2014-09-02 | DST raw pointers - *-pointers are fat pointers | Nick Cameron | -7/+21 |
| 2014-09-01 | auto merge of #16802 : nick29581/rust/dst-bug-1, r=luqmana | bors | -0/+5 |
| 2014-09-01 | Second approach - using type contents | Nick Cameron | -1/+1 |
| 2014-08-31 | Change rustc to say `array` instead of `vector` | P1start | -1/+2 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -0/+1 |
| 2014-08-28 | Refactor and cleanup inference code: s/get_ref()/fields/, use try! macro rath... | Niko Matsakis | -1/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -90/+222 |