summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-01-28Do not try to encode/decode inference types, should not be necessaryNiko Matsakis-16/+2
2013-01-28Add to_str() definitions for some AST typesNiko Matsakis-0/+18
2013-01-28Remove bounds from type decl of smallintmapNiko Matsakis-2/+2
2013-01-28Extend region guarantor logic to handle autoref, which willNiko Matsakis-83/+125
2013-01-28Make tidy actually workNiko Matsakis-3/+3
2013-01-28Detect "// WARN" in tidy and print out, well, a warning! UsefulNiko Matsakis-0/+8
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-47/+144
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-94/+640
2013-01-26std: implement lexicographical Ord for TreeMap/TreeSetCody Schroeder-4/+82
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-1184/+1683
2013-01-26register more-conservative linux snapGraydon Hoare-2/+2
2013-01-26testsuite: Eliminate structural records from run-fail testsTim Chevalier-7/+21
2013-01-26fuzzer: Remove structural recordsTim Chevalier-9/+9
2013-01-26cargo: remove structural recordsTim Chevalier-5/+5
2013-01-26core: Remove structural records in library testsTim Chevalier-3/+6
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-432/+600
2013-01-25Merge pull request #4644 from martica/camel-case-optionTim Chevalier-50/+50
2013-01-25rustc: Make build_wrap_ret compile on Windows and unrevert ABI patchTim Chevalier-605/+660
2013-01-25Fix Option camel case in a compile-fail testTyler Bindon-3/+3
2013-01-25Fix Option camel case in commented portion of testTyler Bindon-2/+2
2013-01-25Fix Option camel case in debug messagesTyler Bindon-2/+2
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-23/+23
2013-01-25Fix Option camel case in commentsTyler Bindon-19/+19
2013-01-25Fix Option camel case in error messageTyler Bindon-1/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-1184/+1683
2013-01-25Declare std::arc::unwrap to be pubCody Schroeder-1/+1
2013-01-25testsuite: Fix Windows breakage harder in x86stdcall2Tim Chevalier-5/+5
2013-01-25test: fix x86stdcall test, r=burningtree.Graydon Hoare-5/+7
2013-01-25register snapshotsGraydon Hoare-58/+8
2013-01-25Revert "Merge pull request #4633 from thestinger/treemap"Tim Chevalier-10/+19
2013-01-25Merge pull request #4625 from thestinger/containerTim Chevalier-96/+66
2013-01-25use mut function argument syntax in priority_queueDaniel Micay-8/+4
2013-01-25use mutable function argument syntax in treemapDaniel Micay-11/+6
2013-01-24Stop using oldcomm in uv_global_loop testsBrian Anderson-17/+18
2013-01-24std: Mop up Mac/Linux breakageTim Chevalier-2/+2
2013-01-24rustc: Address an XXX in middle::modeTim Chevalier-3/+16
2013-01-24rustc: Less copyTim Chevalier-139/+148
2013-01-24core: Mop up Windows breakageTim Chevalier-2/+2
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-54/+17
2013-01-24std: Fix broken Windows functionTim Chevalier-1/+1
2013-01-24implement Mutable trait for vecDaniel Micay-3/+16
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-42/+36
2013-01-24Merge pull request #4623 from thestinger/mapTim Chevalier-78/+59
2013-01-24clean up LinearMap implementationDaniel Micay-78/+59
2013-01-24comments: Convert XXXes to FIXMEsTim Chevalier-2/+3
2013-01-24Merge pull request #4613 from erickt/incomingTim Chevalier-914/+1051
2013-01-24syntax/rustc: Less copyTim Chevalier-17/+18
2013-01-24Convert dlist records into structsErick Tryzelaar-111/+128
2013-01-24convert io wrapper records into structsErick Tryzelaar-5/+10
2013-01-24Fix another typoErick Tryzelaar-1/+1