summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-27Correct plain-summary-linemitaa-2/+2
2016-02-27Clearly separate code blocks from other blocksmitaa-1/+73
2016-02-27Rollup merge of #31930 - miqid:doc, r=steveklabnikManish Goregaokar-17/+35
2016-02-27Rollup merge of #31929 - dotdash:less_rallocx, r=alexcrichtonManish Goregaokar-0/+5
2016-02-27Rollup merge of #31926 - llogiq:more_post, r=eddybManish Goregaokar-0/+22
2016-02-27Rollup merge of #31918 - GuillaumeGomez:patch-3, r=steveklabnikManish Goregaokar-0/+6
2016-02-27Rollup merge of #31909 - benaryorg:patch-2, r=ManishearthManish Goregaokar-1/+1
2016-02-27Refinement of paragraph referenced by [thisLuke Jones-9/+9
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-18/+23
2016-02-27Improve formatting of the primitive str documentationMichael Huynh-17/+35
2016-02-27Avoid excessive reallocations during item-bodies checkingBjörn Steinbrink-0/+5
2016-02-27more check_*_post methods for LintPassesllogiq-0/+22
2016-02-26Auto merge of #31876 - ollie27:win_fill_bytes, r=brsonbors-7/+11
2016-02-26Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichtonbors-11/+52
2016-02-26Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brsonbors-5/+10
2016-02-26Don't inline impls from `doc(hidden)` modulesmitaa-11/+52
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-18/+23
2016-02-26fixup #31878Manish Goregaokar-1/+1
2016-02-26Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichtonManish Goregaokar-1/+62
2016-02-26Rollup merge of #31901 - bluss:suggest-use, r=sanxiynManish Goregaokar-9/+9
2016-02-26Rollup merge of #31896 - tshepang:idiom, r=steveklabnikManish Goregaokar-1/+1
2016-02-26Rollup merge of #31894 - tshepang:more-clear, r=steveklabnikManish Goregaokar-2/+1
2016-02-26Rollup merge of #31893 - tshepang:comma, r=steveklabnikManish Goregaokar-1/+1
2016-02-26Rollup merge of #31883 - birkenfeld:doc-null-escape, r=blussManish Goregaokar-0/+4
2016-02-26Rollup merge of #31878 - frewsxcv:path-cleanup, r=alexcrichtonManish Goregaokar-6/+3
2016-02-26Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichtonbors-1/+63
2016-02-26documentation fixKatze-1/+1
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-1/+63
2016-02-26Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakisbors-19/+56
2016-02-26Make sure formatter errors are emitted by the default Write::write_fmtUlrik Sverdrup-1/+62
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-185/+266
2016-02-26suggest: Put the `use` in suggested code inside the quotesUlrik Sverdrup-9/+9
2016-02-25doc: follow the idiom of adding a trailing commaTshepang Lekhonkhobe-1/+1
2016-02-25doc: that explanation was a messTshepang Lekhonkhobe-2/+1
2016-02-25doc: add missing commaTshepang Lekhonkhobe-1/+1
2016-02-25Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichtonbors-2/+55
2016-02-25add comment and stop creating directories in runtestNiko Matsakis-1/+2
2016-02-25create the required directories while gathering tests rather than duringNiko Matsakis-0/+9
2016-02-25Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichtonManish Goregaokar-4/+34
2016-02-25Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichtonManish Goregaokar-9/+36
2016-02-25Rollup merge of #31831 - tormol:master, r=alexcrichtonManish Goregaokar-6/+6
2016-02-25Rollup merge of #31827 - teoryn:patch-1, r=brsonManish Goregaokar-1/+1
2016-02-25Rollup merge of #31818 - GuillaumeGomez:error_display, r=brsonManish Goregaokar-2/+27
2016-02-25Add f32 and f64 examples warningGuillaume Gomez-0/+6
2016-02-25translate backslashes to forward slashes in the expected stringsNiko Matsakis-1/+3
2016-02-25Document the null-char/null-byte escape in the referenceGeorg Brandl-0/+4
2016-02-25Rollup merge of #31793 - alexcrichton:add-real-option-gating, r=nikomatsakisManish Goregaokar-116/+215
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-72/+140
2016-02-24Prefer 'match' pattern guard over conditional within body.Corey Farwell-5/+2
2016-02-24Prefer `slice::get` over length check with indexing.Corey Farwell-1/+1