| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -65/+50 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -58/+57 |
| 2014-01-08 | auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brson | bors | -5/+26 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -8/+24 |
| 2014-01-07 | rustc: De-indent portions of middle::resolve | Alex Crichton | -56/+26 |
| 2014-01-07 | Fix leaking trait imports across modules | Alex Crichton | -2/+1 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -58/+57 |
| 2014-01-07 | Inline reexports in rustdoc | Alex Crichton | -5/+26 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -14/+14 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -1/+44 |
| 2014-01-06 | Add lint for unnecessary casts | Florian Hahn | -1/+44 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -1/+0 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -584/+562 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -1/+0 |
| 2014-01-04 | rustc: Add error about obsolete struct deref | Brian Anderson | -0/+10 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -266/+270 |
| 2014-01-04 | Don't allow single-variant enums to be dereferenced. #6246 | Brian Anderson | -72/+0 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -777/+583 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -35/+21 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -457/+166 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -273/+384 |
| 2014-01-03 | librustc: De-`@mut` all writers | Patrick Walton | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` (and de-`@`) the pretty printer | Patrick Walton | -8/+8 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -1/+1 |
| 2014-01-03 | librustc: De-`@mut` the parse session | Patrick Walton | -3/+3 |
| 2014-01-03 | auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton | bors | -0/+8 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -7/+12 |
| 2014-01-03 | Remove std::either | Alex Crichton | -7/+12 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -1/+1 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -61/+69 |
| 2014-01-02 | debuginfo: Fix issue #11083 and some minor clean up. | Michael Woerister | -61/+69 |
| 2014-01-02 | auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn | bors | -1/+1 |
| 2014-01-02 | auto merge of #11268 : lkuper/rust/trans-comment, r=pcwalton | bors | -1/+1 |
| 2014-01-01 | auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton | bors | -23/+44 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+23 |
| 2014-01-01 | Fix typo in lint description. | a_m0d | -1/+1 |
| 2014-01-01 | Fix comment that's been wrong since ancient times (thanks, @jvns). | Lindsey Kuper | -1/+1 |
| 2014-01-01 | auto merge of #11242 : Dretch/rust/hashmap-key-value-iterators, r=pcwalton | bors | -3/+2 |
| 2014-01-01 | Add linting for `crate_type` attribute values. | a_m0d | -0/+8 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -52/+52 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -1/+1 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -2/+15 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -2/+15 |
| 2013-12-31 | Mark provided methods in dead-code pass | Kiet Tran | -23/+44 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+23 |
| 2013-12-31 | Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators. | Gareth Smith | -3/+2 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+58 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -7/+7 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -5/+5 |