| Age | Commit message (Expand) | Author | Lines |
| 2016-04-28 | Add detailed error message for E0434 #32777 | Timothy McRoy | -1/+45 |
| 2016-04-26 | Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomez | bors | -2/+2 |
| 2016-04-26 | Auto merge of #33203 - Ryman:patch-3, r=alexcrichton | bors | -2/+2 |
| 2016-04-26 | Auto merge of #32989 - GuillaumeGomez:e0393, r=Manishearth | bors | -2/+31 |
| 2016-04-26 | Auto merge of #32962 - taralx:patch-1, r=GuillaumeGomez | bors | -6/+3 |
| 2016-04-26 | Add E0393 error explanation | Guillaume Gomez | -2/+31 |
| 2016-04-26 | Auto merge of #33099 - eddyb:issue-33096, r=michaelwoerister | bors | -1/+30 |
| 2016-04-26 | Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -13/+79 |
| 2016-04-26 | Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichton | Manish Goregaokar | -3/+4 |
| 2016-04-26 | Rollup merge of #33167 - benaryorg:master, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-04-26 | Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichton | Manish Goregaokar | -29/+63 |
| 2016-04-26 | Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton | Manish Goregaokar | -26/+132 |
| 2016-04-26 | Rollup merge of #33107 - sanxiyn:prev-impl-item, r=eddyb | Manish Goregaokar | -17/+20 |
| 2016-04-25 | libstd: fix typos in thread::LocalKey docs | Ryman | -2/+2 |
| 2016-04-25 | Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrc | bors | -1/+1 |
| 2016-04-25 | Fix reference to TCP in UDP docs | Steven Fackler | -1/+1 |
| 2016-04-25 | Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1 | bors | -99/+348 |
| 2016-04-25 | patch test due to changes from compiletest-json | Niko Matsakis | -1/+0 |
| 2016-04-25 | Auto merge of #33184 - tamird:misc-cleanup, r=alexcrichton | bors | -8/+2 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -13/+79 |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -3/+4 |
| 2016-04-24 | Auto merge of #33120 - tclfs:patch-2, r=Manishearth | bors | -1/+1 |
| 2016-04-24 | Auto merge of #33085 - fitzgen:make-enumerate-example-more-clear, r=steveklabnik | bors | -5/+4 |
| 2016-04-24 | librustc_back: fix typo | Tamir Duberstein | -1/+1 |
| 2016-04-24 | librustc_back: remove explicit linker | Tamir Duberstein | -7/+0 |
| 2016-04-24 | rustc: update Cargo.lock | Tamir Duberstein | -0/+1 |
| 2016-04-24 | Auto merge of #33179 - Manishearth:breaking-batch, r=Manishearth | bors | -911/+885 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -858/+798 |
| 2016-04-24 | Fix keyword parsing tests | Vadim Petrochenkov | -75/+178 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -3/+41 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -67/+21 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -73/+88 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -105/+110 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -200/+145 |
| 2016-04-24 | Add tests | Vadim Petrochenkov | -0/+117 |
| 2016-04-24 | syntax: Don't parse idents with `parse_path` | Vadim Petrochenkov | -10/+13 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -188/+138 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -183/+111 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -135/+55 |
| 2016-04-24 | Auto merge of #33163 - c4rlo:patch-2, r=Manishearth | bors | -1/+1 |
| 2016-04-24 | Rollup merge of #33125 - Manishearth:closure-span, r=Manishearth | Manish Goregaokar | -53/+87 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -53/+87 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -23/+90 |
| 2016-04-24 | Inline impls on traits too | mitaa | -0/+1 |
| 2016-04-23 | Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichton | bors | -27/+87 |
| 2016-04-23 | Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichton | bors | -64/+0 |
| 2016-04-23 | Auto merge of #33117 - tamird:remove-outdated-workaround, r=sanxiyn | bors | -3/+0 |
| 2016-04-23 | clarify documentation of TcpStream::connect() for multiple valid addresses | benaryorg | -0/+2 |
| 2016-04-23 | Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brson | bors | -84/+140 |