about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-05Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops...Matthias Krüger-9/+4
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-14/+14
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-3/+3
2020-03-05Auto merge of #69717 - estebank:correctly-probe, r=varkorbors-2/+1
2020-03-04Correctly reject `TraitCandidate` in all casesEsteban Küber-2/+1
2020-03-04Auto merge of #69576 - matthiaskrgr:nightly_bootstrap_from_beta, r=Centrilbors-1/+1
2020-03-04Auto merge of #69636 - RalfJung:miri, r=nikomatsakisbors-8/+10
2020-03-04update miriRalf Jung-7/+9
2020-03-04point cargo-miri to the right xargo binaryRalf Jung-1/+1
2020-03-04Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnaybors-242/+263
2020-03-04Auto merge of #69550 - RalfJung:scalar, r=oli-obkbors-87/+69
2020-03-03Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPCbors-56/+100
2020-03-03Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPCDylan DPC-0/+12
2020-03-03Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikicDylan DPC-4/+57
2020-03-03Rollup merge of #69653 - matthiaskrgr:needless_bool, r=Dylan-DPCDylan DPC-3/+2
2020-03-03Rollup merge of #69650 - matthiaskrgr:clnp, r=varkorDylan DPC-27/+16
2020-03-03Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkovDylan DPC-15/+6
2020-03-03Rollup merge of #69565 - RalfJung:assert, r=eddybDylan DPC-7/+7
2020-03-03Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkovbors-102/+73
2020-03-03Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichtonbors-7/+91
2020-03-03Auto merge of #69482 - lqd:poloniusup, r=nikomatsakisbors-43/+58
2020-03-03Add explanation for E0379Guillaume Gomez-0/+12
2020-03-03Add regression test for linking issue with start-group / end-groupTomasz Miąsko-0/+76
2020-03-03Improve linking of crates with circular dependenciesTomasz Miąsko-7/+15
2020-03-03use question mark operator in a few places.Matthias Krüger-15/+6
2020-03-03Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morseYuki Okushi-3/+3
2020-03-03Rollup merge of #69634 - GuillaumeGomez:clean-up-e0378, r=Dylan-DPCYuki Okushi-20/+22
2020-03-03Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-le...Yuki Okushi-6/+5
2020-03-03Rollup merge of #69626 - ehuss:toolstate-nightly-cleanup, r=Mark-SimulacrumYuki Okushi-1/+1
2020-03-03Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david...Yuki Okushi-1/+38
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-18/+15
2020-03-03Rollup merge of #69609 - TimDiekmann:excess, r=AmanieuYuki Okushi-269/+134
2020-03-03Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnikYuki Okushi-2/+5
2020-03-03Fix check for __msan_keep_going in sanitizer-recover testTomasz Miąsko-2/+2
2020-03-03Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...Tomasz Miąsko-0/+45
2020-03-03Invoke OptimizerLastEPCallbacks in PreLinkThinLTOTomasz Miąsko-2/+10
2020-03-03Auto merge of #69247 - CAD97:remove-chalk, r=nikomatsakisbors-2839/+20
2020-03-03use conditions directlyMatthias Krüger-3/+2
2020-03-03Improve weird formatting by moving comment inside else-code block.Matthias Krüger-3/+3
2020-03-03Use .any(x) instead of .find(x).is_some() on iterators.Matthias Krüger-10/+6
2020-03-03Use .nth(x) instead of .skip(x).next() on iterators.Matthias Krüger-7/+3
2020-03-03Simplify conditions like x + 1 <= y to x < yMatthias Krüger-2/+2
2020-03-03Use let instead of match to get value of enum with single variant.Matthias Krüger-5/+2
2020-03-02Remove chalk integrationCAD97-2839/+20
2020-03-03Remove `usable_size` APIsTim Diekmann-269/+134
2020-03-02Apply suggestions from code reviewLeSeulArtichaut-2/+3
2020-03-02Update cargo, clippyEric Huss-7/+7
2020-03-02Toolstate: don't duplicate nightly tool list.Eric Huss-1/+1
2020-03-02Don't convert Results to Options just for matching.Matthias Krüger-3/+3
2020-03-02Auto merge of #69635 - Dylan-DPC:rollup-2oh8uu5, r=Dylan-DPCbors-95/+688