about summary refs log tree commit diff
path: root/src/rustc/middle
AgeCommit message (Expand)AuthorLines
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-28/+11
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-11/+28
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-11/+60
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-1179/+0
2012-09-23core: Demode optionBrian Anderson-91/+91
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-23/+59
2012-09-21rustc: Make x-ray resolution work with non-legacy-exportsBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-97/+94
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-21/+70
2012-09-21rustc: Shove the address of the box annihilator into the crate mapPatrick Walton-3/+19
2012-09-21rustc: Remove middle/tstateBrian Anderson-2622/+0
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-3/+3
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-3/+3
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-1/+1
2012-09-20fix long linesNiko Matsakis-4/+5
2012-09-20Make + mode by-value if the type is immediate, by-ref otherwiseNiko Matsakis-92/+190
2012-09-20Remove export_map from resolve, just use export_map2.Graydon Hoare-74/+20
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-55/+1268
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-155/+151
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-103/+100
2012-09-19Remove unused hokey-hashes from typeck and region inference.Graydon Hoare-119/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-139/+157
2012-09-19use && for fn() even in legacy mode to work around mem leakNiko Matsakis-2/+12
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-238/+221
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-221/+238
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-11/+11
2012-09-18Revert "change relative priority of auto-slice and auto-ptr"Graydon Hoare-2/+2
2012-09-18Treat static slices and rptrs as sendable.Graydon Hoare-1/+11
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-7/+34
2012-09-18change relative priority of auto-slice and auto-ptrNiko Matsakis-2/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-4/+5
2012-09-18Change 'must' to 'should' in non_camel_case_types messageBrian Anderson-2/+3
2012-09-18libsyntax: Remove 'unchecked_blk' from ASTBrian Anderson-4/+0
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-11/+11
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-4/+4
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-11/+11
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-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-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