about summary refs log tree commit diff
path: root/src/libcore/default.rs
AgeCommit message (Expand)AuthorLines
2020-04-16Fix typo in Default trait docs: Provides -> ProvideLeo Cassarani-1/+1
2019-11-26Format libcore with rustfmtDavid Tolnay-1/+3
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-1/+1
2019-08-17Make built-in derives opaque macrosMatthew Jasper-1/+1
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+0
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-0/+8
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-01Made doc example of `impl Default for …` use `-> Self` instead of explicit ...Vincent Esche-2/+2
2017-07-18Fix "Quasi-quoting is inefficient" warning in incremental rustbuild.kennytm-1/+1
2017-07-15Rephrase the doc stringValentin Brandl-17/+17
2017-07-15Document default values for primitive typesValentin Brandl-18/+19
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+4
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-2/+0
2016-08-23doc: one line too manyTshepang Lekhonkhobe-1/+0
2016-05-23Move all `Default` docs from module to traitCarol (Nichols || Goulding)-73/+42
2016-05-23Shorten, yet clarify, initial summary sentencesCarol (Nichols || Goulding)-1/+3
2016-05-23Make the Default docs more like the other traitsCarol (Nichols || Goulding)-3/+26
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+6
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-1/+3
2015-08-26doc: I had to read this twice before understanding itTshepang Lekhonkhobe-1/+1
2015-04-22Remove doc-comment default::Default importsCorey Farwell-9/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Audit `core::default` for `int`/`uint` usage.Felix S. Klock II-8/+8
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-10/+10
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-10/+10
2015-01-23grandfathered -> rust1Brian Anderson-5/+5
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-5/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-17/+18
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-09-24Beef up Default documentationSteve Klabnik-3/+108
2014-07-20auto merge of #15806 : treeman/rust/std-doc, r=alexcrichtonbors-0/+10
2014-07-19Document some trait methods.Jonas Hietala-0/+10
2014-07-18std: Stabilize defaultBrian Anderson-0/+2
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-4/+0
2014-05-28Move trait impls for primitives near trait definitionPiotr Jawniak-4/+27
2014-05-15core: Remove the unit moduleBrian Anderson-0/+5
2014-05-13std: Move the owned module from core to stdAlex Crichton-6/+0
2014-05-07core: Inherit the default moduleAlex Crichton-0/+27