about summary refs log tree commit diff
path: root/src/comp/middle
AgeCommit message (Expand)AuthorLines
2011-03-21The T_taskptr is already included in the n_args, don't add it twice.Rafael Ávila de Espíndola-5/+3
2011-03-21rustc: Update type serialization and deserialization for the "mutable?" changePatrick Walton-5/+15
2011-03-21rustc: Merge in type serialization and deserializationMarijn Haverbeke-0/+106
2011-03-21Make lltaskptr a regular argument element in args in calls to trans_upcall2.Rafael Ávila de Espíndola-8/+8
2011-03-21Move calls to PtrToInt out of trans_upcall2.Rafael Ávila de Espíndola-3/+5
2011-03-20Modify native_item_fn to handle trailing linkage names that differ from the i...Graydon Hoare-14/+18
2011-03-20rustc: Internalize glue. Cuts libstd size by 8% or so.Patrick Walton-1/+3
2011-03-19rustc: Only declare each native function once. std.rc now links.Patrick Walton-1/+15
2011-03-19rustc: Use the right block context to generate unary operands. std.rc compile...Patrick Walton-3/+3
2011-03-19rustc: Allow arguments to be captured as upvars. std.rc compiles now, except ...Patrick Walton-3/+15
2011-03-19rustc: Do argument casts before loading aggregates, not afterPatrick Walton-5/+16
2011-03-18rustc: Implement int-to-native castsPatrick Walton-0/+3
2011-03-18rustc: Make trans_path() generic-safe wrt nullary tagsPatrick Walton-1/+8
2011-03-18rustc: Make iter_structural_ty_full() generic-safe wrt tagsPatrick Walton-28/+10
2011-03-18rustc: Do pointer casts when casting native typesPatrick Walton-1/+3
2011-03-18rustc: Fix inference for auto slots (forgot to stage changes before)Patrick Walton-7/+6
2011-03-18rustc: Don't always build a constant multiply instruction when translating li...Patrick Walton-2/+2
2011-03-18rustc: Move type_of() behind the check for dynamic size in trans_vec()Patrick Walton-1/+1
2011-03-18rustc: Create global variable constants during the collection phasePatrick Walton-14/+13
2011-03-18rustc: Make iter_sequence() work with generic vectorsPatrick Walton-3/+16
2011-03-18rustc: Box the tuples returned by hashmap.items() for now since we don't have...Patrick Walton-1/+1
2011-03-18rustc: Get type params from the item when translating native itemsPatrick Walton-9/+13
2011-03-18rustc: Unify over alt expressionsPatrick Walton-0/+14
2011-03-18rustc: Add a span_unimpl() for debuggingPatrick Walton-1/+2
2011-03-18rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.Patrick Walton-23/+60
2011-03-17rustc: Switch mutability from being a type constructor to a field annotationPatrick Walton-207/+237
2011-03-17rustc: Correctly report mutability when stringifying typesPatrick Walton-24/+24
2011-03-17rustc: Consider native types to be scalarPatrick Walton-0/+1
2011-03-17rustc: Sort object methods when parsing textual types in the ASTPatrick Walton-9/+11
2011-03-17rustc: Don't go over inner functions' locals during the writeback phase of ty...Patrick Walton-5/+22
2011-03-16Fixed version of my previous patch to rename the upcall functions. This time ...Rafael Ávila de Espíndola-4/+3
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-97/+103
2011-03-16Update comment to reflect the decision to avoid cycles.Rafael Ávila de Espíndola-2/+2
2011-03-15rustc: Add an annotation for the crate definition to view_item_usePatrick Walton-8/+8
2011-03-15Revert "Change the numbering of upcall functions. upcall_0 now calls a functi...Patrick Walton-3/+4
2011-03-15Change the numbering of upcall functions. upcall_0 now calls a functionRafael Ávila de Espíndola-4/+3
2011-03-14Merge remote branch 'brson/recursive-elseif'Graydon Hoare-92/+35
2011-03-14Rename check_assignment_like to check_assignment since it turned out not to b...Brian Anderson-5/+4
2011-03-14Fix the typechecking for expr_send and expr_recvBrian Anderson-8/+38
2011-03-14Add ty_port and ty_chan to expr_ty functionBrian Anderson-11/+13
2011-03-14Typecheck expr_send and expr_recvBrian Anderson-0/+16
2011-03-14Reorganize evaluation of expr_send/recv to put them closer to expr_assign, to...Brian Anderson-29/+30
2011-03-14Factor out expression checking for forms that look like assignmentBrian Anderson-23/+27
2011-03-14Add folding and type checking for ports and chansBrian Anderson-0/+163
2011-03-14Fold ty_chan and ty_portBrian Anderson-0/+21
2011-03-14Split trans' collection in two passes. This allows us to handle tagsRafael Ávila de Espíndola-16/+32
2011-03-13Merge branch 'master' into recursive-elseifBrian Anderson-553/+1220
2011-03-13Remove extra blocks from the translation of expr_blockBrian Anderson-20/+2
2011-03-11Preserve crate directives in the parsed crate.Graydon Hoare-4/+10
2011-03-11rustc: Add some stub metadata to each cratePatrick Walton-0/+32