| Age | Commit message (Expand) | Author | Lines |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -14/+17 |
| 2020-11-21 | Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievink | Dylan DPC | -0/+13 |
| 2020-11-21 | Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez | Dylan DPC | -93/+105 |
| 2020-11-21 | Rollup merge of #79231 - wusyong:issue-79137, r=lcnr | Dylan DPC | -0/+52 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -0/+18 |
| 2020-11-21 | x.py test --bless | Joshua Nelson | -93/+93 |
| 2020-11-21 | Add more tests for renamed items | Joshua Nelson | -0/+12 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -0/+56 |
| 2020-11-21 | Auto merge of #79003 - petrochenkov:innertest, r=estebank | bors | -3/+20 |
| 2020-11-21 | Fix comments of toogeneris test | Ngo Iok Ui | -5/+3 |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -0/+13 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -3/+20 |
| 2020-11-20 | Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -0/+54 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -0/+30 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -5/+151 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+30 |
| 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 #79181 - aDotInTheVoid:provided-method-source-link, r=jyn514,... | Dylan DPC | -0/+26 |
| 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 #79101 - tmiasko:lower-func-type, r=jonas-schievink | Dylan DPC | -0/+38 |
| 2020-11-19 | Rollup merge of #79094 - est31:ignore_macos, r=pietroalbini | Dylan DPC | -0/+1 |
| 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 | Fix debuginfo test for `Vec` | Tim Diekmann | -2/+2 |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -14/+8 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -0/+31 |
| 2020-11-18 | Add test | Hannah McLaughlin | -0/+18 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -0/+26 |
| 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 | Use `Cell` instead of `Vec` in const-generics test | Tim Diekmann | -4/+6 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -8/+9 |
| 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 | -18/+31 |
| 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 |