about summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2012-09-25Check more things with deprecated_modesBrian Anderson-31/+96
2012-09-25rustc: Reduce shape.rs to the bare minimum needed to not trigger bugsPatrick Walton-163/+6
2012-09-25rustc: Remove most of the code that generates shapesPatrick Walton-376/+0
2012-09-25rustc: Stop generating shape tablesPatrick Walton-59/+4
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-54/+77
2012-09-25Change method res to try autoref more often. Fixes #3585.Niko Matsakis-53/+11
2012-09-25rustc: Move generally useful functions out of shape.rs in preparation for its...Patrick Walton-143/+150
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-13/+49
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-10/+37
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-1284/+0
2012-09-23core: Demode optionBrian Anderson-111/+111
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-112/+107
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-21/+190
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-35/+35
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-35/+35
2012-09-20syntax: Pass the correct crate_cfg to the syntax expanderBrian Anderson-1/+5
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-2/+2
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-79/+21
2012-09-20libcore: Make BytesWriters not require shared boxes.Patrick Walton-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-55/+1373
2012-09-19Remove old stage0 compat gunkBrian Anderson-14/+0
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-216/+214
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-2/+0
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-113/+109
2012-09-19Remove unused hokey-hashes from typeck and region inference.Graydon Hoare-119/+1
2012-09-19Remove hokey-hashes from metadata indexes.Graydon Hoare-18/+10
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-145/+165
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-250/+231
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-231/+250
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-13/+13
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-9/+39
2012-09-18change relative priority of auto-slice and auto-ptrNiko Matsakis-2/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-30/+29
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-39/+36
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-4/+4