about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-06Rollup merge of #52093 - alexcrichton:update-issue, r=kennytmkennytm-1/+1
2018-07-06Rollup merge of #52073 - xfix:patch-7, r=oli-obkkennytm-0/+13
2018-07-05rustc: Update tracking issue for wasm_import_moduleAlex Crichton-1/+1
2018-07-05update run-pass testJorge Aparicio-5/+5
2018-07-06Rollup merge of #52016 - oli-obk:dedup_static_errors, r=estebankkennytm-15/+2
2018-07-06Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie...bors-0/+35
2018-07-05Update scalar pairs per review commentsJosh Stone-0/+14
2018-07-05Do not run AST borrowck when -Zborrowck=mirSantiago Pastorino-12/+12
2018-07-05Store scalar pair bools as i8 in memoryJosh Stone-1/+41
2018-07-05Fix rustdoc run failures by shutting down definitely some lintsGuillaume Gomez-0/+24
2018-07-05merge wellformed(wc)scsmoe-13/+7
2018-07-05update testcsmoe-0/+16
2018-07-05fix for issue #8636Mikhail Modin-0/+289
2018-07-05Add a punch card to weird expressions testKonrad Borowski-0/+13
2018-07-05Auto merge of #51967 - varkor:const-body-break-continue, r=estebankbors-17/+112
2018-07-05update testcsmoe-44/+43
2018-07-05Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este...bors-0/+65
2018-07-04Remove rustc_mir_borrowck attribute and use rustc_mir insteadSantiago Pastorino-4/+4
2018-07-05Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakisbors-19/+146
2018-07-04Shorten error message and add link to testDylan MacKenzie-4/+4
2018-07-04Explain reason behind error spanDylan MacKenzie-1/+1
2018-07-04Add a UI test for #50637Dylan MacKenzie-0/+66
2018-07-04Ensure that borrows wind up unactivated.David Wood-0/+18
2018-07-04Correctly handle an activation from dead code.David Wood-0/+17
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-2/+85
2018-07-04Improving span of unknown lint tool error messageflip1995-2/+26
2018-07-04Tests for tool_lintsflip1995-0/+103
2018-07-04Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...bors-6/+22
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-121/+193
2018-07-03Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakisbors-11/+10
2018-07-03Fix various nll unused mut errorsMatthew Jasper-19/+146
2018-07-03Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelixbors-0/+45
2018-07-03test for renaming re-exported macrosQuietMisdreavus-0/+6
2018-07-03implement fix for cross crate inferrence and fix testtoidiu-15/+10
2018-07-03Suggestion for printcsmoe-1/+1
2018-07-03Auto merge of #52014 - pietroalbini:rollup, r=pietroalbinibors-0/+74
2018-07-03Deduplicate error reports for staticsOliver Schneider-15/+2
2018-07-03Rollup merge of #51978 - estebank:issue-48364, r=oli-obkPietro Albini-0/+28
2018-07-03Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkovPietro Albini-0/+46
2018-07-03Auto merge of #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakisbors-49/+14
2018-07-02test to capture that cross crate outlives requirements are not inferredtoidiu-0/+37
2018-07-02Auto merge of #51944 - MajorBreakfast:generic-future-obj, r=cramertjbors-4/+6
2018-07-02Remove early error abortvarkor-2/+10
2018-07-02Fix ICEs with match/return expressions inside array lengthsvarkor-0/+38
2018-07-02Clean up error messages regarding break/continue inside constsvarkor-22/+7
2018-07-02Fix another return-const ICEvarkor-9/+14
2018-07-02Fix an ICE using break and continue as array lengthsvarkor-2/+50
2018-07-02Fix a bug with return in anonymous constsvarkor-1/+12
2018-07-02Auto merge of #51896 - nikomatsakis:nll-liveness-dirty-list, r=Zoxcbors-5/+7
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-2/+2