summary refs log tree commit diff
path: root/src/test/debug-info/destructured-local.rs
AgeCommit message (Expand)AuthorLines
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-2/+2
2013-12-14auto merge of #10932 : alexcrichton/rust/feature-update, r=cmrbors-0/+1
2013-12-14Handle more cases in the heap lintsAlex Crichton-0/+1
2013-12-13Ignore failing Android debug-info tests. #10381Brian Anderson-0/+2
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-10debuginfo: Support for namespaces (functions only)Michael Woerister-1/+1
2013-08-26Un-disabled debug info tests on Windows.Vadim Chugunov-2/+0
2013-08-17Fix warnings it testsErick Tryzelaar-1/+2
2013-07-25debuginfo: Fixed a few things for PR.Michael Woerister-10/+12
2013-07-25debuginfo: Implemented support for destructured locals.Michael Woerister-5/+182
2013-07-19debuginfo: Cleaned up style issues for pull request.Michael Woerister-1/+1
2013-07-19debuginfo: Removed some misleading comments from test cases.Michael Woerister-3/+0
2013-06-27debuginfo: Added test case for local variables declared with destructuring.Michael Woerister-0/+33