summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-54/+90
2012-09-25Change method res to try autoref more often. Fixes #3585.Niko Matsakis-53/+48
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-17/+69
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-68/+133
2012-09-25core: Mark more mods as demodedBrian Anderson-0/+12
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-48/+15
2012-09-25rt: Remove the cycle collectorPatrick Walton-609/+0
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-15/+48
2012-09-24rt: Add a logging function for strings (only).Patrick Walton-0/+8
2012-09-24rt: Call the Rust box annihilator; stop calling the cycle collectorPatrick Walton-12/+11
2012-09-24libcore: Fix 32 bit Rust task structure offsets for unwindingPatrick Walton-3/+32
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-11/+98
2012-09-24Support visibility qualifiers in crate directives properly.Graydon Hoare-14/+16
2012-09-24rustdoc: Fix for generations of anchors. #3570Brian Anderson-1/+8
2012-09-24Revert "rt: Call the Rust box annihilator; stop calling the cycle collector" ...Patrick Walton-11/+12
2012-09-24rt: Call the Rust box annihilator; stop calling the cycle collectorPatrick Walton-12/+11
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-3667/+8
2012-09-23vim - Update bblum's email address and highlight trait namesBen Blum-2/+8
2012-09-23Fix more windows breakageBrian Anderson-2/+2
2012-09-23core: Fix some option-demode fallout on windowsBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-313/+325
2012-09-23xfail-test run-fail/out-of-stack-managed-boxBrian Anderson-0/+2
2012-09-23core: Un-legacy-export stackwalk, cmathBrian Anderson-40/+28
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-40/+99
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-92/+111
2012-09-21Remove bogus commentBrian Anderson-1/+0
2012-09-21Add tests for out-of-stack box leak #2555Brian Anderson-0/+25
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-424/+405
2012-09-21rustdoc: Fix exports for new regimeBrian Anderson-1/+3
2012-09-21Revert "core: De-export at_vec and extfmt"Brian Anderson-73/+80
2012-09-21core: De-export at_vec and extfmtBrian Anderson-80/+73
2012-09-21libsyntax: Fix botched mergePatrick Walton-1/+1
2012-09-21libcore: De-mode strPatrick Walton-159/+182
2012-09-21rust-mode: Add pub and privBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-117/+1164
2012-09-21rustdoc: Add prune_private_pass. Off for nowBrian Anderson-0/+69
2012-09-21rustdoc: CleanupBrian Anderson-98/+120
2012-09-21rustc: Shove the address of the box annihilator into the crate mapPatrick Walton-12/+84
2012-09-21rustc: Remove middle/tstateBrian Anderson-2622/+0
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-106/+106
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-106/+106
2012-09-20core: Mark gc and stackwalk as demodedBrian Anderson-0/+8
2012-09-20core: Mark three more trivial mods as demodedBrian Anderson-0/+12
2012-09-20syntax: Pass the correct crate_cfg to the syntax expanderBrian Anderson-1/+5
2012-09-20core: Indicate that flate is demodedBrian Anderson-0/+4
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-46/+47
2012-09-20rustdoc: Support the --help optionBrian Anderson-1/+1
2012-09-20core: Demode sysBrian Anderson-6/+10