| Age | Commit message (Expand) | Author | Lines |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -3/+19 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -7/+1 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 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/+4 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -6/+84 |
| 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-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 | -1/+1 |
| 2013-12-17 | Fix rustdoc HTML rendering | Corey Richardson | -9/+8 |
| 2013-12-16 | Fix rustdoc output of enums with private variants | Steven Fackler | -1/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -238/+140 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -5/+11 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -31/+31 |
| 2013-12-10 | librustdoc: Remove a couple of `Cell`s. | Patrick Walton | -3/+2 |
| 2013-12-10 | librustdoc: Don't use `finally`, shaving off a `Cell`. | Patrick Walton | -13/+25 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -7/+0 |
| 2013-12-07 | rustdoc: fix the search-bar layout | Adrien Tétar | -5/+11 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -2/+2 |
| 2013-12-01 | Add a type="search" to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | Add placeholder text to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -82/+82 |
| 2013-11-28 | rustdoc: Use new ||/proc syntax | klutzy | -19/+23 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -51/+49 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -5/+5 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -3/+3 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -3/+4 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -3/+4 |
| 2013-11-21 | Process ffi generics in rustdoc | Alex Crichton | -8/+9 |
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -0/+1 |
| 2013-11-12 | doc: CSS: fix code fonts | Adrien Tétar | -1/+7 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -7/+7 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -3/+0 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -17/+19 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -2/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -7/+8 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -38/+29 |
| 2013-11-02 | auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson | bors | -0/+1 |
| 2013-11-01 | Rustdoc: Properly strip private modules | Steven Fackler | -0/+5 |
| 2013-11-01 | Statically link sundown to librustdoc | Alex Crichton | -0/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -8/+8 |
| 2013-10-22 | auto merge of #10003 : alexcrichton/rust/issue-fixes, r=brson | bors | -29/+63 |
| 2013-10-21 | rustdoc: Render default methods for impls as well | Alex Crichton | -29/+56 |
| 2013-10-21 | rustdoc: Don't overflow long type/module names | Alex Crichton | -0/+7 |