summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
2013-04-01doc: Update tutorial description of coreBrian Anderson-1/+1
2013-03-30move dlist from core -> stdDaniel Micay-1/+0
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-40/+40
2013-03-26core: Clarify prelude docs. #4556Brian Anderson-11/+23
2013-03-25auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydonbors-1/+0
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-23core: derive Clone for core typesAndrew Paseltiner-0/+1
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-33/+0
2013-03-21librustc: Register new snapshotsPatrick Walton-33/+0
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+1
2013-03-13rm FIXME from use of #[doc(hidden)] on pub modDaniel Micay-1/+1
2013-03-13hide the linkhack module in the docsDaniel Micay-0/+1
2013-03-11core: Remove logging constantsBrian Anderson-1/+8
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-1/+2
2013-03-11core: link pthreads explicitly in linux buildJeff Olson-0/+1
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-0/+1
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-0/+1
2013-03-08implement BaseIter for dlist (removing iter-trait)Daniel Micay-2/+0
2013-03-08core: Remove the dvec moduleAlex Crichton-7/+4
2013-03-07test: Fix tests.Patrick Walton-0/+8
2013-03-06Finish de-implicit-selifizng libcoreBen Striegel-1/+0
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-2/+0
2013-03-04auto merge of #5205 : thestinger/rust/radix, r=graydonbors-0/+1
2013-03-03replace option::iter with a BaseIter implDaniel Micay-2/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-4/+5
2013-03-02add an initial radix trie implementationDaniel Micay-0/+1
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-2/+0
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-2/+6
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-2/+2
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-4/+0
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-0/+1
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-0/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-0/+2
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-0/+2
2013-02-15Move semver to std and finish rustpkgZack Corr-2/+0
2013-02-15rustpkg: Add package script parsingZack Corr-0/+1
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-1/+1
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-10/+15
2013-02-01core: Remove oldcommBrian Anderson-1/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-0/+1
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-24implement Mutable trait for vecDaniel Micay-1/+1
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-1/+2
2013-01-23rename send_map to hashmapDaniel Micay-1/+1
2013-01-20add a Set trait and implement it for TreeSetDaniel Micay-0/+1