| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -72/+65 |
| 2014-11-21 | libs: stabilize ascii module | Aaron Turon | -6/+3 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-10-15 | Renamed AsciiStr::to_lower and AsciiStr::to_upper | = | -1/+1 |
| 2014-10-09 | rustdoc: Implement constant documentation | Alex Crichton | -10/+10 |
| 2014-10-06 | rustdoc: make calls of markdown::render safer | Tom Jakubowski | -1/+11 |
| 2014-09-07 | rustdoc: Don't strip #-lines if notrust | Alex Crichton | -15/+9 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+4 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo OchagavĂa | -1/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -3/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -18/+22 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -18/+22 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -3/+3 |