about summary refs log tree commit diff
path: root/src/libcore/unstable/extfmt.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-690/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-05-12libsyntax: Tighten up expressions in patterns to only allow identifiers or ↵Patrick Walton-18/+18
literals (possibly with a minus). This had very minimal fallout.
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-8/+0
Conflicts: src/libcore/core.rc src/libcore/hashmap.rs src/libcore/num/f32.rs src/libcore/num/f64.rs src/libcore/num/float.rs src/libcore/num/int-template.rs src/libcore/num/num.rs src/libcore/num/strconv.rs src/libcore/num/uint-template.rs src/libcore/ops.rs src/libcore/os.rs src/libcore/prelude.rs src/libcore/rt/mod.rs src/libcore/unstable/lang.rs src/librustc/driver/session.rs src/librustc/middle/astencode.rs src/librustc/middle/borrowck/check_loans.rs src/librustc/middle/borrowck/gather_loans.rs src/librustc/middle/borrowck/loan.rs src/librustc/middle/borrowck/preserve.rs src/librustc/middle/liveness.rs src/librustc/middle/mem_categorization.rs src/librustc/middle/region.rs src/librustc/middle/trans/base.rs src/librustc/middle/trans/inline.rs src/librustc/middle/trans/reachable.rs src/librustc/middle/typeck/check/_match.rs src/librustc/middle/typeck/check/regionck.rs src/librustc/util/ppaux.rs src/libstd/arena.rs src/libstd/ebml.rs src/libstd/json.rs src/libstd/serialize.rs src/libstd/std.rc src/libsyntax/ast_map.rs src/libsyntax/parse/parser.rs src/test/compile-fail/borrowck-uniq-via-box.rs src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs src/test/run-pass/borrowck-nested-calls.rs
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-30allover: numerous unused muts etcNiko Matsakis-3/+3
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+6
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+4
Replaced str::to_lowercase and str::to_uppercase
2013-04-20core: remove unused 'mut' variablesAlex Crichton-2/+2
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-6/+6
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-35/+35
2013-03-28Register snapshotsBrian Anderson-189/+0
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-18/+17
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-6/+6
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-13/+13
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-13/+13
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-22Pass the fmt! buffer to each conversion methodAlex Crichton-0/+209
Achieves a little more speedup and avoids allocations around some strings in conv_str
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-9/+9
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-2/+2
2013-03-21Switched over substr and trim functions in str to be non-allocating, ↵Marvin Löbel-2/+2
temporary renamed them to better track use-sites
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> ↵Marvin Löbel-1/+1
slice_unique
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
renamed str::slice -> slice_DBG_UNIQ changed vec slice method -> to_owned() renamed vec view method -> slice_V_DBG_BRWD
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-38/+38
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-1/+1
2013-03-04De-implicit-self libcoreBen Striegel-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-0/+676