| Age | Commit message (Expand) | Author | Lines |
| 2020-11-22 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -3/+81 |
| 2020-11-22 | Rollup merge of #79293 - Havvy:test-eval-order-compound-assign, r=Mark-Simula... | Mara Bos | -0/+76 |
| 2020-11-22 | Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-se | Mara Bos | -3/+5 |
| 2020-11-22 | Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -665/+907 |
| 2020-11-22 | Rollup merge of #79302 - est31:issue_73899_test, r=lcnr | Guillaume Gomez | -0/+21 |
| 2020-11-22 | Rollup merge of #79300 - GuillaumeGomez:hidden-feature-info, r=jyn514 | Guillaume Gomez | -2/+8 |
| 2020-11-22 | Rollup merge of #78670 - sasurau4:test/check-pass-incremental, r=jyn514 | Guillaume Gomez | -6/+6 |
| 2020-11-22 | Prevent feature information to be hidden if it's on the impl directly | Guillaume Gomez | -2/+8 |
| 2020-11-22 | Add regression test for issue 73899 | est31 | -0/+21 |
| 2020-11-22 | Add test for eval order for a+=b | Havvy (Ryan Scheel) | -0/+76 |
| 2020-11-22 | Auto merge of #78752 - jyn514:html-diff, r=GuillaumeGomez | bors | -10/+146 |
| 2020-11-22 | Fix UI tests | Waffle | -3/+5 |
| 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 | -375/+182 |
| 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 | -1/+26 |
| 2020-11-21 | x.py test --bless | Joshua Nelson | -93/+93 |
| 2020-11-21 | Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum | bors | -1/+11 |
| 2020-11-21 | Fix wrong names when inlining | Joshua Nelson | -12/+17 |
| 2020-11-21 | Add more tests for renamed items | Joshua Nelson | -0/+12 |
| 2020-11-21 | Get rid of some doctree items | Joshua Nelson | -281/+71 |
| 2020-11-21 | Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPC | bors | -0/+56 |
| 2020-11-21 | Auto merge of #79250 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 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-20 | Move from bash to rust | Joshua Nelson | -40/+33 |
| 2020-11-21 | Improve integer range tests | Nadrieril | -665/+907 |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -0/+13 |
| 2020-11-21 | update miri | Ralf Jung | -8/+8 |
| 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 | -35/+36 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -0/+54 |
| 2020-11-20 | Remove FIXME comment from incremental | Daiki Ihara | -6/+6 |
| 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 | -141/+160 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -1/+1 |
| 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 #79183 - cuviper:compiletest-test-sysroot, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2020-11-19 | Rollup merge of #79181 - aDotInTheVoid:provided-method-source-link, r=jyn514,... | Dylan DPC | -42/+55 |
| 2020-11-19 | Rollup merge of #79177 - fanzier:drop-order-test, r=RalfJung | Dylan DPC | -0/+44 |
| 2020-11-19 | Regroup many usefulness-related test in the same folder | Nadrieril | -0/+0 |
| 2020-11-19 | Clippy: Match on assert!() expansions without an inner block. | Mara Bos | -2/+5 |
| 2020-11-19 | Remove the clippy::panic-params lint. | Mara Bos | -134/+4 |
| 2020-11-19 | Auto merge of #79200 - Dylan-DPC:rollup-su689pq, r=Dylan-DPC | bors | -575/+370 |
| 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 |