about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-13Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelixbors-22/+154
2018-07-13Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelixbors-15/+15
2018-07-13Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapinbors-10/+93
2018-07-12Bless one more testashtneoi-0/+11
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-12/+0
2018-07-12Bless tests and update ERRORashtneoi-5/+6
2018-07-12span_suggestioncsmoe-9/+25
2018-07-12add nll stderrcsmoe-0/+11
2018-07-12update testcsmoe-3/+3
2018-07-12lint with ref_spancsmoe-1/+1
2018-07-12update testcsmoe-0/+25
2018-07-12Also test `&mut self` suggestionashtneoi-4/+24
2018-07-12Don't try to suggest `ref mut` for implicit `ref`ashtneoi-6/+6
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-7/+15
2018-07-12Add `ref mut` suggestion testashtneoi-0/+52
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-15/+15
2018-07-13Auto merge of #52275 - alexcrichton:no-macro-use, r=nrcbors-0/+73
2018-07-13Fix some RangeInclusive test cases.kennytm-10/+19
2018-07-13Change RangeInclusive to a three-field struct.kennytm-0/+74
2018-07-13Auto merge of #52046 - cramertj:fix-generator-mir, r=eddybbors-4/+152
2018-07-12rustc: Lint against `#[macro_use]` in 2018 idiomsAlex Crichton-0/+73
2018-07-12Ensure StorageDead is created even if variable initialization failsTaylor Cramer-4/+152
2018-07-12Auto merge of #52256 - tinco:issue_52255, r=sanxiynbors-4/+2
2018-07-12Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkovkennytm-0/+74
2018-07-12Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkovbors-0/+52
2018-07-12Auto merge of #52089 - eddyb:issue-51907, r=nagisabors-0/+26
2018-07-12fix expected output of pretty/cast-lt and issue-4264 testsTinco Andringa-4/+2
2018-07-11rustc: Verify #[proc_macro] is only a wordAlex Crichton-0/+74
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-34/+69
2018-07-11Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichtonMark Rousskov-17/+256
2018-07-11Rollup merge of #51614 - csmoe:lit_sugg, r=estebankMark Rousskov-0/+4
2018-07-11Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obkbors-0/+66
2018-07-11suggest on new snippetcsmoe-4/+2
2018-07-11Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-162/+162
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-162/+162
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-34/+62
2018-07-11Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelixbors-0/+24
2018-07-11add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-10rustc: Search all derives for inert attributesAlex Crichton-0/+52
2018-07-10Fix typo in error message E0277Rémy Rakic-162/+162
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-34/+62
2018-07-10Auto merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelixbors-0/+45
2018-07-10Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavusbors-0/+25
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-4/+175
2018-07-10Auto merge of #52168 - nikomatsakis:nll-region-name, r=estebankbors-5/+5
2018-07-10Auto merge of #52204 - zackmdavis:and_the_crate_of_the_missing_module, r=oli-obkbors-0/+43
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-34/+69
2018-07-09in which `use` suggestions meet edition 2018Zack M. Davis-0/+43
2018-07-10Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrumbors-1/+55
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-0/+25