| Age | Commit message (Expand) | Author | Lines |
| 2019-12-26 | Auto merge of #66670 - crlf0710:normalize_ident, r=Dylan-DPC | bors | -4/+28 |
| 2019-12-26 | Add unicode-normalization to whitelist. | Charles Lew | -1/+3 |
| 2019-12-26 | Add a test and bless existing test case. | Charles Lew | -1/+9 |
| 2019-12-26 | Normalize identifiers in librustc_parse. | Charles Lew | -2/+16 |
| 2019-12-26 | Auto merge of #67268 - estebank:assoc-types, r=oli-obk | bors | -459/+1160 |
| 2019-12-26 | Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obk | bors | -17/+61 |
| 2019-12-25 | Auto merge of #66919 - dtolnay:description, r=KodrAus | bors | -200/+107 |
| 2019-12-25 | Fix rebase and sort assoc type list for deterministic output | Esteban Küber | -19/+21 |
| 2019-12-25 | Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasper | bors | -6/+140 |
| 2019-12-25 | use error-pattern | Ralf Jung | -2/+2 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -200/+107 |
| 2019-12-24 | Fix suggestion span for typo in associated type name | Esteban Küber | -18/+22 |
| 2019-12-24 | Cleanup: move code to their own methods and deduplicate actions | Esteban Küber | -29/+47 |
| 2019-12-24 | Account for multiple trait bounds with missing associated types | Esteban Küber | -146/+367 |
| 2019-12-24 | Avoid output dependency on std spans | Esteban Küber | -67/+60 |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -20/+40 |
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -60/+167 |
| 2019-12-24 | review comments: move error reporting to their own methods | Esteban Küber | -187/+209 |
| 2019-12-24 | Fix case in `associated-type-projection-from-multiple-supertraits.rs` | Esteban Küber | -12/+14 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -299/+611 |
| 2019-12-25 | Auto merge of #67303 - dtolnay:rls, r=Xanewok | bors | -0/+0 |
| 2019-12-25 | Auto merge of #67596 - Mark-Simulacrum:tidy-silence-rustfmt, r=Centril | bors | -9828/+9699 |
| 2019-12-24 | Format librustc_feature | Mark Rousskov | -30/+44 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -9795/+9637 |
| 2019-12-24 | Silence line length warnings | Mark Rousskov | -3/+18 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -24/+29 |
| 2019-12-24 | Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasper | bors | -290/+345 |
| 2019-12-24 | Generalize `array_into_iter` lint to also lint for boxed arrays | Lukas Kalbertodt | -6/+140 |
| 2019-12-24 | Auto merge of #66221 - ohadravid:doc-constants, r=Dylan-DPC | bors | -16/+191 |
| 2019-12-24 | Differentiate todo! and unimplemented! | Andre Bogus | -24/+29 |
| 2019-12-24 | this has sysroot spans to let's ignore it the usual way | Ralf Jung | -3/+4 |
| 2019-12-24 | better variable names | Ralf Jung | -17/+17 |
| 2019-12-24 | add test for dropping in const | Ralf Jung | -0/+43 |
| 2019-12-24 | bootstrap miri: remove no longer used env var | Ralf Jung | -3/+0 |
| 2019-12-24 | update miri | Ralf Jung | -9/+7 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -16/+191 |
| 2019-12-24 | Rollup merge of #67572 - aidanhs:aphs-choco-direct-cdn, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+10 |
| 2019-12-24 | Rollup merge of #67569 - Mark-Simulacrum:opt-char-encode, r=oli-obk | Mazdak Farrokhzad | -30/+30 |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -31/+5 |
| 2019-12-24 | Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC | Mazdak Farrokhzad | -13/+47 |
| 2019-12-24 | Rollup merge of #67547 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC | Mazdak Farrokhzad | -6/+8 |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -1/+90 |
| 2019-12-24 | Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | Mazdak Farrokhzad | -28/+301 |
| 2019-12-23 | Minimize unsafety in encode_utf8 | Mark Rousskov | -30/+30 |
| 2019-12-24 | Use the chocolatey CDN directly to avoid the flaky API | Aidan Hobson Sayers | -6/+10 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -187/+2412 |
| 2019-12-23 | Bless tests | Oliver Scherer | -1/+1 |
| 2019-12-24 | Apply suggestion from Centril | Yuki Okushi | -1/+1 |
| 2019-12-24 | Add test for issue-67424 | Yuki Okushi | -0/+33 |
| 2019-12-23 | remove `description` from `Error` impls in docs | Andy Russell | -31/+5 |