| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieu | bors | -3/+18 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -60/+70 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -80/+75 |
| 2020-12-23 | Auto merge of #80314 - GuillaumeGomez:rollup-9rc48vx, r=GuillaumeGomez | bors | -16/+54 |
| 2020-12-23 | Rollup merge of #80285 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2020-12-23 | Rollup merge of #80266 - bugadani:dup-test, r=jyn514 | Guillaume Gomez | -16/+0 |
| 2020-12-23 | Rollup merge of #80136 - aDotInTheVoid:74824-test, r=Mark-Simulacrum | Guillaume Gomez | -0/+54 |
| 2020-12-22 | Auto merge of #80242 - Nadrieril:explain-and-factor-splitting, r=varkor | bors | -28/+71 |
| 2020-12-22 | Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrum | bors | -19/+26 |
| 2020-12-22 | Add some tests | Nadrieril | -28/+71 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -3/+18 |
| 2020-12-22 | Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor | bors | -88/+105 |
| 2020-12-21 | Update books | Eric Huss | -0/+0 |
| 2020-12-21 | Remove redundant test | Dániel Buga | -16/+0 |
| 2020-12-21 | Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk | bors | -0/+27 |
| 2020-12-21 | Auto merge of #80205 - tomprogrammer:prettyprint-pattern-mut-binding, r=david... | bors | -0/+19 |
| 2020-12-21 | Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo... | bors | -39/+29 |
| 2020-12-21 | Rollup merge of #80244 - jyn514:spans, r=bugadani | Dylan DPC | -103/+94 |
| 2020-12-21 | Rollup merge of #80240 - yshui:master, r=Mark-Simulacrum | Dylan DPC | -6/+8 |
| 2020-12-21 | Rollup merge of #80239 - flip1995:clippyup, r=Manishearth | Dylan DPC | -1049/+3201 |
| 2020-12-21 | Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkov | Dylan DPC | -1/+89 |
| 2020-12-21 | Rollup merge of #80199 - RalfJung:const-fake, r=oli-obk | Dylan DPC | -1/+35 |
| 2020-12-21 | Rollup merge of #80170 - ldm0:fixice, r=lcnr | Dylan DPC | -0/+57 |
| 2020-12-20 | Fix incorrect logic when merging matches | Joshua Nelson | -2/+3 |
| 2020-12-20 | Remove unnecessary scope | Joshua Nelson | -0/+2 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -102/+90 |
| 2020-12-20 | Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasper | bors | -0/+206 |
| 2020-12-20 | make sure installer only creates directories in DESTDIR | Yuxuan Shui | -6/+8 |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -4/+18 |
| 2020-12-21 | Move test from compile-fail to ui/binop | Donough Liu | -0/+37 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -1049/+3201 |
| 2020-12-20 | make sure [CONST; N] drops N times | Ralf Jung | -2/+16 |
| 2020-12-20 | add test that repeating non-Copy constants works | Ralf Jung | -0/+13 |
| 2020-12-20 | Auto merge of #80213 - jryans:bootstrap-skip-dsymutil, r=nagisa | bors | -0/+16 |
| 2020-12-20 | Fix pretty printing an AST representing `&(mut ident)` | Thomas Bahn | -0/+19 |
| 2020-12-20 | Fix ICE on suggesting calling function | Donough Liu | -0/+20 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -17/+21 |
| 2020-12-20 | Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov | bors | -56/+126 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+16 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -1/+89 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -0/+32 |
| 2020-12-20 | impl Default for LangString, replacing all_false by default | Alexis Bourget | -39/+29 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -1/+35 |
| 2020-12-19 | Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkor | bors | -25/+101 |
| 2020-12-19 | Tweak diagnostics | Nadrieril | -8/+8 |
| 2020-12-19 | Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis | bors | -0/+39 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -56/+126 |
| 2020-12-19 | Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnr | bors | -10/+10 |
| 2020-12-19 | More rebinds | Jack Huey | -10/+10 |
| 2020-12-19 | Auto merge of #80180 - JohnTitor:rollup-a31s996, r=JohnTitor | bors | -8/+16 |