about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-44/+73
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-69/+201
2012-10-05Revert "wip"Tim Chevalier-93/+97
2012-10-05wipTim Chevalier-97/+93
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-23/+204
2012-10-05Add Yasuhiro Fujii to AUTHORS.txtBrian Anderson-0/+1
2012-10-05fix escapeYasuhiro Fujii-3/+4
2012-10-05std: Silence remaining warningsBrian Anderson-1/+3
2012-10-05Silence most of the remaining warningsBrian Anderson-3/+6
2012-10-05rustc: Implement simple trait inheritance.Patrick Walton-35/+136
2012-10-05Reorder the submodule ops in configureBrian Anderson-6/+10
2012-10-05configure should recursively sync submodulesErick Tryzelaar-0/+4
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-04docs: Fix exampleBrian Anderson-1/+1
2012-10-04docs: Explain a little bit about dtorsBrian Anderson-0/+30
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-151/+146
2012-10-04docs: Tweaks to section on constantsBrian Anderson-8/+1
2012-10-04Fix FIXME that's no longer blocked by #2611Tim Chevalier-4/+3
2012-10-04docs: Add section on constants to tutorialBrian Anderson-0/+35
2012-10-04docs: Minor tutorial tweaksBrian Anderson-2/+2
2012-10-04docs: Don't talk about mutable vecs in tutorial. Use inherited mutabilityBrian Anderson-44/+55
2012-10-04Add Andrew Paseltiner to AUTHORSTim Chevalier-0/+1
2012-10-04Merge pull request #3665 from apasel422/tutorial-fixTim Chevalier-11/+11
2012-10-04docs: minor tutorial fixesAndrew Paseltiner-11/+11
2012-10-04docs: TweaksBrian Anderson-16/+6
2012-10-04More looking at the tutorial, small changesKevin Cantu-59/+61
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-173/+173
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-04Merge pull request #3661 from auREAX/grsec-compatGraydon Hoare-15/+17
2012-10-04core: Improve option docs a littleBrian Anderson-31/+105
2012-10-05Rename configure --enable-pax-marks flag to --enable-pax-flags flag.auREAX-11/+11
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-101/+95
2012-10-05Fix unnecessary tool detection at non-Linux OSes, fix GRSecurity detection do...auREAX-4/+6
2012-10-04docs: Explain underscore prefix in tutorialBrian Anderson-2/+7
2012-10-04Add Gonçalo Cabrita to AUTHORS.txtBrian Anderson-0/+1
2012-10-04Merge pull request #3659 from gmcabrita/fix-typosBrian Anderson-7/+7
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-04Fixed a few typos in the tutorials.Gonçalo Cabrita-7/+7