| Age | Commit message (Expand) | Author | Lines |
| 2020-09-12 | Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj... | bors | -429/+962 |
| 2020-09-12 | Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-... | bors | -0/+39 |
| 2020-09-12 | Auto merge of #76637 - RalfJung:rollup-eaykf93, r=RalfJung | bors | -27/+79 |
| 2020-09-12 | Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnr | Ralf Jung | -11/+53 |
| 2020-09-12 | Rollup merge of #76114 - marmeladema:duration-saturating-ops, r=shepmaster | Ralf Jung | -16/+26 |
| 2020-09-12 | Auto merge of #76222 - guswynn:const_diag, r=estebank | bors | -0/+35 |
| 2020-09-11 | better diag when const ranges are used in patterns | Gus Wynn | -0/+35 |
| 2020-09-11 | Auto merge of #76499 - guswynn:priv_des, r=petrochenkov | bors | -0/+72 |
| 2020-09-11 | Improve `ineffective_unstable_trait_impl` error message. | Mara Bos | -2/+3 |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -0/+72 |
| 2020-09-11 | Add test for unstable trait impl lint. | Mara Bos | -0/+38 |
| 2020-09-11 | Add revisions to const generic type-dependent UI tests. | Hameer Abbasi | -2/+3 |
| 2020-09-11 | Add revisions to const generic const_evaluatable_checked tests. | Hameer Abbasi | -9/+50 |
| 2020-09-11 | Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr | bors | -0/+138 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -12/+324 |
| 2020-09-10 | Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obk | Tyler Mandry | -0/+59 |
| 2020-09-10 | Rollup merge of #76524 - davidtwco:issue-76077-inaccessible-private-fields, r... | Tyler Mandry | -0/+78 |
| 2020-09-10 | Rollup merge of #76514 - hameerabbasi:const-generics-revs, r=lcnr | Tyler Mandry | -169/+492 |
| 2020-09-10 | typeck/pat: inaccessible private fields | David Wood | -0/+60 |
| 2020-09-10 | typeck/expr: inaccessible private fields | David Wood | -0/+18 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -2/+173 |
| 2020-09-10 | Auto merge of #76291 - matklad:spacing, r=petrochenkov | bors | -2/+2 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -0/+24 |
| 2020-09-10 | Add revisions to const generic UI tests. | Hameer Abbasi | -4/+25 |
| 2020-09-10 | Add revisions to const generic default UI tests. | Hameer Abbasi | -13/+64 |
| 2020-09-10 | Respond to review comments. | Hameer Abbasi | -74/+7 |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -0/+35 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -11/+183 |
| 2020-09-10 | Fix broken test on MSVC | Caleb Zulawski | -1/+0 |
| 2020-09-09 | Rollup merge of #76504 - Flying-Toast:master, r=lcnr | Tyler Mandry | -1/+1 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -101/+105 |
| 2020-09-09 | Auto merge of #74595 - lcnr:ConstEvaluatable-fut-compat, r=oli-obk | bors | -3/+71 |
| 2020-09-09 | fix test on 32 bit systems | Bastian Kauschke | -8/+5 |
| 2020-09-09 | Add revisions to const generic issue UI tests. | Hameer Abbasi | -149/+467 |
| 2020-09-09 | Auto merge of #76406 - GuillaumeGomez:create-e0774, r=pickfire,jyn514 | bors | -28/+38 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -1/+1 |
| 2020-09-09 | Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr | Dylan DPC | -0/+39 |
| 2020-09-08 | Update tests | Guillaume Gomez | -28/+38 |
| 2020-09-08 | fix test | Bastian Kauschke | -2/+7 |
| 2020-09-08 | add tracking issue, fix rebase | Bastian Kauschke | -3/+3 |
| 2020-09-08 | add tests | Bastian Kauschke | -0/+29 |
| 2020-09-08 | convert to future compat lint | Bastian Kauschke | -10/+18 |
| 2020-09-08 | make `ConstEvaluatable` more strict | Bastian Kauschke | -5/+34 |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -0/+50 |
| 2020-09-08 | Add saturating methods for `Duration` | marmeladema | -16/+26 |
| 2020-09-07 | Add regression test and help note | kadmin | -0/+39 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -11/+183 |
| 2020-09-07 | Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 | bors | -9/+0 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -62/+0 |
| 2020-09-07 | Rollup merge of #76309 - lzutao:indent-note, r=jyn514 | Dylan DPC | -5/+5 |