summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-25Demode iter-traitTim Chevalier-68/+70
2012-09-25Fix long linesTim Chevalier-4/+5
2012-09-25Fix long lineTim Chevalier-1/+1
2012-09-25Demode pipes::set_bufferTim Chevalier-1/+1
2012-09-25Comment out at_vec test that failsTim Chevalier-1/+2
2012-09-25Revert "libcore: De-mode at_vec"Tim Chevalier-20/+16
2012-09-25Demode dvecTim Chevalier-16/+16
2012-09-25libcore: De-mode at_vecPatrick Walton-16/+20
2012-09-25libcore: De-export core::at_vecPatrick Walton-31/+21
2012-09-25Demode core::resultBrian Anderson-145/+153
2012-09-25Check more things with deprecated_modesBrian Anderson-36/+110
2012-09-25rustc: Reduce shape.rs to the bare minimum needed to not trigger bugsPatrick Walton-163/+6
2012-09-25test: Remove various box annihilator testsPatrick Walton-36/+0
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-25Demode Num trait and implsTim Chevalier-59/+59
2012-09-25Fix combine-tests.py to emit #[legacy_exports];Graydon Hoare-0/+2
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