about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-04fix tidy errorMatthew Kuo-1/+2
2020-03-04test(pattern): harden tests for or-patterns with slice-patternsMatthew Kuo-4/+27
2020-03-04test(pattern): add tests for combinations of pattern featuresMatthew Kuo-0/+283
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
2020-03-02Rollup merge of #69624 - ehuss:toolstate-beta-regress, r=Mark-SimulacrumDylan DPC-63/+133
2020-03-02Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkovDylan DPC-14/+74
2020-03-02Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=CentrilDylan DPC-1/+1
2020-03-02Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodtDylan DPC-1/+2
2020-03-02Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-SimulacrumDylan DPC-7/+5
2020-03-02Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnikDylan DPC-9/+473
2020-03-02clean up E0378 explanationGuillaume Gomez-20/+22
2020-03-02use values() or keys() respectively when iterating only over keys or values o...Matthias Krüger-9/+9