about summary refs log tree commit diff
path: root/src/comp/middle
AgeCommit message (Expand)AuthorLines
2012-02-01Remove support for native typesMarijn Haverbeke-79/+15
2012-02-01Get rid of native types in LLVM moduleMarijn Haverbeke-125/+101
2012-01-31Change option::t to optionTim Chevalier-152/+152
2012-01-31Don't compute pre- and postconditions for item_constsTim Chevalier-16/+1
2012-01-31Require alts to be exhaustiveTim Chevalier-285/+591
2012-01-31Move walk_ty to stack closureMarijn Haverbeke-56/+32
2012-01-31Don't consider references to nullary tag variants lvals in kind.rsMarijn Haverbeke-1/+16
2012-01-30Remove ternary operatorPaul Woolcock-14/+0
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-34/+79
2012-01-30Substitute type parameters more eagerlyMarijn Haverbeke-293/+190
2012-01-30Revert self typesMarijn Haverbeke-81/+50
2012-01-30Remove trailing whitespace in debuginfo.rsMarijn Haverbeke-1/+1
2012-01-30Only build debuginfo blocks for blocks that appear in the program textMarijn Haverbeke-81/+104
2012-01-29Fix mistake in previous commitMarijn Haverbeke-1/+2
2012-01-29Fix bug where resolve didn't descend method ty paramsMarijn Haverbeke-1/+1
2012-01-28Merge remote-tracking branch 'mozilla/master'Josh Matthews-30/+56
2012-01-28Disable lexical block and function debug info caches to improve compilation t...Josh Matthews-19/+18
2012-01-27rustc: Make 'attempted access of field' error non-fatalBrian Anderson-1/+3
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-2/+2
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-11/+19
2012-01-27Allow moving out of mutable unsafe pointersMarijn Haverbeke-10/+12
2012-01-27Properly check enum types for recursionMarijn Haverbeke-6/+20
2012-01-27Move various trans_ modules under a trans:: umbrella moduleMarijn Haverbeke-192/+181
2012-01-27Stop passing spans to middle::trans functions that don't need themMarijn Haverbeke-220/+161
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-1/+1
2012-01-26Make re-exporting of impls workMarijn Haverbeke-82/+105
2012-01-26Use operator names for operator methodsMarijn Haverbeke-28/+20
2012-01-26Fix small bug in iface self typesMarijn Haverbeke-1/+3
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-56/+81
2012-01-26First stab at operator overloadingMarijn Haverbeke-139/+240
2012-01-26Remove ty_native_fnMarijn Haverbeke-104/+32
2012-01-25(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...Kevin Cantu-1/+1
2012-01-25Implement implicit self type parameters for ifacesMarijn Haverbeke-62/+86
2012-01-25Rename tag to enum throughout the compilerMarijn Haverbeke-262/+246
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 3)Kevin Cantu-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-22/+21
2012-01-23Check that the names mentioned in tag exports are actually types (or variants)Tim Chevalier-2/+58
2012-01-23Export all enum variants by default; new syntax for selectively exporting var...Tim Chevalier-0/+2
2012-01-21wrap lineNiko Matsakis-1/+2
2012-01-21unify size_of, align_of into one call (metrics)Niko Matsakis-104/+346
2012-01-21migrate size_of() and related funcs from trans into shapeNiko Matsakis-263/+268
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-18/+18
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-4/+4
2012-01-22rustc: Specify lint checks via crate attributesHaitao Li-2/+97
2012-01-21rustc: Always resolve reexported names from original defHaitao Li-22/+2
2012-01-20Handle fail after return correctly in typestateTim Chevalier-4/+18
2012-01-19Handle predicates that recurse in a check() expressionTim Chevalier-9/+10
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-5/+5
2012-01-19rustc: ";" to "," in enumsPatrick Walton-163/+163
2012-01-19rustc: Remove trailing whitespacePatrick Walton-1/+1