| Age | Commit message (Expand) | Author | Lines |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -19/+19 |
| 2019-12-26 | Don't ICE on the use of integer addresses for ZST constants in pattern matching | Oliver Scherer | -12/+63 |
| 2019-12-26 | Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril | bors | -135/+276 |
| 2019-12-26 | Auto merge of #67327 - oli-obk:cleanup, r=RalfJung | bors | -754/+871 |
| 2019-12-26 | Rebase fallout | Oliver Scherer | -3/+5 |
| 2019-12-26 | A cycle error on a diverging function is now a const stack overflow again | Oliver Scherer | -16/+91 |
| 2019-12-26 | Bail out before running the query | Oliver Scherer | -3/+4 |
| 2019-12-26 | Tidy | Oliver Scherer | -7/+10 |
| 2019-12-26 | Fix imports after rebase | Oliver Scherer | -11/+9 |
| 2019-12-26 | Rename `query` module | Oliver Scherer | -2/+2 |
| 2019-12-26 | Move function definitions before their first use | Oliver Scherer | -138/+138 |
| 2019-12-26 | Move all functions used by the queries to query.rs | Oliver Scherer | -108/+98 |
| 2019-12-26 | Move a function to make its adjacent impl block easier to discover | Oliver Scherer | -39/+43 |
| 2019-12-26 | Make some functions crate local | Oliver Scherer | -3/+3 |
| 2019-12-26 | Move `eval_body_using_ecx` to the only module it is used in | Oliver Scherer | -50/+53 |
| 2019-12-26 | Move `eval_const_fn_call` to the `const_eval` module | Oliver Scherer | -34/+44 |
| 2019-12-26 | Move const eval query components into their own module | Oliver Scherer | -228/+234 |
| 2019-12-26 | Move const eval machine into its own module | Oliver Scherer | -344/+369 |
| 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-25 | Use link in doc comment | matthewjasper | -1/+2 |
| 2019-12-25 | Feature gate or patterns in const contexts | Matthew Jasper | -5/+110 |
| 2019-12-25 | Split `match_expr` into smaller functions | Matthew Jasper | -108/+164 |
| 2019-12-25 | Remove `-Znll-dont-emit-read-for-match` | Matthew Jasper | -22/+1 |
| 2019-12-25 | Reduce log level from info to debug | Matthew Jasper | -1/+1 |
| 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 |