| Age | Commit message (Expand) | Author | Lines |
| 2014-08-30 | gensym each test re-export module individually | Andrew Dunham | -13/+33 |
| 2014-08-30 | auto merge of #16598 : bkoropoff/rust/import-shadow-name, r=alexcrichton | bors | -9/+12 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -555/+620 |
| 2014-08-30 | auto merge of #16190 : Pythoner6/rust/labeled-while-loop, r=alexcrichton | bors | -17/+17 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -0/+51 |
| 2014-08-30 | auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichton | bors | -1/+24 |
| 2014-08-29 | Fixed missing use statement | Joseph Martin | -1/+1 |
| 2014-08-29 | Fix formatting, update copyright dates | Pythoner6 | -4/+4 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -12/+12 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -44/+165 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -105/+98 |
| 2014-08-29 | auto merge of #15955 : nikomatsakis/rust/issue-5527-new-inference-scheme, r=p... | bors | -1031/+1213 |
| 2014-08-29 | Label FIXMEs with a bug number | Niko Matsakis | -3/+3 |
| 2014-08-29 | Introduce new inference scheme: variables are now instantiated with at most o... | Niko Matsakis | -690/+637 |
| 2014-08-29 | auto merge of #16838 : nick29581/rust/dst-bug-4, r=pnkfelix,nikomatsakis | bors | -9/+15 |
| 2014-08-29 | rustc: remove a trait that is unnecessary after pretty move. | Huon Wilson | -31/+21 |
| 2014-08-29 | rustc: move pretty printing into its own module. | Huon Wilson | -555/+579 |
| 2014-08-29 | Don't double free embedded, unsized slices | Nick Cameron | -9/+15 |
| 2014-08-29 | Avoid flow-on Iterator error for `for ... in [ty err] {}`. | Huon Wilson | -4/+9 |
| 2014-08-29 | Mention type of `for` exprs that don't implement Iterator. | Huon Wilson | -3/+5 |
| 2014-08-29 | auto merge of #16770 : cburgdorf/rust/patch_overloaded_calls_hint, r=alexcric... | bors | -1/+1 |
| 2014-08-28 | Introduce snapshot_vec abstraction | Niko Matsakis | -137/+225 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -4/+4 |
| 2014-08-28 | Refactor and cleanup inference code: s/get_ref()/fields/, use try! macro rath... | Niko Matsakis | -131/+143 |
| 2014-08-28 | Fix regionck to account for the uniqueness requirements on ref mut reborrows | Niko Matsakis | -84/+184 |
| 2014-08-28 | Fix regionck to consider bounds on a proc when capturing variables | Niko Matsakis | -4/+39 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -4/+4 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1655/+3793 |
| 2014-08-27 | debuginfo: Add GDB pretty printers for structs and enums. | Michael Woerister | -1/+24 |
| 2014-08-27 | auto merge of #16751 : luqmana/rust/tr, r=alexcrichton | bors | -3/+7 |
| 2014-08-27 | auto merge of #16704 : flugsio/rust/fix-rustc-ice-lint-underscores-only, r=brson | bors | -4/+8 |
| 2014-08-26 | add missing ! char to feature gate hint | Christoph Burgdorf | -1/+1 |
| 2014-08-26 | auto merge of #14397 : nick29581/rust/coerce, r=pnkfelix | bors | -1786/+2638 |
| 2014-08-26 | Optimise a particularly clown shoes example of DST codegen | Nick Cameron | -12/+34 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -330/+624 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -1505/+2169 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -246/+118 |
| 2014-08-25 | librustc: Use Typer's node_ty method instead of free function in ExprUseVisitor. | Luqman Aden | -4/+4 |
| 2014-08-25 | librustc: Restrict transmute intrinsicck to just rust-intrinsic fn's. | Luqman Aden | -3/+7 |
| 2014-08-25 | auto merge of #16740 : alexcrichton/rust/issue-16725, r=pcwalton | bors | -0/+1 |
| 2014-08-25 | rustc: Encode the visibility of foreign items | Alex Crichton | -0/+1 |
| 2014-08-25 | auto merge of #16699 : treeman/rust/issue-8492, r=alexcrichton | bors | -65/+65 |
| 2014-08-25 | auto merge of #16694 : vadimcn/rust/debug-linker, r=alexcrichton | bors | -0/+2 |
| 2014-08-24 | auto merge of #16718 : Sawyer47/rust/bool-cast, r=pcwalton | bors | -4/+7 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -65/+65 |
| 2014-08-24 | Fix const evaluation of cast expression from bool | Piotr Jawniak | -4/+7 |
| 2014-08-24 | lint: Improve camel case suggestion when empty. | Jimmie Elvenmark | -3/+7 |
| 2014-08-24 | Enable the MergeFunc pass | Björn Steinbrink | -0/+7 |
| 2014-08-23 | Log linker stderr and stdout. | Vadim Chugunov | -0/+2 |
| 2014-08-23 | auto merge of #16693 : vadimcn/rust/rename--win32, r=pcwalton | bors | -2/+2 |