about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-19Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkovbors-16/+11
2017-08-18Minor Iterator::filter_map description rewording.Corey Farwell-1/+1
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-438/+264
2017-08-18Correct has_root() on RedoxIan Douglas Scott-3/+20
2017-08-18Remove outline when details have focusGuillaume Gomez-0/+4
2017-08-18redox: Require scheme for path to be absoluteIan Douglas Scott-2/+10
2017-08-18rustc: Add `Local` to the HIR map of parentsAlex Crichton-14/+36
2017-08-18Add links for implsJouan Amate-4/+11
2017-08-18Fix a diagnosticAlex Crichton-1/+1
2017-08-18Add missing links for String module and typeGuillaume Gomez-32/+41
2017-08-18Auto merge of #43917 - ids1024:redox-unwind, r=alexcrichtonbors-2/+1
2017-08-18Add missing urls for Result structGuillaume Gomez-27/+73
2017-08-18Add missing url for fmt moduleGuillaume Gomez-1/+1
2017-08-18Update the compiler_builtins submoduleDylan McKay-0/+0
2017-08-18Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkovbors-10/+91
2017-08-18Add an additional empty line between the suggested `use` and the next itemOliver Schneider-5/+18
2017-08-18Handle structs, unions and enums unsized field/variant separatelyGuillaume Gomez-13/+64
2017-08-18Auto merge of #43904 - topecongiro:libsyntax/parse-attr, r=petrochenkovbors-6/+4
2017-08-17rustc: Rename NodeLocal to NodeBindingAlex Crichton-17/+17
2017-08-17Fix more UI testsAlex Crichton-1/+1
2017-08-18Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichtonbors-59/+62
2017-08-17Verify that an `if` condition block returns a valueEsteban Küber-5/+51
2017-08-18Auto merge of #43897 - lu-zero:master, r=alexcrichtonbors-0/+90
2017-08-18Auto merge of #43832 - huntiep:compiler-desugaring-enum, r=nikomatsakisbors-11/+48
2017-08-17Check for `else` keyword on missing `if` conditionEsteban Küber-29/+12
2017-08-17Fix UI testsAlex Crichton-10/+2
2017-08-17Add x86_64-unknown-redox to build manifest target listJeremy Soller-0/+1
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-168/+284
2017-08-18code review fixesgaurikholkar-22/+38
2017-08-17Accept underscores in unicode escapesMalo Jaffré-56/+101
2017-08-17Point out missing if conditionalEsteban Küber-4/+52
2017-08-17code review fixesgaurikholkar-9/+31
2017-08-17Improve placement of `use` suggestionsOliver Schneider-37/+181
2017-08-17Rollup merge of #43930 - pravic:es5-revert-shorthand, r=frewsxcvCorey Farwell-4/+4
2017-08-17Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMis...Corey Farwell-1/+1
2017-08-17Rollup merge of #43920 - michael-zapata:cleanup/mir, r=arielb1Corey Farwell-6/+4
2017-08-17Rollup merge of #43916 - integer32llc:cargo-docs-redirect, r=alexcrichtonCorey Farwell-1/+46
2017-08-17Rollup merge of #43915 - adrian5:patch-1, r=sfacklerCorey Farwell-1/+1
2017-08-17Rollup merge of #43914 - steveklabnik:update-books, r=QuietMisdreavusCorey Farwell-0/+0
2017-08-17Rollup merge of #43912 - Songbird0:e0106_field_lifetimes, r=GuillaumeGomezCorey Farwell-0/+4
2017-08-17Rollup merge of #43905 - partim:master, r=steveklabnikCorey Farwell-1/+8
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-59/+59
2017-08-17Upgrade a comment to a doc commentOliver Schneider-1/+1
2017-08-17Upgrade a comment to a doc commentOliver Schneider-3/+3
2017-08-17Update ui testsSeiichi Uchida-2/+2
2017-08-17Include the closing paren to the span of ast::NestedMetaItemSeiichi Uchida-11/+6
2017-08-17Use respan()Seiichi Uchida-3/+3
2017-08-17Auto merge of #43902 - michaelwoerister:fix-mir-passes-promoted, r=arielb1bors-0/+8
2017-08-17Fix ES5 regression with shorthand names.pravic-4/+4
2017-08-17Adding E0623 for structsgaurikholkar-177/+621