| Age | Commit message (Expand) | Author | Lines |
| 2013-02-12 | auto merge of #4900 : luqmana/rust/core_os_errors, r=graydon | bors | -14/+14 |
| 2013-02-12 | auto merge of #4914 : nikomatsakis/rust/issue-4856, r=nikomatsakis | bors | -66/+371 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -66/+371 |
| 2013-02-13 | libsyntax: don't parse ////, /***/ as doc comments | Kang Seonghoon | -5/+24 |
| 2013-02-12 | auto merge of #4881 : bjz/rust/incoming, r=catamorphism | bors | -18/+18 |
| 2013-02-12 | auto merge of #4876 : brson/rust/debuginfo, r=brson | bors | -0/+54 |
| 2013-02-12 | Revert "librustc: Make monomorphic newtype structs work cross-crate" | Graydon Hoare | -13/+0 |
| 2013-02-11 | rt: remove last_os_error and adjust tests. | Luqman Aden | -14/+14 |
| 2013-02-11 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -0/+13 |
| 2013-02-11 | Update copyright years | Mikko Perttunen | -1/+1 |
| 2013-02-11 | Add test for using line! in a macro | Mikko Perttunen | -1/+4 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -18/+18 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -8/+16 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -2/+2 |
| 2013-02-09 | auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca... | bors | -54/+83 |
| 2013-02-09 | Add debug info tests | Brian Leibig | -0/+54 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -8/+16 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -2/+2 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -54/+83 |
| 2013-02-07 | auto merge of #4835 : thestinger/rust/iterator, r=graydon | bors | -10/+15 |
| 2013-02-07 | rm each method from the Map trait | Daniel Micay | -10/+15 |
| 2013-02-07 | Fix vector indexing in consts so it works with the enum vector const fix. | Jed Davis | -0/+25 |
| 2013-02-07 | Make tuple-like structs containing enums work as constants. | Jed Davis | -0/+38 |
| 2013-02-07 | Fix const enum type issues for structs. | Jed Davis | -0/+38 |
| 2013-02-07 | Add a test for vstore, which already works | Jed Davis | -0/+23 |
| 2013-02-07 | Fix pointer consts to work with enums | Jed Davis | -0/+19 |
| 2013-02-07 | Make vectors of enums work as constants | Jed Davis | -0/+23 |
| 2013-02-07 | Also need to pad out "C-like" enum consts (paths as well as calls). | Jed Davis | -0/+18 |
| 2013-02-07 | Pad out enum consts to the expected size; makes enums in tuples work. | Jed Davis | -0/+18 |
| 2013-02-07 | auto merge of #4803 : alexcrichton/rust/fix-unused-imports, r=graydon | bors | -8/+24 |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -0/+24 |
| 2013-02-07 | auto merge of #4832 : sanxiyn/rust/pretty-exact, r=graydon | bors | -10/+8 |
| 2013-02-08 | Change pretty-exact to pp-exact | Seo Sanghyeon | -10/+8 |
| 2013-02-07 | auto merge of #4831 : bjz/rust/incoming, r=pcwalton | bors | -2/+2 |
| 2013-02-08 | Fix broken tests | Brendan Zabarauskas | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -158/+73 |
| 2013-02-07 | auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydon | bors | -0/+34 |
| 2013-02-06 | Merge pull request #4811 from catamorphism/issue-4523-testcase | Patrick Walton | -0/+17 |
| 2013-02-06 | Make foreign calls work outside of tasks. #4451 | Brian Anderson | -0/+24 |
| 2013-02-06 | got rid of last empty lines | Kang Seonghoon | -2/+0 |
| 2013-02-06 | libsyntax: no binary/hex float literals | Kang Seonghoon | -0/+36 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -8/+8 |
| 2013-02-05 | testsuite: Add test for #4523 | Tim Chevalier | -0/+17 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -8/+8 |
| 2013-02-05 | Merge branch 'incoming' into removing | Tim Chevalier | -8/+11 |
| 2013-02-05 | Merge | Tim Chevalier | -1701/+1729 |
| 2013-02-05 | Don't warn when imported traits are indeed used | Alex Crichton | -0/+6 |
| 2013-02-05 | Fix some bugs with -W unused-imports | Alex Crichton | -8/+18 |
| 2013-02-04 | auto merge of #4747 : sanxiyn/rust/integral-type, r=graydon | bors | -0/+3 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -8/+8 |