about summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2012-09-18make filetype() include the "." (fixes #3412)Niko Matsakis-1/+1
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-36/+39
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+2
2012-09-18Revert "Adapt callee to avoid intermediary for move/copy arguments (cc #3402)"Niko Matsakis-88/+80
2012-09-17warn(non_camel_case_types) by defaultBrian Anderson-1/+1
2012-09-17Make auto-slice, auto-ptr not exclusive (fixes #3514)Niko Matsakis-7/+7
2012-09-17WIP: make autoslice, autoptr not be mutually exclusiveNiko Matsakis-36/+76
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-3/+3
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-3/+3
2012-09-15add some debug!'s to help diagnose failure of issue-1763.rsNiko Matsakis-1/+12
2012-09-15Fix broken assertion in regionck for code like (a[])()Niko Matsakis-4/+3
2012-09-15regionck: fix bug where autoref regions are not inferred to be large enoughNiko Matsakis-44/+101
2012-09-14rustc: Back out box annihilatorPatrick Walton-3/+4
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-1/+0
2012-09-14rustc: Call the box annihilator in mainPatrick Walton-2/+7
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-2/+5
2012-09-14Have parser recognize static, self region.Niko Matsakis-26/+51
2012-09-14Adapt callee to avoid intermediary for move/copy arguments (cc #3402)Niko Matsakis-80/+88
2012-09-13Fix unused variable warning.Graydon Hoare-1/+0
2012-09-13Fix bug in auto-ref on bounded type parametersNiko Matsakis-14/+62
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-5/+5
2012-09-13remove commented code that used to cause borrowck errorNiko Matsakis-10/+0
2012-09-12Rename str::unsafe to str::rawBrian Anderson-2/+2
2012-09-12trans: overhaul match bindings. No more phi, one code path for guards.Niko Matsakis-401/+701
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-22/+22
2012-09-12Promote 'const', 'copy', 'fn' to strict keywordsBrian Anderson-1/+1
2012-09-12purge the separate path for rel ops (e.g., ==) vs other bin opsNiko Matsakis-60/+22
2012-09-12rustc: Use the correct 'fail' rtcallBrian Anderson-1/+1
2012-09-12Add some monomorphizing instrumentation, simplify types before emitting glue.Graydon Hoare-4/+135
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-30/+30
2012-09-12Rename core::rt_fail to core::rt_fail_Brian Anderson-1/+1
2012-09-12Make moves in arguments explicit in libsyntax and rustcTim Chevalier-6/+6
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1438/+1823
2012-09-11Make the 'move mode but datum will not store' error fatalTim Chevalier-1/+1
2012-09-11Remove dead codeTim Chevalier-1/+0
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-13/+13
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-7/+7
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-183/+182
2012-09-11Make moves explicit in rustcTim Chevalier-23/+23
2012-09-11rustc: Remove a bunch of unused upcallsPatrick Walton-17/+2
2012-09-11rustc: Remove the cmp type upcallPatrick Walton-34/+0
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-14/+10
2012-09-10Camel case std::serializationBrian Anderson-9/+7
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-10/+38
2012-09-10Convert std::map to camel caseBrian Anderson-185/+185
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-12/+33
2012-09-10rustc: Trim down and rename trans_compare. Now only eq shape glue remains.Patrick Walton-26/+9
2012-09-10rustc: Make range literals use compare_scalar_types instead of trans_comparePatrick Walton-32/+6
2012-09-10rustc: Long linesPatrick Walton-3/+7
2012-09-10rustc: Move trans_compare into alt.rsPatrick Walton-0/+29