| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Inline reexports in rustdoc | Alex Crichton | -141/+257 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -5/+5 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -6/+32 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -9/+3 |
| 2014-01-03 | librustdoc: De-`@mut` `librustdoc` | Patrick Walton | -7/+7 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -4/+4 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -4/+4 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -4/+4 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 2014-01-01 | rustc::driver: Remove two @s | klutzy | -3/+3 |
| 2013-12-31 | Remove references to rustdoc_ng | Brian Anderson | -1/+1 |
| 2013-12-30 | Remove features from librustdoc | Alan Andrade | -1/+0 |
| 2013-12-30 | auto merge of #11185 : huonw/rust/doc-ignore, r=cmr | bors | -4/+16 |
| 2013-12-30 | rustdoc: Unify the handling of the hidden example lines. | Huon Wilson | -6/+15 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -2/+5 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-29 | Fix rustdoc bug involving PatLit | Corey Richardson | -3/+8 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -2/+4 |
| 2013-12-26 | librustc: De-`@mut` the additional library search paths | Patrick Walton | -5/+8 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -1/+1 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -40/+335 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -30/+28 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -28/+28 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -1/+1 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -8/+6 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -1/+1 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -1/+1 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -1/+3 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -1/+1 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -3/+2 |
| 2013-12-19 | std::str: replace .as_imm_buf with .as_ptr. | Huon Wilson | -3/+2 |
| 2013-12-18 | rustdoc: thread through the context for rendering | Corey Richardson | -3/+9 |
| 2013-12-17 | auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichton | bors | -11/+6 |
| 2013-12-17 | auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajack | bors | -9/+8 |
| 2013-12-17 | Fix rustdoc HTML rendering | Corey Richardson | -9/+8 |
| 2013-12-17 | auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton | bors | -4/+4 |
| 2013-12-16 | Fix rustdoc output of enums with private variants | Steven Fackler | -11/+6 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -238/+140 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -4/+4 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -8/+1 |
| 2013-12-15 | auto merge of #10948 : cmr/rust/update_pkgid, r=metajack | bors | -7/+4 |
| 2013-12-14 | librustpkg: don't clobber the crate attributes for the pkgid | Corey Richardson | -1/+1 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -5/+11 |
| 2013-12-13 | librustdoc: use pkgid instead of link meta | Corey Richardson | -7/+4 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -38/+38 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -28/+35 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 |