| Age | Commit message (Expand) | Author | Lines |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+2 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -42/+59 |
| 2013-07-14 | Don't re-parse terminfo (twice!) on every compiler diagnostic | Kevin Ballard | -2/+19 |
| 2013-07-14 | Highlight rustc's warnings/errors in bold instead of bright white | Kevin Ballard | -14/+15 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -4/+9 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -32/+27 |
| 2013-07-14 | Clean up various warnings throughout the codebase | Alex Crichton | -1/+2 |
| 2013-07-14 | Allow non-uppercase-statics by default | Alex Crichton | -2/+0 |
| 2013-07-13 | Rename print!()/println!() to printf!()/printfln!() | Kevin Ballard | -8/+14 |
| 2013-07-13 | Add print! and println! macros. Closes #7653. | Birunthan Mohanathas | -0/+12 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -9/+12 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -18/+8 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -18/+8 |
| 2013-07-12 | auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwalton | bors | -0/+1 |
| 2013-07-11 | auto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelix | bors | -1/+2 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -4/+4 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -9/+12 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |
| 2013-07-10 | unnecessarily mutable variables | Brendan Cully | -1/+1 |
| 2013-07-10 | Change the assert_eq message to be more verbose. | Corey Richardson | -1/+2 |
| 2013-07-10 | auto merge of #7658 : excepttheweasel/rust/mut_default_param_list_issue_7483,... | bors | -2/+1 |
| 2013-07-10 | Add a lint to detect unnecessarily qualified names | Seo Sanghyeon | -0/+1 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -4/+4 |
| 2013-07-09 | auto merge of #7657 : thestinger/rust/rollup, r=thestinger | bors | -1/+1 |
| 2013-07-09 | bright white for the message, similar to clang | Lenny222 | -1/+1 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+3 |
| 2013-07-09 | Don't use static default method | John Barker | -1/+0 |
| 2013-07-09 | Always eat up mut when parsing general args, fixes #7483 | John Barker | -2/+2 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -51/+49 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -7/+7 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -1/+6 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -38/+23 |
| 2013-07-08 | syntax: Patch up code that was using irrefutable patterns incorrectly | Niko Matsakis | -12/+20 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+3 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -3/+3 |
| 2013-07-07 | auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon | bors | -526/+532 |
| 2013-07-07 | Fix broken tests | James Miller | -9/+9 |
| 2013-07-07 | De-share ast::Ty | James Miller | -182/+181 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -47/+49 |
| 2013-07-07 | De-share trait_ref | James Miller | -97/+96 |
| 2013-07-07 | De-manage Lifetime | James Miller | -35/+34 |
| 2013-07-07 | De-managed ast::Path | James Miller | -140/+148 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -38/+37 |
| 2013-07-07 | auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw | bors | -2/+23 |
| 2013-07-06 | auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestinger | bors | -0/+8 |
| 2013-07-06 | Implement size_hint() on all remaining Iterators | Kevin Ballard | -0/+8 |
| 2013-07-05 | Change spans for sugary call expressions | Seo Sanghyeon | -9/+8 |
| 2013-07-05 | Do not rely on newtype enum dereference | Seo Sanghyeon | -33/+25 |
| 2013-07-05 | Remove visit_struct_method | Seo Sanghyeon | -12/+0 |