| Age | Commit message (Expand) | Author | Lines |
| 2014-12-17 | rollup merge of #19849: alexcrichton/second-pass-option | Alex Crichton | -5/+5 |
| 2014-12-17 | auto merge of #19799 : alexcrichton/rust/stop-panicking, r=huonw | bors | -6/+10 |
| 2014-12-15 | rollup merge of #19793: tomjakubowski/metadata-const-attrs | Brian Anderson | -0/+1 |
| 2014-12-14 | std: Fully stabilize Option<T> | Alex Crichton | -5/+5 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -15/+22 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -1/+17 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -13/+13 |
| 2014-12-13 | librustc: use tuple indexing | Jorge Aparicio | -3/+3 |
| 2014-12-13 | librustc: use unboxed closures | Jorge Aparicio | -76/+118 |
| 2014-12-13 | librustc: fix fallout | Jorge Aparicio | -1/+3 |
| 2014-12-12 | rustc: Don't panic on corrupt metadata | Alex Crichton | -6/+10 |
| 2014-12-12 | Switch to using predicates to drive checking. Correct various tests -- | Niko Matsakis | -3/+85 |
| 2014-12-12 | Introduce predicates but don't use them. | Niko Matsakis | -1/+3 |
| 2014-12-12 | Start restructuring to support generalized where clauses etc. | Niko Matsakis | -4/+2 |
| 2014-12-12 | metadata: Encode attributes for const items | Tom Jakubowski | -0/+1 |
| 2014-12-12 | auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis | bors | -1/+1 |
| 2014-12-12 | auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichton | bors | -7/+15 |
| 2014-12-12 | Mostly non-behaviour-changing changes (style, etc.) | Nick Cameron | -1/+1 |
| 2014-12-12 | Fix ICE when a struct variant enum is imported from an external crate | Barosl Lee | -7/+15 |
| 2014-12-10 | rustc: Fix `make install` | Alex Crichton | -3/+3 |
| 2014-12-09 | auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelix | bors | -2/+36 |
| 2014-12-09 | rollup merge of #19614: steveklabnik/gh19599 | Alex Crichton | -3/+3 |
| 2014-12-08 | rustc: Prepend a length to all metadata | Alex Crichton | -2/+36 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -14/+33 |
| 2014-12-07 | remove usage of notrust from the docs | Steve Klabnik | -3/+3 |
| 2014-12-06 | librustc: remove unnecessary `as_mut_slice` calls | Jorge Aparicio | -1/+1 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -9/+8 |
| 2014-12-04 | Move various data structures out of typeck and into ty. | Niko Matsakis | -4/+2 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -9/+9 |
| 2014-11-30 | fix missed switch pointed out in review plus a few others | jfager | -15/+9 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -129/+95 |
| 2014-11-26 | rollup merge of #19317: sfackler/xcrate-namespace | Alex Crichton | -10/+0 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -2/+1 |
| 2014-11-25 | Fix xcrate enum namespacing | Steven Fackler | -10/+0 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -20/+8 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -20/+8 |
| 2014-11-21 | auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichton | bors | -5/+10 |
| 2014-11-20 | Refactored new CodeExtent type for improved abstraction. | Felix S. Klock II | -7/+29 |
| 2014-11-19 | rustc: middle: remove obsolete ty::get. | Eduard Burtescu | -2/+2 |
| 2014-11-19 | rustc: fix fallout of adding the `'tcx` lifetime to `Ty`. | Eduard Burtescu | -150/+177 |
| 2014-11-19 | rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere. | Eduard Burtescu | -14/+14 |
| 2014-11-19 | rustc: avoid `use`-ing `syntax::ast::*`. | Eduard Burtescu | -102/+101 |
| 2014-11-18 | auto merge of #18870 : barosl/rust/os-ioresult, r=alexcrichton | bors | -1/+1 |
| 2014-11-19 | Make os::getcwd() return IoResult<Path> | Barosl Lee | -1/+1 |
| 2014-11-18 | Switch the code to use De Bruijn indices rather than binder-ids. | Niko Matsakis | -7/+4 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -7/+6 |
| 2014-11-18 | rollup merge of #19000: IvanUkhov/doc-link-dylib | Jakub Bukaj | -0/+2 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -7/+6 |
| 2014-11-17 | Bring back the dylib kind of the link attribute | Ivan Ukhov | -0/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+21 |