summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-01auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphismbors-1/+1
2013-04-01doc: Update tutorial description of coreBrian Anderson-1/+1
2013-04-01core: Update libc docs to clarify usageBrian Anderson-1/+13
2013-04-01remove stray mode on callback, seems to not change anythingGraydon Hoare-1/+1
2013-03-31Fix underflow in char_range_at_reverseMarvin Löbel-2/+15
2013-03-30auto merge of #5638 : luqmana/rust/5405, r=brsonbors-2/+48
2013-03-30Rename confusing var, use_new_rt -> use_old_rt.Luqman Aden-4/+4
2013-03-30Correct type signature for start lang item.Luqman Aden-0/+46
2013-03-30move dlist from core -> stdDaniel Micay-993/+0
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-3/+45
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-11/+11
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-2243/+2243
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2243/+2243
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-49/+60
2013-03-29core: add consume_reverseErick Tryzelaar-0/+28
2013-03-29core: add LinearMap::with_capacityErick Tryzelaar-3/+17
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-47/+54
2013-03-29auto merge of #5622 : yichoi/rust/pull-0329, r=catamorphismbors-2/+2
2013-03-29auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brsonbors-0/+4
2013-03-29libcore: language change minor fix for ARM & MIPSYoung-il Choi-2/+2
2013-03-28Removing unused importsAlex Crichton-47/+54
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28libcore: Add `print` and `println` to the preludePatrick Walton-0/+4
2013-03-28auto merge of #5608 : erickt/rust/incoming, r=catamorphismbors-0/+5
2013-03-28auto merge of #5609 : Kimundi/rust/incoming, r=catamorphismbors-1/+2
2013-03-28Unbreak 'rustc --help'Marvin Löbel-1/+2
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28Register snapshotsBrian Anderson-189/+0
2013-03-28auto merge of #5595 : catamorphism/rust/demoding, r=catamorphismbors-2/+2
2013-03-28auto merge of #5587 : thestinger/rust/total, r=pcwaltonbors-74/+134
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-1/+1
2013-03-27auto merge of #5574 : thestinger/rust/docstring, r=sanxiynbors-2/+5
2013-03-27core/std: Remove uses of ++ modeTim Chevalier-2/+2
2013-03-27add a TotalEq traitDaniel Micay-24/+115
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-1/+1
2013-03-27cmp: rm TotalOrd impl code duplicationDaniel Micay-53/+22
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-1/+1
2013-03-27ops: add a docstringDaniel Micay-1/+1
2013-03-27hashmap: improve docstringDaniel Micay-1/+4
2013-03-26librustc: Remove obsolete syntaxPatrick Walton-16/+42
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-62/+61
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-116/+131
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-22/+24
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-51/+53
2013-03-26auto merge of #5414 : thestinger/rust/option, r=catamorphismbors-295/+145
2013-03-26option: rm functions that duplicate methodsDaniel Micay-295/+145
2013-03-26auto merge of #5560 : brson/rust/relnotes, r=brsonbors-0/+2
2013-03-26auto merge of #5547 : catamorphism/rust/issue-4898, r=catamorphismbors-3/+53
2013-03-26syntax: Removing uses of HashMapAlex Crichton-0/+5
2013-03-26Remove unused imports throughoutAlex Crichton-8/+2