about summary refs log tree commit diff
path: root/src/librustdoc/stability_summary.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-2/+3
2015-01-03Remove deprecated functionalityAlex Crichton-2/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-2/+2
2014-12-19librustdoc: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-1/+1
2014-12-13librustdoc: convert `Counts` binops to by valueJorge Aparicio-1/+1
2014-12-13librustdoc: use tuple indexingJorge Aparicio-4/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-2/+2
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-14rustdoc: tweak stability summary countingAaron Turon-2/+1
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-4/+3
2014-11-13Fix stability_summary falloutBrendan Zabarauskas-7/+11
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-12/+24
2014-11-10rustdoc: revise method counts in stability summaryAaron Turon-8/+30
2014-10-24Add a lint for not using field pattern shorthandsP1start-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-2/+3
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-10/+15
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-10rustdoc: Add stability dashboardAaron Turon-0/+174