about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-07add tests for macro trailing commasMichael Lamparski-0/+601
2018-02-06Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est...bors-2/+34
2018-02-06Rollup merge of #48007 - nrc:rls-field-init, r=eddybkennytm-0/+8
2018-02-06Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrumkennytm-0/+16
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche...kennytm-65/+2
2018-02-06Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichtonkennytm-0/+22
2018-02-06Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakiskennytm-1/+19
2018-02-06Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebankkennytm-0/+5
2018-02-06Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakiskennytm-0/+26
2018-02-05Make inline assembly volatile if it has no outputs. Fixes #46026John Kåre Alsaker-0/+26
2018-02-05Stabilize use_nested_groupsPietro Albini-65/+2
2018-02-05Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelixbors-0/+33
2018-02-05Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakisbors-3/+32
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-0/+8
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+61
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-62/+28
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-3/+3
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-0/+55
2018-02-04Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakiskennytm-0/+23
2018-02-04Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddybkennytm-0/+22
2018-02-04Remove delay_span_bug() in check_aliasabilitySeiichi Uchida-1/+19
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-18/+122
2018-02-03Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakisbors-0/+33
2018-02-03Auto merge of #47962 - kennytm:rollup, r=kennytmbors-3/+76
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-0/+22
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-86/+124
2018-02-02Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ...kennytm-2/+38
2018-02-02Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche...kennytm-1/+14
2018-02-02Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe...kennytm-0/+20
2018-02-02Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v...kennytm-0/+4
2018-02-02Add regression testManish Goregaokar-0/+16
2018-02-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-29/+47
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+61
2018-02-02add ellided lifetimedpc-0/+33
2018-02-01Minimize weird spans involving macro contextEsteban Küber-2/+38
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-0/+162
2018-01-31Fix overflow when performing drop check calculations in NLLAaron Hill-0/+33
2018-02-01Improve char escaping in lexer messagesRyan Cumming-1/+14
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-3/+3
2018-02-01Rollup merge of #47895 - varkor:non-utf-stdin, r=estebankkennytm-0/+7
2018-01-31Use file containing non-UTF-8 character instead of echo -evarkor-1/+3
2018-01-31Add echo escape flagvarkor-1/+1
2018-01-31Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakiskennytm-2/+20
2018-01-31Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichtonkennytm-1/+1
2018-01-31Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakiskennytm-2/+5
2018-01-31Rollup merge of #47844 - CAD97:patch-1, r=estebankkennytm-0/+28
2018-01-31Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkovkennytm-12/+12
2018-01-30add doc(include) to the save-analysis testQuietMisdreavus-0/+5
2018-01-30Fix ICE when assigning references to a static mut with NLLAaron Hill-0/+20
2018-01-30wherein the parens lint keeps its own counsel re args in nested macrosZack M. Davis-0/+55