about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-6/+17
2012-09-26libcore: De-export box, cast, and dlistPatrick Walton-54/+44
2012-09-26libcore: De-export boolPatrick Walton-20/+16
2012-09-26Make impl of Add for @[] publicNiko Matsakis-4/+6
2012-09-26libcore: De-mode at_vecPatrick Walton-18/+19
2012-09-26Revert "Revert "libcore: De-mode at_vec""Patrick Walton-16/+20
2012-09-26Revert "fix modes on dtors"Tim Chevalier-7/+1
2012-09-26Demode some of core::ioTim Chevalier-42/+44
2012-09-26fix modes on dtorsTim Chevalier-1/+7
2012-09-26Demode tupleTim Chevalier-3/+3
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-18/+54
2012-09-25Fix borked testsTim Chevalier-2/+2
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