summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-19Auto merge of #27121 - apasel422:issue-21332, r=Gankrobors-9/+44
2015-07-19doc: use 'index' and 'value' in place of 'i' and 't'Tshepang Lekhonkhobe-38/+38
2015-07-18'Copies' => 'Clones' in Cow method docs.Nick Hamann-2/+2
2015-07-18split "has incompatible type for trait" errors into multiple linesAndrew Paseltiner-9/+44
2015-07-19Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*.Ken Tossell-4/+8
2015-07-18optimize integer formattingarthurprs-2/+86
2015-07-18add tests for #20825Andrew Paseltiner-0/+39
2015-07-18add test for #14821Andrew Paseltiner-0/+28
2015-07-18oops, forgot to fix method nameAlisdair Owens-2/+2
2015-07-18Fix to 80 char width, change to single space after periodAlisdair Owens-6/+6
2015-07-18fix up crate/trait discrepancy, clarify languageAlisdair Owens-4/+4
2015-07-18fix up lifetimesAlexis Beingessner-6/+0
2015-07-18Add details on PhantomDataAlisdair Owens-10/+35
2015-07-18Add diagnostics for E0253Alisdair Owens-1/+17
2015-07-18fix typoAlexis Beingessner-1/+1
2015-07-18Generate proper debug info for function pointersBjörn Steinbrink-1/+17
2015-07-18Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakisbors-12/+40
2015-07-18Create correct debuginfo for closure function signaturesBjörn Steinbrink-6/+13
2015-07-18Properly create debug info for functionsBjörn Steinbrink-24/+31
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-13/+142
2015-07-18Include label in the span of loopsMarcus Klaas-19/+49
2015-07-18Auto merge of #27088 - tamird:fix-ios-build, r=alexcrichtonbors-6/+4
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-24/+18
2015-07-18Auto merge of #27085 - Ryman:gh17546, r=alexcrichtonbors-27/+78
2015-07-17no really I deleted youAlexis Beingessner-233/+0
2015-07-17shard out misc section on lifetimes properlyAlexis Beingessner-1/+357
2015-07-18Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichtonbors-4/+3
2015-07-17Clarify the usage of "hints" in const_eval.Eli Friedman-118/+194
2015-07-18Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rsP1start-20/+38
2015-07-17Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichtonbors-484/+638
2015-07-17Remove confusing 'mutability root' termSteve Klabnik-7/+7
2015-07-17doc: improve some VecDeque examplesTshepang Lekhonkhobe-19/+23
2015-07-18nitManish Goregaokar-1/+1
2015-07-18Rollup merge of #27095 - tshepang:space, r=alexcrichtonManish Goregaokar-1/+1
2015-07-18Rollup merge of #27094 - tamird:DRY-search-focus, r=brsonManish Goregaokar-2/+2
2015-07-18Rollup merge of #27091 - steveklabnik:doc_tests_glob, r=GankroManish Goregaokar-3/+2
2015-07-18Rollup merge of #27081 - rick68:patch-15, r=alexcrichtonManish Goregaokar-0/+1
2015-07-18Rollup merge of #27071 - AlisdairO:diagnostics, r=ManishearthManish Goregaokar-4/+69
2015-07-18Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmrManish Goregaokar-0/+6
2015-07-18Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelixManish Goregaokar-1/+26
2015-07-17Add diagnostics for E0392Alisdair Owens-1/+35
2015-07-17Write diagnostics for E0364 and E0365Alisdair Owens-4/+69
2015-07-17clarify that `T` does not contain `'a`Andrew Paseltiner-2/+2
2015-07-17treat `for<'a> T: 'a` as `T: 'static`Andrew Paseltiner-12/+40
2015-07-17doc: add missing spaceTshepang Lekhonkhobe-1/+1
2015-07-17update subtyping to be a bit clearer about reference varianceAlexis Beingessner-49/+70
2015-07-17Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelixbors-240/+97
2015-07-17DRYTamir Duberstein-2/+2
2015-07-17Don't recurse down closures for duplicate-label checkingManish Goregaokar-0/+22
2015-07-17fix pretty printers to handle new VecAlexis Beingessner-9/+7