summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2014-01-07Inline reexports in rustdocAlex Crichton-141/+257
2014-01-06Disowned the Visitor.Eduard Burtescu-5/+5
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-6/+32
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-9/+3
2014-01-03librustdoc: De-`@mut` `librustdoc`Patrick Walton-7/+7
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-4/+4
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-4/+4
2014-01-01auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwaltonbors-4/+4
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-1/+1
2014-01-01rustc::driver: Remove two @sklutzy-3/+3
2013-12-31Remove references to rustdoc_ngBrian Anderson-1/+1
2013-12-30Remove features from librustdocAlan Andrade-1/+0
2013-12-30auto merge of #11185 : huonw/rust/doc-ignore, r=cmrbors-4/+16
2013-12-30rustdoc: Unify the handling of the hidden example lines.Huon Wilson-6/+15
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-2/+5
2013-12-29Rename pkgid variablesLuis de Bethencourt-2/+2
2013-12-29Fix rustdoc bug involving PatLitCorey Richardson-3/+8
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-2/+4
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-5/+8
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-25Method-ify CStoreSteven Fackler-1/+1
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-40/+335
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-30/+28
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-28/+28
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-8/+6
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-1/+1
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-1/+1
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-1/+3
2013-12-19Add some things to inspect crate-id'sCorey Richardson-1/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-3/+2
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-3/+2
2013-12-18rustdoc: thread through the context for renderingCorey Richardson-3/+9
2013-12-17auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichtonbors-11/+6
2013-12-17auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajackbors-9/+8
2013-12-17Fix rustdoc HTML renderingCorey Richardson-9/+8
2013-12-17auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichtonbors-4/+4
2013-12-16Fix rustdoc output of enums with private variantsSteven Fackler-11/+6
2013-12-16Fallout of rewriting std::commAlex Crichton-238/+140
2013-12-17Remove obsolete mutability from ast::TySeo Sanghyeon-4/+4
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-15auto merge of #10948 : cmr/rust/update_pkgid, r=metajackbors-7/+4
2013-12-14librustpkg: don't clobber the crate attributes for the pkgidCorey Richardson-1/+1
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-5/+11
2013-12-13librustdoc: use pkgid instead of link metaCorey Richardson-7/+4
2013-12-11Make 'self lifetime illegal.Erik Price-38/+38
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-28/+35
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2