about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-28/+39
2019-08-27Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramertMazdak Farrokhzad-2/+25
2019-08-27Rollup merge of #63761 - petrochenkov:procattrs, r=eddybMazdak Farrokhzad-172/+318
2019-08-27Rollup merge of #63698 - Phosphorus15:master, r=nagisaMazdak Farrokhzad-19/+24
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-47/+101
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-49/+151
2019-08-27metadata: Eliminate `FullProcMacro`Vadim Petrochenkov-50/+28
2019-08-27Respect attributes on proc macro definitionsVadim Petrochenkov-67/+131
2019-08-26Rollup merge of #63921 - RalfJung:file-check, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-08-26Rollup merge of #63855 - killercup:refactor/feature-gates, r=CentrilMazdak Farrokhzad-309/+419
2019-08-26Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakisMazdak Farrokhzad-8/+0
2019-08-26Rollup merge of #63836 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-08-26Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebankMazdak Farrokhzad-226/+1081
2019-08-26Rollup merge of #63317 - estebank:dead-code, r=matthewjasperMazdak Farrokhzad-20/+172
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-17/+19
2019-08-26review commentEsteban Küber-2/+2
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-5/+6
2019-08-26add link to FileCheck docsRalf Jung-0/+2
2019-08-26Error when generator trait is not foundLzu Tao-2/+25
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-12/+51
2019-08-26Auto merge of #63897 - petrochenkov:prettycomma, r=estebankbors-15/+24
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-369/+519
2019-08-26Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbgbors-4/+12
2019-08-26Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplettbors-3/+11
2019-08-25Point at method call on missing annotation errorEsteban Küber-12/+51
2019-08-25Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27bors-67/+264
2019-08-25Refactor feature gate checking codePascal Hertleif-18/+22
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-15/+24
2019-08-25Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-08-25Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-08-25Permit unwinding through FFI by defaultMark Rousskov-1/+3
2019-08-25Auto merge of #63878 - phansch:update_clippy_submodule, r=Manishearthbors-7/+7
2019-08-25submodules: update clippy from 2bcb6155948e2f8b86db08152a5f54bd5af625e5 to 05...Philipp Hansch-7/+7
2019-08-25Introduce and use `Feature` type for feature gatesPascal Hertleif-23/+98
2019-08-25Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centrilbors-12/+9
2019-08-25Auto merge of #63862 - Centril:match-cleanup, r=oli-obkbors-973/+1129
2019-08-25parser: TopLevel -> RecoverComma.Mazdak Farrokhzad-10/+10
2019-08-25or_patterns: add run-rustfix tests.Mazdak Farrokhzad-0/+150
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-97/+125
2019-08-24Add a period at the end of the sentenceSantiago Pastorino-1/+1
2019-08-24Join arms patterns, body is empty in all armsSantiago Pastorino-7/+4
2019-08-24Allow lifetime parameters to be inferredSantiago Pastorino-4/+4
2019-08-25Rollup merge of #63859 - matthewjasper:check-snippet-result, r=CentrilMazdak Farrokhzad-43/+90
2019-08-25Rollup merge of #63854 - c410-f3r:attrs-visit, r=petrochenkovMazdak Farrokhzad-145/+147
2019-08-25Rollup merge of #63839 - oli-obk:intptrcast, r=RalfJungMazdak Farrokhzad-12/+16
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-61/+102
2019-08-25Rollup merge of #63813 - estebank:int-from, r=varkorMazdak Farrokhzad-0/+36
2019-08-25Rollup merge of #62744 - llogiq:tiny-list-refactor, r=eddybMazdak Farrokhzad-46/+45
2019-08-25parser: 'while parsing this or-pattern...'Mazdak Farrokhzad-1/+23
2019-08-25parser: simplify parse_pat_with_or_{inner}Mazdak Farrokhzad-17/+10