| Age | Commit message (Expand) | Author | Lines |
| 2020-10-26 | asci -> ASCII | Ethan Brierley | -1/+1 |
| 2020-10-26 | Small reword | Ethan Brierley | -1/+1 |
| 2020-10-26 | Fix spelling eror | Ethan Brierley | -1/+1 |
| 2020-10-07 | Add comment to helper function | Ethan Brierley | -0/+1 |
| 2020-10-06 | remove OnlySign in favour of InvalidDigit | Ethan Brierley | -14/+11 |
| 2020-10-06 | Remove incorrect plural | Ethan Brierley | -2/+2 |
| 2020-10-06 | Bring char along with InvalidDigit | Ethan Brierley | -12/+12 |
| 2020-10-06 | Fill in things needed to stabilize int_error_matching | Ethan Brierley | -64/+66 |
| 2020-09-25 | Auto merge of #77144 - flip1995:clippyup, r=Manishearth | bors | -966/+3419 |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -35/+96 |
| 2020-09-25 | Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievink | bors | -214/+365 |
| 2020-09-25 | Rollup merge of #77165 - simonvandel:do-not-fire-on-drop-and-replace, r=oli-obk | Jonas Schievink | -2/+3 |
| 2020-09-25 | Rollup merge of #77164 - fusion-engineering-forks:no-more-funny-underscores, ... | Jonas Schievink | -6/+4 |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -43/+60 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -46/+53 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -29/+32 |
| 2020-09-25 | Rollup merge of #77081 - LingMan:patch-1, r=jonas-schievink | Jonas Schievink | -2/+1 |
| 2020-09-25 | Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514 | Jonas Schievink | -57/+60 |
| 2020-09-25 | Rollup merge of #77078 - LingMan:patch-2, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77074 - lcnr:array-from-ref, r=SimonSapin | Jonas Schievink | -11/+34 |
| 2020-09-25 | Rollup merge of #77050 - follower:patch-1, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77044 - pickfire:patch-4, r=jyn514 | Jonas Schievink | -3/+3 |
| 2020-09-25 | Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514 | Jonas Schievink | -0/+15 |
| 2020-09-25 | Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr | Jonas Schievink | -4/+34 |
| 2020-09-25 | Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse | Jonas Schievink | -5/+30 |
| 2020-09-25 | Rollup merge of #75438 - Cldfire:rustdoc/use-adaptive-svg-favicon, r=Guillaum... | Jonas Schievink | -4/+34 |
| 2020-09-24 | Auto merge of #77014 - tmiasko:arena, r=Mark-Simulacrum | bors | -21/+16 |
| 2020-09-24 | Bless tests | Dylan MacKenzie | -42/+52 |
| 2020-09-24 | Suggest `const_fn_transmute` instead of `const_fn` | Dylan MacKenzie | -1/+8 |
| 2020-09-24 | Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303 | Simon Vandel Sillesen | -2/+3 |
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 |
| 2020-09-24 | Auto merge of #76918 - ishitatsuyuki:match-fastpath, r=oli-obk | bors | -22/+165 |
| 2020-09-24 | Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum | bors | -5/+3 |
| 2020-09-24 | Always cache const eval queries | Oliver Scherer | -8/+2 |
| 2020-09-24 | Auto merge of #76820 - jyn514:query-comments, r=davidtwco | bors | -34/+43 |
| 2020-09-24 | Update Cargo.lock | flip1995 | -1/+1 |
| 2020-09-24 | Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup | flip1995 | -965/+3418 |
| 2020-09-24 | Auto merge of #77049 - lcnr:const-eval-function-signature, r=oli-obk | bors | -81/+206 |
| 2020-09-24 | Auto merge of #77028 - andjo403:mini, r=matthewjasper | bors | -50/+46 |
| 2020-09-24 | update tests | Bastian Kauschke | -3/+5 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+37 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -7/+19 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -73/+96 |
| 2020-09-24 | fmt, use IndexSet directly instead of UniquePredicates | Bastian Kauschke | -35/+20 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -6/+72 |
| 2020-09-24 | Auto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper | bors | -9/+10 |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -45/+45 |
| 2020-09-23 | Suggest `const_mut_refs` for mutable references in const fn | Dylan MacKenzie | -1/+8 |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -69/+107 |
| 2020-09-23 | Use theme-adaptive SVG favicon from other Rust sites | Jarek Samic | -4/+34 |