| Age | Commit message (Expand) | Author | Lines |
| 2015-03-19 | Rollup merge of #23428 - Manishearth:ast-doc, r=steveklabnik | Manish Goregaokar | -15/+42 |
| 2015-03-19 | Rollup merge of #23497 - steveklabnik:gh21589, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-19 | Rollup merge of #23496 - steveklabnik:gh22309, r=nikomatsakis | Manish Goregaokar | -0/+14 |
| 2015-03-19 | Rollup merge of #23495 - pcwalton:inline-cell, r=cmr | Manish Goregaokar | -0/+21 |
| 2015-03-19 | Rollup merge of #23494 - mdinger:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Rollup merge of #23493 - steveklabnik:gh22927, r=alexcrichton | Manish Goregaokar | -27/+35 |
| 2015-03-19 | Rollup merge of #23490 - jooert:master, r=steveklabnik | Manish Goregaokar | -9/+9 |
| 2015-03-19 | Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichton | Manish Goregaokar | -4/+2 |
| 2015-03-19 | Rollup merge of #23474 - nagisa:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Rollup merge of #23479 - tamird:fix-ios-build, r=aturon | Manish Goregaokar | -3/+2 |
| 2015-03-19 | Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto | Manish Goregaokar | -22/+52 |
| 2015-03-18 | std: Stabilize FromStr implementations in std::net | Alex Crichton | -11/+17 |
| 2015-03-19 | Space and punctuation fixes | Manish Goregaokar | -14/+41 |
| 2015-03-19 | Note ::foo::bar() in the crates guide | Steve Klabnik | -0/+5 |
| 2015-03-19 | Address huon's comments | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Document include! | Steve Klabnik | -0/+14 |
| 2015-03-19 | core: Inline most cell methods. | Patrick Walton | -0/+21 |
| 2015-03-19 | Update ast.rs | mdinger | -1/+1 |
| 2015-03-19 | Document {:.*} | Steve Klabnik | -5/+12 |
| 2015-03-19 | Small formatting fixes to fmt.rs | Steve Klabnik | -22/+23 |
| 2015-03-19 | Rename should_fail to should_panic in docs | Johannes Oertel | -9/+9 |
| 2015-03-19 | Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichton | Manish Goregaokar | -3/+29 |
| 2015-03-19 | Rollup merge of #23462 - alexcrichton:stabilize-cloned, r=aturon | Manish Goregaokar | -28/+19 |
| 2015-03-19 | Rollup merge of #23457 - nagisa:get-set-resources, r=alexcrichton | Manish Goregaokar | -0/+300 |
| 2015-03-18 | rustc: Remove some long deprecated features: | Alex Crichton | -379/+29 |
| 2015-03-18 | Clarify in docs that BufRead::read_line appends | Matt Brubeck | -1/+2 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -22/+52 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -3964/+993 |
| 2015-03-18 | [rustdoc] Fix source hyperlinks in docs | Ivan Petkov | -5/+99 |
| 2015-03-18 | Work around invalid spans in imported FileMaps | Michael Woerister | -0/+15 |
| 2015-03-18 | std: Stabilize marker::MarkerTrait | Alex Crichton | -0/+1 |
| 2015-03-18 | std: Add missing stability on Range | Alex Crichton | -3/+4 |
| 2015-03-18 | Rollup merge of #23428 - Manishearth:ast-doc, r=huon | Manish Goregaokar | -15/+157 |
| 2015-03-18 | Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-03-18 | Rollup merge of #23450 - alexcrichton:fix-sockaddr-storage, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-18 | Rollup merge of #23443 - meqif:ipv6addr-new-documentation-fix, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-18 | Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-18 | Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiyn | Manish Goregaokar | -1/+40 |
| 2015-03-18 | Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturon | Manish Goregaokar | -92/+156 |
| 2015-03-18 | Add a test | Steven Fackler | -0/+26 |
| 2015-03-18 | iOS: fallout from 1d5983a | Tamir Duberstein | -3/+2 |
| 2015-03-18 | Remove unnecessary vector creation. | Jordan Woehr | -4/+3 |
| 2015-03-18 | Make it clear which value is discarded | Simonas Kazlauskas | -1/+1 |
| 2015-03-18 | Address huon's comments | Manish Goregaokar | -17/+21 |
| 2015-03-18 | Clarify Expr | Manish Goregaokar | -5/+10 |
| 2015-03-18 | ast: Document Item and ForeignItem | Manish Goregaokar | -9/+27 |
| 2015-03-18 | ast: Document Lit | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Pat and Block | Manish Goregaokar | -1/+19 |
| 2015-03-18 | ast: Document paths and `where` clauses | Manish Goregaokar | -1/+15 |
| 2015-03-18 | ast: Document Expr_, UnOp, and BinOp | Manish Goregaokar | -1/+70 |