about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-27remove range lang itemsAlex Burka-10/+6
2016-02-27fallout from removing hir::ExprRangeAlex Burka-217/+3
2016-02-27HIR: add inclusive ranges, desugar all ranges (remove ExprRange)Alex Burka-5/+89
2016-02-27libsyntax: parse inclusive rangesAlex Burka-50/+81
2016-02-27core: add inclusive ranges to core::opsAlex Burka-91/+167
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-18/+23
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-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-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
2016-02-25rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on WindowsOliver Middleton-7/+11
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+0
2016-02-24Add compiletest-ignore-dir to existing subdirectories.Niko Matsakis-0/+0
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-14/+46
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-171/+208
2016-02-25Rollup merge of #31870 - ivan:filter-explain, r=steveklabnikManish Goregaokar-4/+6
2016-02-25Rollup merge of #31868 - fhahn:capitalize-Rust, r=steveklabnikManish Goregaokar-3/+3
2016-02-25Rollup merge of #31863 - matklad:clarify-reference, r=steveklabnikManish Goregaokar-2/+2