| Age | Commit message (Expand) | Author | Lines |
| 2020-02-29 | Fix typo | Ralf Jung | -1/+1 |
| 2020-02-29 | clarify alignment requirements in Vec::from_raw_parts | Ralf Jung | -1/+5 |
| 2020-02-29 | transmute: improve Vec example | Ralf Jung | -6/+10 |
| 2020-02-29 | Auto merge of #69227 - Marwes:buffer_stderr, r=varkor | bors | -3/+5 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -158/+635 |
| 2020-02-29 | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | -5/+19 |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -6/+18 |
| 2020-02-28 | Do not suggest implementing traits if present in predicates | Esteban Küber | -10/+11 |
| 2020-02-28 | Reword message | Esteban Küber | -4/+4 |
| 2020-02-28 | Reduce verbosity when suggesting restricting type params | Esteban Küber | -13/+3 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -79/+129 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -17/+33 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -17/+60 |
| 2020-02-28 | Suggest constraining type parameters | Esteban Küber | -17/+144 |
| 2020-02-28 | Tweak wording | Esteban Küber | -26/+28 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -27/+32 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -22/+32 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -60/+111 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -103/+134 |
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -48/+46 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -59/+95 |
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -62/+20 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -56/+203 |
| 2020-02-28 | Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centril | bors | -390/+853 |
| 2020-02-28 | Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum | Mazdak Farrokhzad | -53/+39 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -53/+34 |
| 2020-02-28 | Rollup merge of #69539 - Centril:fix-69401, r=petrochenkov | Mazdak Farrokhzad | -2/+18 |
| 2020-02-28 | Rollup merge of #69538 - JohnTitor:boxed-slice-try-from, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2020-02-28 | Rollup merge of #69522 - Centril:fix-69341, r=petrochenkov | Mazdak Farrokhzad | -4/+39 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -44/+44 |
| 2020-02-28 | Rollup merge of #69452 - Centril:typeck-pat, r=estebank | Mazdak Farrokhzad | -102/+284 |
| 2020-02-28 | Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril | Mazdak Farrokhzad | -125/+132 |
| 2020-02-28 | Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis | Mazdak Farrokhzad | -4/+162 |
| 2020-02-28 | Rollup merge of #68989 - XAMPPRocky:relnotes-1.42.0, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+98 |
| 2020-02-28 | Auto merge of #69148 - estebank:cold-as-ice, r=oli-obk | bors | -314/+215 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -53/+39 |
| 2020-02-28 | Auto merge of #68827 - ssomers:btree_navigation_revisited, r=Mark-Simulacrum | bors | -166/+233 |
| 2020-02-28 | late resolve, visit_fn: bail early if there's no body. | Mazdak Farrokhzad | -2/+18 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -62/+94 |
| 2020-02-28 | Stabilize `boxed_slice_try_from` | Yuki Okushi | -3/+3 |
| 2020-02-28 | Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPC | bors | -94/+115 |
| 2020-02-28 | Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu... | Dylan DPC | -62/+42 |
| 2020-02-28 | Rollup merge of #69527 - pnkfelix:issue-69291-dont-run-rustfmt-on-untracked-p... | Dylan DPC | -1/+12 |
| 2020-02-28 | Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morse | Dylan DPC | -0/+4 |
| 2020-02-28 | Rollup merge of #69496 - matthiaskrgr:filter_next, r=ecstatic-morse | Dylan DPC | -17/+8 |
| 2020-02-28 | Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk | Dylan DPC | -4/+4 |
| 2020-02-28 | Rollup merge of #69491 - petrochenkov:symprint, r=Mark-Simulacrum | Dylan DPC | -0/+8 |
| 2020-02-28 | Rollup merge of #69449 - JohnTitor:toolstate-ping, r=Mark-Simulacrum | Dylan DPC | -4/+3 |
| 2020-02-28 | Rollup merge of #69430 - matthiaskrgr:noloop, r=varkor | Dylan DPC | -2/+3 |
| 2020-02-28 | Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix | Dylan DPC | -4/+31 |