about summary refs log tree commit diff
path: root/src/libcore/kinds.rs
AgeCommit message (Expand)AuthorLines
2014-09-25Integrate builtin bounds fully into the trait checkerNiko Matsakis-4/+4
2014-09-05Update language item from 'share' to 'sync' #16988Felix Raimundo-1/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-15Register new snapshotsAlex Crichton-7/+0
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-16/+25
2014-08-07Rename `Share` to `Sync`Alex Crichton-16/+25
2014-08-05Remove references to `~[]` in core::kinds::marker docs.nham-2/+2
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-10/+10
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-07core: Inherit the kinds moduleAlex Crichton-0/+281
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-53/+0
2013-05-19Register snapshotsBrian Anderson-6/+0
2013-05-07Remove Durable from the languageBrian Anderson-2/+1
2012-12-17Register snapshotsBrian Anderson-18/+0
2012-12-17Revert "Register snapshots"Brian Anderson-0/+18
2012-12-17Register snapshotsBrian Anderson-18/+0
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+11
2012-12-13Rename Owned trait to DurableBrian Anderson-4/+11
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-11-30Fix small typo in kinds documentationAndrew Dunham-1/+1
2012-11-30core: Add docs about kind traitsBrian Anderson-5/+36
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-0/+21