summary refs log tree commit diff
path: root/src/libcore/run.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-3/+3
2012-09-28core: Demode patternsBrian Anderson-8/+9
2012-09-28Demode extfmtTim Chevalier-1/+1
2012-09-27Finish de-exporting path, rand, run, sys. Part of #3583.Graydon Hoare-1/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-6/+6
2012-09-26libcore: De-export dvec, rand, run, and sysPatrick Walton-18/+9
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
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