summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-01auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581bors-164/+161
2014-09-30Add regression test for issue #17444Brian Koropoff-0/+18
2014-09-30Add regression test for issue #17458Brian Koropoff-0/+15
2014-09-30Disallow casting directly between C-like enums and unsafe pointersBrian Koropoff-1/+1
2014-09-30Add missing case for pointer -> int when translating constant cast expressionsBrian Koropoff-0/+3
2014-09-30Bound Any with 'staticJonathan Reem-3/+3
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30auto merge of #17634 : jakub-/rust/if_let, r=kballardbors-37/+402
2014-09-30librustc: Fix up mutability in method autoderefs if incorrect, andPatrick Walton-10/+154
2014-09-30Remove unnecessary allocation, update API name for starting the rustc driver.Benjamin Adamson-6/+4
2014-09-30Fold `MethodOrigin`s to resolve inference variables they may contain.Eduard Burtescu-1/+73
2014-09-30auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichtonbors-3/+3
2014-09-30Fix rustdocSteven Fackler-3/+2
2014-09-30Fix librustuvSteven Fackler-5/+3
2014-09-30Fix libnativeSteven Fackler-70/+68
2014-09-30Fix libgreenSteven Fackler-13/+9
2014-09-30Fix librustc_llvmSteven Fackler-1/+1
2014-09-30Fix librustcSteven Fackler-5/+4
2014-09-30Fix librustc_backSteven Fackler-2/+2
2014-09-30Fix libtimeSteven Fackler-9/+6
2014-09-30Fix librustrtSteven Fackler-69/+74
2014-09-30Fix libstdSteven Fackler-56/+52
2014-09-30Fix liballocSteven Fackler-8/+8
2014-09-30Fix cfg warnings for liblibcSteven Fackler-108/+93
2014-09-30Turn on cfg format warningsSteven Fackler-9/+0
2014-09-30auto merge of #17639 : brson/rust/windbg2, r=pcwaltonbors-2/+3
2014-09-30Temporarily remove the description for the diagnostic E0162Jakub Wieczorek-6/+2
2014-09-30Update after the fall out from the syntax::ptr changesJakub Wieczorek-32/+38
2014-09-30Add `if let` to the referenceJakub Wieczorek-1/+14
2014-09-30Update based on PR feedbackKevin Ballard-32/+47
2014-09-30Move `if let` behind a feature gateKevin Ballard-2/+13
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-23/+115
2014-09-30Add tests for `if let`Kevin Ballard-0/+67
2014-09-30Desugar 'if let' into the appropriate 'match'Kevin Ballard-1/+108
2014-09-30Teach libsyntax about `if let`Kevin Ballard-13/+71
2014-09-30auto merge of #17647 : pcwalton/rust/stop-looking-in-metadata-in-tc, r=cmrbors-9/+61
2014-09-30Ignore yet another windows debuginfo testBrian Anderson-2/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-164/+161
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-32/+81
2014-09-30librustc: Stop looking in metadata in type contents.Patrick Walton-9/+61
2014-09-30auto merge of #17640 : brson/rust/wininst, r=alexcrichtonbors-2/+2
2014-09-30Removed some unnecessary RefCells from resolveJonathan S-96/+70
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-98/+63
2014-09-30Include ChaCha pseudorandom generatorSamuel Neves-1/+288
2014-09-29auto merge of #17468 : nick29581/rust/dst-bug-nostd, r=nikomatsakisbors-45/+102
2014-09-30Emit an error rather than ICEing for a missing built-in bound lang item.Nick Cameron-45/+102
2014-09-29install: Fix the install.sh script to work with spacesBrian Anderson-2/+2
2014-09-29auto merge of #17475 : pnkfelix/rust/fix-17303, r=huonwbors-4/+17
2014-09-29Ignore win-tcb test on non-windowsBrian Anderson-22/+42
2014-09-29Test fixes from the rollupAlex Crichton-2/+4