about summary refs log tree commit diff
path: root/src/libcore/raw.rs
AgeCommit message (Expand)AuthorLines
2019-06-09Fix more tests after revert of rustdoc cfg(test) featureOliver Middleton-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-23Merge branch 'master' into frewsxcv-dynCorey Farwell-5/+1
2018-11-21update various stdlib docsSteve Klabnik-5/+1
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-1/+1
2017-03-20Fix up various linkssteveklabnik-1/+1
2017-02-20Revert "Fix up links"Steve Klabnik-1/+1
2017-02-13Fix up linksSteve Klabnik-1/+1
2016-08-05Clean up `std::raw` docsAndrew Paseltiner-8/+8
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-76/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-0/+10
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+2
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+1
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-04-22Fix a tiny typo in core::rawRobin Kruppe-1/+1
2015-04-16Fix broken links in the docsFlorian Hartwig-2/+2
2015-04-01Missing importsNiko Matsakis-0/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+4
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-13/+0
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-0/+1
2015-02-15Rollup merge of #22350 - brson:usize, r=GankroManish Goregaokar-1/+1
2015-02-14core::raw: uint -> usizeBrian Anderson-1/+1
2015-02-14Make std::raw::Repr an unsafe traitUlrik Sverdrup-3/+3
2015-02-14Dramatically expand the docs of std::raw.Huon Wilson-5/+108
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-9/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+9
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-4/+5
2014-10-25make the core::raw struct representation definedDaniel Micay-1/+4
2014-10-02core: remove raw::GcBox.Eduard Burtescu-9/+0
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-4/+4
2014-08-29Register new snapshotsAlex Crichton-6/+0
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-0/+6