about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-0/+4
2019-08-29Rollup merge of #63945 - Centril:recover-mut-pat, r=estebankMazdak Farrokhzad-116/+392
2019-08-29Rollup merge of #63938 - tshepang:typo, r=CentrilMazdak Farrokhzad-2/+2
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-0/+55
2019-08-28Auto merge of #63875 - philipc:issue-57822, r=michaelwoeristerbors-8/+63
2019-08-28Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebankbors-0/+51
2019-08-28Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakisbors-10/+10
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-12/+12
2019-08-28or-pattern: fix typo in error messageTshepang Lekhonkhobe-2/+2
2019-08-28Remove `sized` spansYuki Okushi-14/+2
2019-08-28Apply review commentsYuki Okushi-2/+14
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-0/+4
2019-08-27Add default serialization for `Ident`sMatthew Jasper-0/+51
2019-08-27Improve 'mut ' diagnostic.Mazdak Farrokhzad-17/+48
2019-08-27Ensure 'let mut ;' where ':pat' is banned.Mazdak Farrokhzad-1/+18
2019-08-27Changing error messages and renaming tests #63127Kevin Per-2/+2
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-4/+4
2019-08-27recover on 'mut ' and improve recovery for keywords.Mazdak Farrokhzad-116/+344
2019-08-27Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramertMazdak Farrokhzad-0/+23
2019-08-27Rollup merge of #63761 - petrochenkov:procattrs, r=eddybMazdak Farrokhzad-41/+188
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-6/+21
2019-08-27debuginfo: always include disambiguator in type namesPhilip Craig-10/+10
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-41/+143
2019-08-27Respect attributes on proc macro definitionsVadim Petrochenkov-0/+43
2019-08-26Rollup merge of #63921 - RalfJung:file-check, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-08-26Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebankMazdak Farrokhzad-117/+871
2019-08-26Rollup merge of #63317 - estebank:dead-code, r=matthewjasperMazdak Farrokhzad-14/+152
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-0/+2
2019-08-26review commentEsteban Küber-2/+2
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-4/+4
2019-08-26add link to FileCheck docsRalf Jung-0/+2
2019-08-26Error when generator trait is not foundLzu Tao-0/+23
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-2/+16
2019-08-26Auto merge of #63897 - petrochenkov:prettycomma, r=estebankbors-14/+11
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-41/+26
2019-08-26Auto merge of #62603 - cuviper:no-unwind-abort, r=joshtriplettbors-2/+10
2019-08-25Point at method call on missing annotation errorEsteban Küber-2/+16
2019-08-25Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27bors-0/+50
2019-08-25pprust: Do not print spaces before some tokensVadim Petrochenkov-14/+11
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-0/+2
2019-08-25or_patterns: add run-rustfix tests.Mazdak Farrokhzad-0/+150
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-86/+84
2019-08-25debuginfo: give unique names to closure and generator typesPhilip Craig-0/+55
2019-08-25Rollup merge of #63859 - matthewjasper:check-snippet-result, r=CentrilMazdak Farrokhzad-0/+45
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-1/+17
2019-08-25Rollup merge of #63813 - estebank:int-from, r=varkorMazdak Farrokhzad-0/+12
2019-08-25parser: 'while parsing this or-pattern...'Mazdak Farrokhzad-0/+19
2019-08-24parser: reword || recovery.Mazdak Farrokhzad-7/+7