about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-26Nits and cleanupsSimonas Kazlauskas-43/+35
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-25Use `box` syntax in `vec!` macroAndrew Paseltiner-28/+27
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-26Add testsJeffrey Seyfried-0/+47
2016-02-26Fix breakage in rustc_metadataJeffrey Seyfried-2/+2
2016-02-26Fix fallout in testsJeffrey Seyfried-68/+46
2016-02-26Privacy check paths in resolve and typeckJeffrey Seyfried-13/+98
2016-02-26Refactor Module's field extern_crate_did: Option<DefId> to extern_crate_id: O...Jeffrey Seyfried-12/+10
2016-02-26Remove `LastPrivate`Jeffrey Seyfried-372/+43
2016-02-26Lay the groundwork for privacy checking in typeckJeffrey Seyfried-50/+72
2016-02-26suggest: Put the `use` in suggested code inside the quotesUlrik Sverdrup-9/+9
2016-02-25fix drop of fat ptrsNiko Matsakis-2/+40
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
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