about summary refs log tree commit diff
path: root/src/libcore/default.rs
AgeCommit message (Expand)AuthorLines
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