about summary refs log tree commit diff
path: root/src/libcore/run.rs
AgeCommit message (Expand)AuthorLines
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+3
2012-09-19libcore: unsafe mod renamed to castErick Tryzelaar-3/+3
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-6/+6
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-6/+6
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-3/+3
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-5/+5
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-04core: Remove struct ctorsBrian Anderson-1/+6
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-4/+4
2012-09-01Demode reinterpret_castBrian Anderson-3/+3
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27Convert over some residual uses of #oldmacros.Graydon Hoare-2/+2
2012-08-26Camel case the option typeBrian Anderson-15/+15
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-0/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-15Expunge match checksTim Chevalier-1/+5
2012-08-14Convert more core types to camel caseBrian Anderson-25/+25
2012-08-14Attempt to fix windows bustageBrian Anderson-2/+2
2012-08-14De-mode more pieces of core.Graydon Hoare-30/+34
2012-08-08Convert impls to new syntaxBrian Anderson-2/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-12/+8
2012-08-01Convert ret to returnBrian Anderson-10/+10
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-24Fix windows breakage.Graydon Hoare-1/+1
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-2/+2
2012-07-23Switch reader to work with preallocated vecsErick Tryzelaar-0/+1
2012-07-14Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...Michael Sullivan-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-23/+23
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-72/+72
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-14/+14
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-11/+11
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-22/+22
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-25/+25
2012-06-25MergeTim Chevalier-21/+25
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-21/+25
2012-06-21[NEEDS SNAPSHOT] Port remainder of resources to classes in libcoreTim Chevalier-12/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-14Comments only: annotate FIXMEs in core::runTim Chevalier-2/+2
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-26/+72
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-9/+5