| Age | Commit message (Expand) | Author | Lines |
| 2020-03-04 | fix tidy error | Matthew Kuo | -1/+2 |
| 2020-03-04 | test(pattern): harden tests for or-patterns with slice-patterns | Matthew Kuo | -4/+27 |
| 2020-03-04 | test(pattern): add tests for combinations of pattern features | Matthew Kuo | -0/+283 |
| 2020-03-03 | Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPC | bors | -56/+100 |
| 2020-03-03 | Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPC | Dylan DPC | -0/+12 |
| 2020-03-03 | Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic | Dylan DPC | -4/+57 |
| 2020-03-03 | Rollup merge of #69653 - matthiaskrgr:needless_bool, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -27/+16 |
| 2020-03-03 | Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov | Dylan DPC | -15/+6 |
| 2020-03-03 | Rollup merge of #69565 - RalfJung:assert, r=eddyb | Dylan DPC | -7/+7 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -102/+73 |
| 2020-03-03 | Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichton | bors | -7/+91 |
| 2020-03-03 | Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis | bors | -43/+58 |
| 2020-03-03 | Add explanation for E0379 | Guillaume Gomez | -0/+12 |
| 2020-03-03 | Add regression test for linking issue with start-group / end-group | Tomasz Miąsko | -0/+76 |
| 2020-03-03 | Improve linking of crates with circular dependencies | Tomasz Miąsko | -7/+15 |
| 2020-03-03 | use question mark operator in a few places. | Matthias Krüger | -15/+6 |
| 2020-03-03 | Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morse | Yuki Okushi | -3/+3 |
| 2020-03-03 | Rollup merge of #69634 - GuillaumeGomez:clean-up-e0378, r=Dylan-DPC | Yuki Okushi | -20/+22 |
| 2020-03-03 | Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-le... | Yuki Okushi | -6/+5 |
| 2020-03-03 | Rollup merge of #69626 - ehuss:toolstate-nightly-cleanup, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-03-03 | Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david... | Yuki Okushi | -1/+38 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -18/+15 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -269/+134 |
| 2020-03-03 | Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnik | Yuki Okushi | -2/+5 |
| 2020-03-03 | Fix check for __msan_keep_going in sanitizer-recover test | Tomasz Miąsko | -2/+2 |
| 2020-03-03 | Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=... | Tomasz Miąsko | -0/+45 |
| 2020-03-03 | Invoke OptimizerLastEPCallbacks in PreLinkThinLTO | Tomasz Miąsko | -2/+10 |
| 2020-03-03 | Auto merge of #69247 - CAD97:remove-chalk, r=nikomatsakis | bors | -2839/+20 |
| 2020-03-03 | use conditions directly | Matthias Krüger | -3/+2 |
| 2020-03-03 | Improve weird formatting by moving comment inside else-code block. | Matthias Krüger | -3/+3 |
| 2020-03-03 | Use .any(x) instead of .find(x).is_some() on iterators. | Matthias Krüger | -10/+6 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -7/+3 |
| 2020-03-03 | Simplify conditions like x + 1 <= y to x < y | Matthias Krüger | -2/+2 |
| 2020-03-03 | Use let instead of match to get value of enum with single variant. | Matthias Krüger | -5/+2 |
| 2020-03-02 | Remove chalk integration | CAD97 | -2839/+20 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -269/+134 |
| 2020-03-02 | Apply suggestions from code review | LeSeulArtichaut | -2/+3 |
| 2020-03-02 | Update cargo, clippy | Eric Huss | -7/+7 |
| 2020-03-02 | Toolstate: don't duplicate nightly tool list. | Eric Huss | -1/+1 |
| 2020-03-02 | Don't convert Results to Options just for matching. | Matthias Krüger | -3/+3 |
| 2020-03-02 | Auto merge of #69635 - Dylan-DPC:rollup-2oh8uu5, r=Dylan-DPC | bors | -95/+688 |
| 2020-03-02 | Rollup merge of #69624 - ehuss:toolstate-beta-regress, r=Mark-Simulacrum | Dylan DPC | -63/+133 |
| 2020-03-02 | Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov | Dylan DPC | -14/+74 |
| 2020-03-02 | Rollup merge of #69622 - LeSeulArtichaut:patch-2, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-02 | Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodt | Dylan DPC | -1/+2 |
| 2020-03-02 | Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-Simulacrum | Dylan DPC | -7/+5 |
| 2020-03-02 | Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik | Dylan DPC | -9/+473 |
| 2020-03-02 | clean up E0378 explanation | Guillaume Gomez | -20/+22 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -9/+9 |