| Age | Commit message (Expand) | Author | Lines |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -0/+146 |
| 2020-11-19 | Rollup merge of #79193 - tmiasko:revert-78969-normalize, r=davidtwco | Dylan DPC | -14/+8 |
| 2020-11-19 | Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 | Dylan DPC | -267/+204 |
| 2020-11-19 | Rollup merge of #79177 - fanzier:drop-order-test, r=RalfJung | Dylan DPC | -0/+44 |
| 2020-11-19 | expand: Stop derive expansion un unexpected targets early | Vadim Petrochenkov | -63/+6 |
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -196/+196 |
| 2020-11-19 | expand: Tell built-in macros whether we are currently in forced expansion mode | Vadim Petrochenkov | -8/+2 |
| 2020-11-19 | Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe... | Dylan DPC | -21/+36 |
| 2020-11-19 | Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -506/+93 |
| 2020-11-19 | Rollup merge of #79102 - Alexendoo:ice-regression-tests, r=Mark-Simulacrum | Dylan DPC | -0/+90 |
| 2020-11-19 | Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebank | Dylan DPC | -21/+42 |
| 2020-11-19 | Rollup merge of #78961 - CraftSpider:22565, r=oli-obk | Dylan DPC | -14/+53 |
| 2020-11-19 | update print fuel test output again... | cjkenn | -1/+1 |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -14/+8 |
| 2020-11-18 | Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor | bors | -57/+176 |
| 2020-11-18 | Test drop order for (destructuring) assignments | Fabian Zaiser | -0/+44 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+89 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -505/+4 |
| 2020-11-18 | change print-fuel ui test to check-pass | cjkenn | -2/+2 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -17/+30 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -1/+11 |
| 2020-11-18 | move fuel checks to later points in instcombine and const_prop, add opt level... | cjkenn | -2/+2 |
| 2020-11-18 | Add tests for multi-segment paths in const generic arguments | varkor | -12/+49 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -25/+3 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -17/+30 |
| 2020-11-17 | Move change to check_fn, fix up overloaded-calls-nontuple | Rune Tynan | -2/+16 |
| 2020-11-17 | Rollup merge of #79130 - lcnr:extend-tes, r=varkor | Mara Bos | -2/+44 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -2/+59 |
| 2020-11-17 | Fix ui tests for `fn`s with qualifiers in `extern` blocks | ThePuzzlemaker | -21/+42 |
| 2020-11-17 | extend macro braces test | Bastian Kauschke | -2/+44 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -2/+59 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -4/+22 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -2/+1630 |
| 2020-11-16 | update ui test for increased fuel usage | cjkenn | -1/+1 |
| 2020-11-16 | Add two regression tests | Alex Macleod | -0/+90 |
| 2020-11-16 | Add a test for foreign empty enums | Nadrieril | -48/+102 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -199/+123 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -37/+11 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -195/+119 |
| 2020-11-16 | Apply suggestions from code review | Nadrieril | -2/+2 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -43/+210 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -8/+14 |
| 2020-11-15 | Rollup merge of #78948 - slanterns:master, r=varkor | Dylan DPC | -0/+7 |
| 2020-11-15 | Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasper | Dylan DPC | -0/+65 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -1/+0 |
| 2020-11-15 | Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkor | Dylan DPC | -1/+1 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -4/+22 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+0 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -129/+42 |