| Age | Commit message (Expand) | Author | Lines |
| 2013-07-19 | std::rt: Remove an obsolete FIXME. #7757 | Brian Anderson | -5/+0 |
| 2013-07-19 | std::rt: Use a constant 4 threads for multithreaded sched tests. #7772 | Brian Anderson | -5/+4 |
| 2013-07-19 | Missed the methods of UdpWatcher. | Eric Reed | -18/+16 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -64/+65 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -811/+728 |
| 2013-07-19 | auto merge of #7871 : pcwalton/rust/de-at-match, r=brson | bors | -63/+91 |
| 2013-07-19 | debuginfo: Fixed some merge fallout | Michael Woerister | -3/+6 |
| 2013-07-19 | auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphism | bors | -0/+43 |
| 2013-07-19 | debuginfo: Fixed some merge fallout. | Michael Woerister | -1/+1 |
| 2013-07-19 | debuginfo: Fixed issue 7712. | Michael Woerister | -6/+13 |
| 2013-07-19 | debuginfo: Implemented trait_method branch in create_function_metadata(). | Michael Woerister | -22/+61 |
| 2013-07-19 | debuginfo: Added some documenting comments to debuginfo.rs | Michael Woerister | -20/+33 |
| 2013-07-19 | debuginfo: Adapted DI generation to new memory layout of unique vecs. | Michael Woerister | -17/+76 |
| 2013-07-19 | debuginfo: Cleaned up style issues for pull request. | Michael Woerister | -501/+589 |
| 2013-07-19 | debuginfo: Added support for Option<T>-like enums. | Michael Woerister | -1/+72 |
| 2013-07-19 | debuginfo: Fixed unique pointers to data containing managed pointers. | Michael Woerister | -9/+67 |
| 2013-07-19 | debuginfo: DI generation for enums uses adt::represent_type() now. | Michael Woerister | -7/+163 |
| 2013-07-19 | debuginfo: Extended test suite with various tests for enums. | Michael Woerister | -0/+343 |
| 2013-07-19 | debuginfo: Major code cleanup in debuginfo.rs | Michael Woerister | -257/+266 |
| 2013-07-19 | Cleanup of ty::VariantInfo and related functions. | Michael Woerister | -144/+131 |
| 2013-07-19 | debuginfo: Fixes related to changed memory layout of unique allocations | Michael Woerister | -8/+7 |
| 2013-07-19 | debuginfo: Added support for struct-style enums. | Michael Woerister | -76/+161 |
| 2013-07-19 | debuginfo: Better support for univariant tuple-style enums. | Michael Woerister | -7/+26 |
| 2013-07-19 | debuginfo: Support for tuple-style enums (WIP) | Michael Woerister | -90/+261 |
| 2013-07-19 | debuginfo: Added support for c-style enums. | Michael Woerister | -37/+361 |
| 2013-07-19 | debuginfo: Added test cases for packed structs (/w drop) | Michael Woerister | -0/+356 |
| 2013-07-19 | debuginfo: Replaced vec::mapi with iterator version. | Michael Woerister | -32/+11 |
| 2013-07-19 | debuginfo: Refactoring of composite type info generation done. | Michael Woerister | -228/+153 |
| 2013-07-19 | debuginfo: Refactored vec slice code to use the new infrastructure. Added tes... | Michael Woerister | -72/+134 |
| 2013-07-19 | debuginfo: Removed some misleading comments from test cases. | Michael Woerister | -17/+1 |
| 2013-07-19 | debuginfo: Renamed *reference-to-* test cases to *borrowed-* | Michael Woerister | -0/+0 |
| 2013-07-19 | debuginfo: Began refactoring of composite type handling. | Michael Woerister | -47/+293 |
| 2013-07-18 | auto merge of #7859 : kmcallister/rust/rt-diag-messages, r=pcwalton | bors | -7/+18 |
| 2013-07-18 | auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton | bors | -36/+33 |
| 2013-07-18 | auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton | bors | -28/+1 |
| 2013-07-18 | rustpkg: Make rustpkg commands work without a package ID | Tim Chevalier | -70/+210 |
| 2013-07-18 | auto merge of #7854 : brson/rust/rt-test-threads, r=pcwalton | bors | -1/+1 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -81/+84 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -20/+82 |
| 2013-07-18 | Refactor a handful of stuff in the metadata encoder. | Michael Sullivan | -125/+87 |
| 2013-07-18 | Add provided method information to ty::Method. Get rid of ProvidedMethodSource. | Michael Sullivan | -95/+77 |
| 2013-07-18 | Get rid of resolve::MethodInfo. Closes #4946. | Michael Sullivan | -84/+44 |
| 2013-07-18 | Refactor some coherence/method trans code, add an impls map to tcx. | Michael Sullivan | -213/+70 |
| 2013-07-18 | Start of data structure cleanup for trait system. Get rid of CoherenceInfo, m... | Michael Sullivan | -105/+50 |
| 2013-07-18 | librustc: Remove `&` inside `@` from borrowck/check_loans. | Patrick Walton | -17/+18 |
| 2013-07-18 | librustc: Remove a bunch of `@` boxes from `Match`. | Patrick Walton | -63/+91 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -74/+33 |
| 2013-07-18 | auto merge of #7842 : thestinger/rust/closure, r=huonw | bors | -57/+24 |
| 2013-07-18 | auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonw | bors | -8/+52 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -74/+33 |