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