| Age | Commit message (Expand) | Author | Lines |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -5/+5 |
| 2015-06-04 | Fix order of rustdoc arguments. | Steven Allen | -2/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-07 | rustdoc: Handle tests with bare `#` marks | Alex Crichton | -1/+3 |
| 2015-04-07 | rustdoc: Allowing specifying attrs for doctests | Alex Crichton | -2/+4 |
| 2015-04-06 | rustdoc: Use iterators to collapse whitespace | Michael Macias | -21/+8 |
| 2015-04-06 | rustdoc: Add a custom callback for codespan to collapse whitespace | Michael Macias | -3/+59 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -1/+1 |
| 2015-03-26 | syntax: Remove support for #[should_fail] | Alex Crichton | -9/+9 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -7/+7 |
| 2015-03-23 | rustdoc: Add #[doc(test(no_inject_crate))] attribute | Brian Anderson | -1/+1 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -2/+2 |
| 2015-02-06 | Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | bors | -13/+15 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -11/+9 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -13/+15 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-23 | Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton | bors | -4/+97 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-21 | address review comments: reuse Escape etc. | Liigo Zhuang | -5/+2 |
| 2015-01-21 | fix fallout | Liigo Zhuang | -11/+19 |
| 2015-01-21 | rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of... | Liigo Zhuang | -4/+92 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-13 | Fix playpen links to not all be the same | Earl St Sauver | -17/+8 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -16/+0 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -3/+19 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -7/+9 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+2 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -1/+1 |
| 2014-12-27 | auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler | bors | -1/+1 |
| 2014-12-24 | Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401 | Simon Sapin | -1/+1 |
| 2014-12-23 | rustdoc: unmarked code fences are doctests too | Jorge Aparicio | -13/+14 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -8/+12 |
| 2014-12-22 | Fix fallout from changes. In cases where stage0 compiler is needed, we | Niko Matsakis | -8/+12 |
| 2014-12-21 | Fully remove `notrust` markers from rustdoc | Florian Gilcher | -21/+19 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -3/+3 |
| 2014-12-13 | librustdoc: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-06 | librustdoc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -2/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -24/+31 |
| 2014-11-23 | rollup merge of #19194: aturon/stab-ascii | Jakub Bukaj | -6/+3 |