about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-10-04Add auREAX to AUTHORS.txt.Graydon Hoare-0/+1
2012-10-04Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...auREAX-0/+63
2012-10-03docs: Fix a broken testBrian Anderson-1/+1
2012-10-03Revert "docs: Call () 'unit' instead of 'nil'"Brian Anderson-8/+8
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-03docs: TypoBrian Anderson-1/+1
2012-10-03docs: Call () 'unit' instead of 'nil'Brian Anderson-8/+8
2012-10-03docs: The real answerBrian Anderson-1/+1
2012-10-03Merge pull request #3652 from killerswan/review_tutorialBrian Anderson-42/+58
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-03A run through the tutorial, small changesKevin Cantu-42/+58
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-03Fix the 0.4 header in release notesBrian Anderson-1/+1
2012-10-03Add Orphée Lafond-Lummis to AUTHORS.txtBrian Anderson-0/+1
2012-10-03Merge pull request #3650 from orftz/usage_nitpicksBrian Anderson-10/+6
2012-10-030.4 slipped to October. So sadBrian Anderson-1/+1
2012-10-03Update 0.4 release notesBrian Anderson-6/+4
2012-10-03rustc man page and usage text update.Orphée Lafond-Lummis-10/+6
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 Luca Bruno to AUTHORS.txtBrian Anderson-0/+1
2012-10-03Merge pull request #3644 from lucab/lucab/to-upstream/pull-1Brian Anderson-2/+2
2012-10-02doc: Minor tutorial improvementsBrian Anderson-30/+30
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-13/+29
2012-10-02Fix long line.Graydon Hoare-1/+2
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-61/+55
2012-10-02rustc: Add a side table for legacy boxed traits, not filled in.Patrick Walton-3/+14
2012-10-02libcore: Implement os::args() on WindowsPatrick Walton-1/+46
2012-10-02rustc: Don't error out early when constructing a boxed trait.Patrick Walton-20/+35
2012-10-02Removing explicit uses of + modeTim Chevalier-276/+282
2012-10-02Merge pull request #3642 from dbp/randomBrian Anderson-0/+13
2012-10-02core::rand - adding rand::random(), a shortcut to generate a uint with task-l...Daniel Patterson-0/+13
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-97/+108
2012-10-02De-export comm, task. Part of #3583.Graydon Hoare-70/+23