| Age | Commit message (Expand) | Author | Lines |
| 2013-02-28 | Fix leaking immediate children and types via glob imports | Alex Crichton | -6/+18 |
| 2013-02-28 | Fix leaking non-public 'use' statements with glob imports | Alex Crichton | -1/+43 |
| 2013-02-28 | rt: Comment out an assert in rust_kernel. #4711 | Brian Anderson | -2/+5 |
| 2013-02-28 | auto merge of #5166 : danniel/rust/incoming, r=brson | bors | -0/+282 |
| 2013-02-28 | Change bare functions so that they are represented by a single pointer. | Niko Matsakis | -128/+311 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -25/+111 |
| 2013-02-28 | librustc: Make methods private if the impl is private | Patrick Walton | -13/+63 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -175/+175 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -101/+167 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -808/+1302 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -13/+17 |
| 2013-02-28 | Add syntax highlighting support for GtkSourceView / GEdit | Daniel Ursache Dogariu | -0/+282 |
| 2013-02-28 | auto merge of #5159 : brson/rust/rtcall, r=brson | bors | -43/+37 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -29/+117 |
| 2013-02-27 | auto merge of #5152 : catamorphism/rust/issue-3601, r=catamorphism | bors | -8/+8 |
| 2013-02-27 | auto merge of #5098 : pkgw/rust/pr/issue4869, r=brson | bors | -21/+5 |
| 2013-02-27 | Convert NOTEs to FIXMEs | Brian Anderson | -3/+3 |
| 2013-02-27 | Remove the last remnants of rtcalls | Brian Anderson | -43/+37 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -719/+1067 |
| 2013-02-27 | auto merge of #5149 : brson/rust/rt, r=brson | bors | -8/+12 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -719/+1067 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -29/+117 |
| 2013-02-27 | auto merge of #5140 : yjh0502/rust/issue_4458, r=catamorphism | bors | -1/+21 |
| 2013-02-27 | testsuite: Update and un-xfail #3601 test | Tim Chevalier | -8/+8 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -14/+19 |
| 2013-02-27 | auto merge of #5145 : Kimundi/rust/incoming, r=catamorphism | bors | -0/+67 |
| 2013-02-27 | rt: Make some runtime calls work outside of task context | Brian Anderson | -8/+12 |
| 2013-02-27 | auto merge of #5070 : youknowone/rust/struct-match2, r=nikomatsakis | bors | -14/+19 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1958/+2190 |
| 2013-02-28 | Fix reversed current/expected type | Jeong YunWon | -14/+19 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -288/+304 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -61/+31 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -45/+32 |
| 2013-02-27 | Added ToStr implementations for &[T] and @[T] | Marvin Löbel | -0/+67 |
| 2013-02-27 | auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakis | bors | -1/+19 |
| 2013-02-27 | Fix: now sha1 result_str() return correct value | Jihyun Yu | -1/+21 |
| 2013-02-27 | auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis | bors | -113/+93 |
| 2013-02-27 | treemap: improve the lazy iterator | Daniel Micay | -113/+93 |
| 2013-02-26 | auto merge of #5135 : brson/rust/start, r=pcwalton | bors | -18/+58 |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -0/+12 |
| 2013-02-26 | libsyntax: add some more explicit copies | Erick Tryzelaar | -91/+160 |
| 2013-02-26 | libsyntax: add some explicit refs | Erick Tryzelaar | -11/+10 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the syntax extensions | Erick Tryzelaar | -124/+151 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the printer | Erick Tryzelaar | -25/+26 |
| 2013-02-26 | libsyntax: add explicit copies | Erick Tryzelaar | -61/+101 |
| 2013-02-26 | libsyntax: change closures to take fn(&Parser) | Erick Tryzelaar | -33/+33 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -197/+647 |
| 2013-02-26 | Add a 'start' lang item and use it instead of rust_start | Brian Anderson | -18/+58 |
| 2013-02-26 | auto merge of #5096 : luqmana/rust/spell, r=catamorphism | bors | -11/+92 |
| 2013-02-26 | auto merge of #5115 : sanxiyn/rust/arm-abi, r=brson | bors | -1/+168 |