about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-2/+2
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-16/+3
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+3
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-0/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-10/+3
2014-12-30Add verbose option to rustdoc in order to fix problem with --versionFlorian Hahn-1/+2
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-6/+10
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-0/+2
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-7/+2
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-7/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+6
2014-12-18Fallout from new thread APIAaron Turon-2/+3
2014-12-18enumset falloutAlexis Beingessner-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13librustdoc: use tuple indexingJorge Aparicio-1/+1
2014-12-13librustdoc: fix falloutJorge Aparicio-0/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-8/+8
2014-12-05rollup merge of #19422: scialex/fix-fmt-macro-docCorey Richardson-0/+4
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-1/+2
2014-12-03make fmt_macros and rustdoc have standard doc attributesAlexander Light-0/+4
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26Test fixes and rebase conflictsAlex Crichton-6/+7
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-24rustdoc: Render associated types on traits and implsTom Jakubowski-1/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-5/+12
2014-11-22auto merge of #19122 : Kintaro/rust/remove_struct_variant, r=jakub-bors-1/+1
2014-11-20rustdoc: Allow private modules be included in docsAlexander Light-8/+15
2014-11-20removed usage of struct_variant feature as it is no longer gatedSimon Wollwage-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-11-18auto merge of #19070 : nikomatsakis/rust/crates, r=nikomatsakisbors-1/+2