about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-28Add detailed error message for E0434 #32777Timothy McRoy-1/+45
2016-04-26Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomezbors-2/+2
2016-04-26Auto merge of #33203 - Ryman:patch-3, r=alexcrichtonbors-2/+2
2016-04-26Auto merge of #32989 - GuillaumeGomez:e0393, r=Manishearthbors-2/+31
2016-04-26Auto merge of #32962 - taralx:patch-1, r=GuillaumeGomezbors-6/+3
2016-04-26Add E0393 error explanationGuillaume Gomez-2/+31
2016-04-26Auto merge of #33099 - eddyb:issue-33096, r=michaelwoeristerbors-1/+30
2016-04-26Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichtonManish Goregaokar-1/+1
2016-04-26Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichtonManish Goregaokar-13/+79
2016-04-26Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichtonManish Goregaokar-3/+4
2016-04-26Rollup merge of #33167 - benaryorg:master, r=alexcrichtonManish Goregaokar-0/+2
2016-04-26Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichtonManish Goregaokar-29/+63
2016-04-26Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichtonManish Goregaokar-26/+132
2016-04-26Rollup merge of #33107 - sanxiyn:prev-impl-item, r=eddybManish Goregaokar-17/+20
2016-04-25libstd: fix typos in thread::LocalKey docsRyman-2/+2
2016-04-25Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrcbors-1/+1
2016-04-25Fix reference to TCP in UDP docsSteven Fackler-1/+1
2016-04-25Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1bors-99/+348
2016-04-25patch test due to changes from compiletest-jsonNiko Matsakis-1/+0
2016-04-25Auto merge of #33184 - tamird:misc-cleanup, r=alexcrichtonbors-8/+2
2016-04-25Linkify extern crates on rustdoc pagesmitaa-13/+79
2016-04-25Improve accessibility of rustdoc pagesmitaa-3/+4
2016-04-24Auto merge of #33120 - tclfs:patch-2, r=Manishearthbors-1/+1
2016-04-24Auto merge of #33085 - fitzgen:make-enumerate-example-more-clear, r=steveklabnikbors-5/+4
2016-04-24librustc_back: fix typoTamir Duberstein-1/+1
2016-04-24librustc_back: remove explicit linkerTamir Duberstein-7/+0
2016-04-24rustc: update Cargo.lockTamir Duberstein-0/+1
2016-04-24Auto merge of #33179 - Manishearth:breaking-batch, r=Manishearthbors-911/+885
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-858/+798
2016-04-24Fix keyword parsing testsVadim Petrochenkov-75/+178
2016-04-24Check reachability for inlined extern links toomitaa-3/+41
2016-04-24Remove some old code from libsyntaxVadim Petrochenkov-67/+21
2016-04-24syntax: Make `is_path_start` precise and improve some error messages about un...Vadim Petrochenkov-73/+88
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-105/+110
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-200/+145
2016-04-24Add testsVadim Petrochenkov-0/+117
2016-04-24syntax: Don't parse idents with `parse_path`Vadim Petrochenkov-10/+13
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-188/+138
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-183/+111
2016-04-24syntax: Don't rely on token::IdentStyle in the parserVadim Petrochenkov-135/+55
2016-04-24Auto merge of #33163 - c4rlo:patch-2, r=Manishearthbors-1/+1
2016-04-24Rollup merge of #33125 - Manishearth:closure-span, r=ManishearthManish Goregaokar-53/+87
2016-04-24thread tighter span for closures aroundNiko Matsakis-53/+87
2016-04-24Remove, now unnecessary, workaroundmitaa-23/+90
2016-04-24Inline impls on traits toomitaa-0/+1
2016-04-23Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichtonbors-27/+87
2016-04-23Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichtonbors-64/+0
2016-04-23Auto merge of #33117 - tamird:remove-outdated-workaround, r=sanxiynbors-3/+0
2016-04-23clarify documentation of TcpStream::connect() for multiple valid addressesbenaryorg-0/+2
2016-04-23Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brsonbors-84/+140