| Age | Commit message (Expand) | Author | Lines |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -93/+253 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -82/+87 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -11/+166 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -235/+54 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+22 |
| 2013-03-02 | auto merge of #5191 : brson/rust/movert, r=brson | bors | -11/+5 |
| 2013-03-01 | auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brson | bors | -76/+76 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -235/+54 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -56/+59 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+22 |
| 2013-03-01 | auto merge of #5190 : brson/rust/snap, r=brson | bors | -1/+1 |
| 2013-03-01 | Merge remote branch 'nmatsakis/parser-perf-problem' into incoming | Patrick Walton | -18/+28 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -11/+5 |
| 2013-03-01 | Register FreeBSD snapshot | Brian Anderson | -1/+1 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -18/+28 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -56/+59 |
| 2013-03-01 | `std::net::tcp` docs: Use current syntax and types | Benjamin Herr | -76/+76 |
| 2013-03-01 | librustc: Add missing import. rs=burningtree | Patrick Walton | -0/+1 |
| 2013-03-01 | Merge pull request #5178 from catamorphism/constant-buffers | Patrick Walton | -4/+10 |
| 2013-03-01 | Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i... | Patrick Walton | -128/+311 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -9/+9 |
| 2013-03-01 | Merge remote branch 'sevrak/issue-5164' into incoming | Patrick Walton | -13/+17 |
| 2013-03-01 | auto merge of #5162 : brson/rust/fixmes, r=brson | bors | -3/+3 |
| 2013-02-28 | auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphism | bors | -68/+2 |
| 2013-02-28 | testsuite: Re-xfail record-trailing-comma | Tim Chevalier | -0/+1 |
| 2013-02-28 | auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats... | bors | -354/+295 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -68/+1 |
| 2013-02-28 | Register snapshots | Tim Chevalier | -0/+8 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -354/+295 |
| 2013-02-28 | auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis | bors | -253/+10 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -4/+10 |
| 2013-02-28 | auto merge of #5113 : alexcrichton/rust/issue-4366, r=catamorphism | bors | -293/+547 |
| 2013-02-28 | core: Remove unwrap_shared_mutable_state. #4436 | Brian Anderson | -251/+5 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -289/+489 |
| 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 | 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 |