summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-05Silence most of the remaining warningsBrian Anderson-3/+6
2012-10-05rustc: Implement simple trait inheritance.Patrick Walton-35/+136
2012-10-05Hack around llvm 14013Brian Anderson-0/+0
2012-10-05std: Revert demoding of uv_ll. It can't be done without FFI changesBrian Anderson-6/+6
2012-10-05Update src/README.txtBrian Anderson-1/+1
2012-10-05core: Correct description of cast::forgetBrian Anderson-1/+1
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-151/+146
2012-10-04Fix FIXME that's no longer blocked by #2611Tim Chevalier-4/+3
2012-10-04Finish up tests, uncomment when ICE is fixed.Simon BD-18/+146
2012-10-04Fix snapshots.txt dateTim Chevalier-1/+1
2012-10-04Register snapshotsTim Chevalier-0/+8
2012-10-04Kill bootstrapping code in ptrTim Chevalier-7/+1
2012-10-04Forbid deprecated modes again in coreTim Chevalier-23/+48
2012-10-04De-mode comm::ChanTim Chevalier-170/+170
2012-10-04Remove code that was waiting for a snapshotTim Chevalier-196/+3
2012-10-04Remove some residue, core is effectively de-exported now. Close #3583.Graydon Hoare-45/+3
2012-10-04rt: Remove check_claims from the export listBrian Anderson-1/+0
2012-10-04core: Improve option docs a littleBrian Anderson-31/+105
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-101/+95
2012-10-04rt: Remove CHECK_CLAIMSBrian Anderson-15/+0
2012-10-04Fix long line.Graydon Hoare-1/+2
2012-10-04De-export extfmt. Part of #3583.Graydon Hoare-70/+69
2012-10-04Finish de-exporting std. Part of #3583.Graydon Hoare-98/+80
2012-10-04Get tim_sort working, add test for double-freeing elements in tmpSimon BD-24/+25
2012-10-04Fix my mergeSimon BD-130/+0
2012-10-03xfail-pretty reexport-starBrian Anderson-0/+3
2012-10-03core: Make some parts of task privateBrian Anderson-36/+36
2012-10-03test: Fix error message in vtable-res-trait-paramPatrick Walton-1/+1
2012-10-03Merge remote-tracking branch 'original/incoming' into incomingSimon BD-8033/+10705
2012-10-03Backup changes before pull from incomingSimon BD-11/+131
2012-10-03libstd: Make vec_from_set purePatrick Walton-1/+1
2012-10-03libcore: De-export core.rc and core.rsPatrick Walton-137/+113
2012-10-03std: Fix double free in uvBrian Anderson-3/+3
2012-10-03rustc: Fix ICE when de-exporting rtPatrick Walton-3/+8
2012-10-03rustc man page and usage text update.Orphée Lafond-Lummis-1/+1
2012-10-03rustc: Unbreak old-style boxed traitsPatrick Walton-5/+4
2012-10-03rustc: Implement "@Foo as @Bar" for boxed traitsPatrick Walton-31/+89
2012-10-03test: Add a test case for "pub use a::*"Patrick Walton-0/+14
2012-10-03De-export net::*. Part of #3583.Graydon Hoare-91/+46
2012-10-03Change default mode for fns to be by-copy, except for fn&Tim Chevalier-6/+9
2012-10-03Sub-uses from libc should be pub.Graydon Hoare-24/+24
2012-10-03Attempt to fix os::args errors on various platforms.Graydon Hoare-17/+42
2012-10-03test: Use println instead of debug in hello.rsBrian Anderson-4/+4
2012-10-03Remove crudTim Chevalier-1/+0
2012-10-03Register snapshotsTim Chevalier-0/+8
2012-10-03Revert "rustc: Don't error out early when constructing a boxed trait."Tim Chevalier-35/+20
2012-10-03Remove uses of + mode from libstdTim Chevalier-115/+113
2012-10-03De-export std::{json, getopts}. Part of #3583.Graydon Hoare-38/+18
2012-10-03De-export std::{ebml, ebml2}. Part of #3583.Graydon Hoare-89/+41
2012-10-03Add cleanup code so the the array remains in a valid state if a comparison failsSimon BD-1/+74