summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-21Remove some singleton vector appends.Eric Holk-16/+16
2012-06-21Remove some commented out code so the pretty printer doesn't get confused.Eric Holk-2/+0
2012-06-21Updating errors in vec-add.rsEric Holk-19/+29
2012-06-21Fixed another performance issueEric Holk-1/+1
2012-06-21Library vecs are fast now.Eric Holk-16/+40
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-247/+172
2012-06-21Generate a temporary for assign_ops. Issue #2581Eric Holk-2/+86
2012-06-21Add and xfail test for 2101Tim Chevalier-0/+20
2012-06-21Remove unneeded fieldTim Chevalier-5/+1
2012-06-21Remove unneeded SHAPE_VEC constTim Chevalier-3/+0
2012-06-21Comments only: annotate FIXMEsTim Chevalier-14/+15
2012-06-21Try removing code marked with "I don't think this is necessary"Tim Chevalier-15/+1
2012-06-21Add test for issue 2214Tim Chevalier-0/+18
2012-06-21Test for issue 1896 (which appears to be fixed)Tim Chevalier-0/+8
2012-06-21core: Remove resolved FIXME around port destructionBrian Anderson-2/+0
2012-06-21A test to exercise suffix inference for unary minus a little more.Lindsey Kuper-0/+43
2012-06-21Consolidate "make sure types are the same" fns. Issue #2644.Lindsey Kuper-42/+21
2012-06-21Rename upcall_malloc_dyn to just upcall_malloc.Michael Sullivan-88/+48
2012-06-21unxfail test for #2657Niko Matsakis-6/+1
2012-06-21Issue #2657: track mutability of bindings, also prevent move from bindingsNiko Matsakis-8/+50
2012-06-21Comment only: annotate FIXMETim Chevalier-1/+1
2012-06-21Comments only: annotate FIXMEs in cargoTim Chevalier-4/+5
2012-06-21handle moves in let initializers and allow moves from unsafe ptrsNiko Matsakis-0/+57
2012-06-20Fix typo in Windows snapshot hashTim Chevalier-1/+1
2012-06-20Apparently an extra space in the snapshot file breaks Windows completely?Tim Chevalier-1/+1
2012-06-20Register snapshotsTim Chevalier-0/+8
2012-06-20Change core::comm to use classes instead of resourcesTim Chevalier-21/+30
2012-06-20Make trans give correct types to monomorphic dtorsTim Chevalier-13/+41
2012-06-20Don't shadow a class name with a localTim Chevalier-5/+5
2012-06-20Fix resolve bug that made nested classes not workTim Chevalier-17/+31
2012-06-20Monomorphize dtors correctlyTim Chevalier-21/+41
2012-06-20Comments only: typosTim Chevalier-3/+3
2012-06-20Change map::get to map::find in ppauxTim Chevalier-3/+3
2012-06-20Don't consider loops to be breaking if they contain inner loops that breakTim Chevalier-9/+23
2012-06-20Change error to debugTim Chevalier-2/+1
2012-06-20Remove obsolete comment.Lindsey Kuper-4/+0
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-0/+22
2012-06-20Remove bind. Issue #2189Brian Anderson-749/+383
2012-06-20Fix a test I messed up.Michael Sullivan-1/+2
2012-06-20Register snapshotsBrian Anderson-0/+8
2012-06-20Don't allow + for evecs/estrs. It isn't implemented, and we are moving vec + ...Michael Sullivan-2/+2
2012-06-20Repair the formatting of the table in is_binopable.Michael Sullivan-12/+9
2012-06-20Test for #2242 (xfailed for now)Tim Chevalier-0/+46
2012-06-20Call the correct type formatting function for more typecheck diagnostics. Clo...Michael Sullivan-10/+14
2012-06-20Don't force resolution of integral type vars in unary minus exprsLindsey Kuper-5/+12
2012-06-20Use an unambiguous abbreviation for "operand" :)Lindsey Kuper-25/+25
2012-06-20Add comments explaining integral type variables; fix typosLindsey Kuper-1/+23
2012-06-20Don't reverse all the arguments to span_lint for lint checking passes.Michael Sullivan-7/+7
2012-06-19two more tests for method autoderefNiko Matsakis-0/+16
2012-06-19support autoderef on method callsNiko Matsakis-170/+241