about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-29/+47
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-02-01Improve char escaping in lexer messagesRyan Cumming-1/+14
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-30Fix ICE when assigning references to a static mut with NLLAaron Hill-0/+20
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-0/+5
2018-01-31rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-2/+20
2018-01-30Ignore run-pass/sse2 when using system LLVMJosh Stone-1/+1
2018-01-30Update associated constants error messageGuillaume Gomez-2/+5
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-0/+28
2018-01-30Auto merge of #47870 - kennytm:rollup, r=kennytmbors-6/+117
2018-01-30Allow access of the state field before the generator transform. Fixes #47482,...John Kåre Alsaker-18/+18
2018-01-30Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavuskennytm-0/+19
2018-01-30Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni...kennytm-0/+42
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-5/+52
2018-01-30Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakiskennytm-1/+4
2018-01-30Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakisbors-2/+129
2018-01-29Fix regression: account for trait methods in arg count mismatch errorChristopher Durham-0/+28
2018-01-29Auto merge of #47837 - eddyb:going-places, r=nikomatsakisbors-14/+14
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-0/+19
2018-01-29move comment right onto the line in questionNiko Matsakis-3/+3
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-29Increase test coverage of use_nested_groupsPietro Albini-0/+42
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-14/+14
2018-01-29Require yield types to be sizedJohn Kåre Alsaker-0/+43
2018-01-29Make `yield_in_scope_for_expr` work with patterns. Fixes #47758John Kåre Alsaker-0/+33
2018-01-28use correct casing for rename suggestionsAndy Russell-12/+12
2018-01-28Point only at method signatures and point at traitEsteban Küber-71/+36
2018-01-28For named lifetimes point only at method signatureEsteban Küber-24/+105
2018-01-28Suggest removing value from `break` when invalidEsteban Küber-0/+4
2018-01-28Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors-1/+1
2018-01-28Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddybbors-0/+45
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-0/+27