about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-06-16rt: memory_region::free(NULL) shouldn't touch the live allocation countPatrick Walton-0/+1
2011-06-16rustc: Fix LLVM type error when generating cmp glue for interior vectorsPatrick Walton-4/+20
2011-06-16Merge remote branch 'upstream/master'Rafael Ávila de Espíndola-30/+127
2011-06-16Update the snapshots.Rafael Ávila de Espíndola-0/+5
2011-06-16rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...Patrick Walton-24/+106
2011-06-16rustc: Change interior vector syntax to `T[]`Patrick Walton-6/+21
2011-06-16Refactor ast::item representationMarijn Haverbeke-382/+311
2011-06-15Improve and test failure behavior for malformed attributesBrian Anderson-1/+47
2011-06-15Fixed a problem where spawn arguments were getting lost again. Also, fixed up...Eric Holk-38/+54
2011-06-15Re-enabled join.Eric Holk-5/+26
2011-06-15rustc: Implement interior vector concatenationPatrick Walton-9/+174
2011-06-15Merge branch 'master' of github.com:graydon/rust into fastcallEric Holk-735/+1146
2011-06-15Updating snapshots.txt. Closes #495.Eric Holk-0/+5
2011-06-15Add xterm to the term lib's list of supported terms.Michael Sullivan-0/+1
2011-06-15rustc: Remove unused variable from check_assignmentBrian Anderson-3/+2
2011-06-15stdlib: Add color support for GNU screenBrian Anderson-2/+10
2011-06-15stdlib: Add emacs variables to term.rsBrian Anderson-0/+9
2011-06-15Step 3 of cdecl conversion.Eric Holk-5/+2
2011-06-15test: Add a compile-fail test for attribute/syntax parsingBrian Anderson-0/+8
2011-06-15rustc: Support outer attributes on items that are defined as statementsBrian Anderson-10/+127
2011-06-15Updating snapshots.txtEric Holk-0/+5
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+182
2011-06-15test: Add missing fn test cases to run-pass/item-attributes.rsBrian Anderson-6/+13
2011-06-15Refactor data structures representing constraints (again...)Tim Chevalier-233/+265
2011-06-15rustc: Move ivec stuff to an ivec module in transPatrick Walton-199/+284
2011-06-15Step 2 of cdecl task transition.Eric Holk-16/+5
2011-06-15Updating snapshots.txtEric Holk-0/+5
2011-06-15rustc: Change the default interior vector length to 4 per sciencePatrick Walton-1/+1
2011-06-15Add support for producing shared libraries directly in the rust driver.Rafael Ávila de Espíndola-22/+19
2011-06-15Implement checking of alias safety in tail calls.Marijn Haverbeke-30/+75
2011-06-15Fix unsafe uses of aliases in tail callsMarijn Haverbeke-27/+44
2011-06-15Small simplification in parser.rs' crate parsingMarijn Haverbeke-7/+1
2011-06-15Added issue # to FIXME.Lindsey Kuper-1/+1
2011-06-15Simple anonymous objects get through translation.Lindsey Kuper-195/+105
2011-06-15Just some typo fixes.Lindsey Kuper-3/+3
2011-06-15Step 1 of moving task startup to always be cdecl.Eric Holk-11/+27
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-30/+30
2011-06-15Attempt to put out windows tinderbox.Graydon Hoare-5/+9
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-18931/+13667
2011-06-15Print mutability of obj fields.Graydon Hoare-2/+7
2011-06-15Fix pp bug on native modules.Graydon Hoare-1/+3
2011-06-15rustc: Pretty-print outer attributes of itemsBrian Anderson-15/+47
2011-06-15test: Add tests for multiple outer attributes on itemsBrian Anderson-11/+41
2011-06-15rustc: Make room in remaining AST item nodes for attributesBrian Anderson-150/+157
2011-06-15test: Add test cases for outer attributes on all item typesBrian Anderson-0/+13
2011-06-15rustc: Introduce an attribute type to the ASTBrian Anderson-9/+32
2011-06-15rustc: Parse module attributesBrian Anderson-6/+29
2011-06-15rustc: Make room in item_mod for metadataBrian Anderson-24/+24
2011-06-15rustc: Modernize front::evalBrian Anderson-37/+26
2011-06-15Implement checking against assignments to immutable obj fieldsMarijn Haverbeke-38/+61