summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-01test: xfail-win32 run-pass/companionmod. not sure why it's brokeBrian Anderson-0/+1
2012-06-01Port more resource tests to classesTim Chevalier-22/+38
2012-06-01Check that classes are instantiableTim Chevalier-0/+2
2012-06-01Make sure classes with dtors are still sendable (but not copyable)Tim Chevalier-1/+5
2012-06-01Comment only: fix typoTim Chevalier-1/+1
2012-06-01Tests for copyability and sendability rules for classesTim Chevalier-0/+44
2012-06-01Port another resource test to use classesTim Chevalier-2/+3
2012-06-01Enforce rule that classes with dtors aren't copyableTim Chevalier-4/+18
2012-06-01Remove obsolete testTim Chevalier-6/+0
2012-06-01Update task-killjoin-rsrc to use classesTim Chevalier-19/+21
2012-06-01Comment only: fix typoTim Chevalier-1/+1
2012-06-01Port more test cases to use classes instead of resourcesTim Chevalier-23/+47
2012-06-01Change type_needs_drop to say that any class w/ a dtor needs a dropTim Chevalier-4/+7
2012-06-01Revert "test: xfail-win32 run-pass/cci_borrow.rs"Brian Anderson-1/+0
2012-06-01Revert "test: xfail-win32 run-pass/cci_capture_clause.rs"Brian Anderson-1/+0
2012-06-01compiletest: Add the libaux path to PATH on win32Brian Anderson-1/+5
2012-06-01Don't try to compute kinds of fictitious types. Indicate a bug instead.Michael Sullivan-7/+4
2012-06-01test: xfail-win32 run-pass/cci_capture_clause.rsBrian Anderson-0/+1
2012-06-01test: xfail-win32 run-pass/cci_borrow.rsBrian Anderson-0/+1
2012-06-01core: Fix handling of 0-padded floats with precision in #fmtBrian Anderson-4/+9
2012-06-01test: Move tests with rustc deps into run-pass-fulldepsBrian Anderson-0/+0
2012-06-01squelch warnings in testsNiko Matsakis-3/+3
2012-06-01break up borrowck into modules and begin to document how it worksNiko Matsakis-1560/+1744
2012-06-01Clarifying comments in test.Lindsey Kuper-2/+5
2012-06-01More tests wrt #2263.Lindsey Kuper-0/+41
2012-06-01Clarify comments in test.Lindsey Kuper-3/+4
2012-06-01register snapshotsNiko Matsakis-0/+8
2012-05-31rt: Refactor task failure to go through rust_task_failBrian Anderson-3/+45
2012-05-31Have lint build up a table of the warning settings on a per item basis for la...Michael Sullivan-4/+25
2012-05-31Time lint in the driver like every other pass, instead of in lint.Michael Sullivan-21/+9
2012-05-31Make lint properly deal with nested items. Closes #2473.Michael Sullivan-11/+20
2012-05-31Rework lint to copy lint mode maps when changing them.Michael Sullivan-16/+30
2012-05-31Switch lint over to using a smallintmap.Michael Sullivan-6/+19
2012-05-31Remove some dead code from kind checking.Michael Sullivan-5/+1
2012-05-31Add some convenience helpers to getopts. Close #1837.Graydon Hoare-0/+51
2012-05-31rustc: Use fewer boxes in typestateBrian Anderson-12/+12
2012-05-31Implement 2 kinds of char / str escaping. Use in rustc. Close #2306.Graydon Hoare-33/+136
2012-05-31allow mutable vectors and so forth to be used as immutable slicesNiko Matsakis-58/+121
2012-05-31Allow some resources to be considered const.Eric Holk-2/+7
2012-05-31Make std::map require const keys.Eric Holk-8/+10
2012-05-31Allow optional comma before `with` in FRU. Closes #2463.Lindsey Kuper-0/+25
2012-05-31syntax: get rid of redundant caseLindsey Kuper-2/+0
2012-05-31Some fixes to bitv. Close #2342.Graydon Hoare-13/+34
2012-05-31Add libsyntax to the Python script for making a snapshotKevin Cantu-5/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-12/+15
2012-05-31Merge remote-tracking branch 'brson/self-describing-uniques'Brian Anderson-288/+455
2012-05-31Register snapshotsBrian Anderson-0/+8
2012-05-31test: Update test with current error messageBrian Anderson-3/+3
2012-05-30Register snapshotsBrian Anderson-0/+8
2012-05-30rustc: Do less work still in typestateBrian Anderson-46/+52