| Age | Commit message (Expand) | Author | Lines |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -7/+104 |
| 2021-01-03 | Rollup merge of #80646 - bugadani:meta, r=petrochenkov | Guillaume Gomez | -17/+12 |
| 2021-01-03 | Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor | Guillaume Gomez | -87/+85 |
| 2021-01-03 | Stylistic fixes to diagnostic messages | oli | -3/+3 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -3/+22 |
| 2021-01-03 | Dangling pointers point to everything and nothing | Oli Scherer | -2/+1 |
| 2021-01-03 | Grammar fixes | Oli Scherer | -1/+1 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -2/+2 |
| 2021-01-03 | Apply suggestions from code review | Oli Scherer | -4/+9 |
| 2021-01-03 | Move variable into condition where it's used | Dániel Buga | -1/+1 |
| 2021-01-03 | No need to collect result of get_item_attrs | Dániel Buga | -3/+2 |
| 2021-01-03 | Clean up convoluted macros_only logic | Dániel Buga | -13/+9 |
| 2021-01-03 | Auto merge of #80247 - tmiasko:indent, r=bjorn3 | bors | -1/+1 |
| 2021-01-02 | Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=david... | bors | -2/+17 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -87/+85 |
| 2021-01-02 | Add snake case lint note about keyword identifiers which cannot be raw | Skynoodle | -0/+1 |
| 2021-01-02 | Auto merge of #80615 - m-ou-se:rollup-xz67at2, r=m-ou-se | bors | -24/+40 |
| 2021-01-02 | Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasper | Mara Bos | -13/+36 |
| 2021-01-02 | Rollup merge of #80599 - lqd:issue_805889, r=varkor | Mara Bos | -3/+0 |
| 2021-01-02 | Rollup merge of #80578 - RalfJung:panic-lint-description, r=lcnr | Mara Bos | -8/+4 |
| 2021-01-02 | Print actual enum variant | Dániel Buga | -13/+36 |
| 2021-01-02 | Auto merge of #80115 - tgnottingham:specialize_opaque_u8_sequences, r=oli-obk | bors | -47/+84 |
| 2021-01-02 | Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster | bors | -3/+9 |
| 2021-01-01 | rustc_serialize: specialize opaque decoding of some u8 sequences | Tyson Nottingham | -26/+42 |
| 2021-01-01 | rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice | Tyson Nottingham | -5/+15 |
| 2021-01-01 | rustc_serialize: specialize opaque encoding of some u8 sequences | Tyson Nottingham | -21/+32 |
| 2021-01-01 | const_generics_defaults: don't use todo | Rémy Rakic | -3/+0 |
| 2021-01-01 | Add suggestion to use raw identifiers when fixing snake-case lints | Skynoodle | -2/+16 |
| 2021-01-01 | Don't mix feature gates and hard errors, decide on one per op and stick with it | oli | -15/+18 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -11/+15 |
| 2021-01-01 | Enhance some comments | oli | -0/+2 |
| 2021-01-01 | Fix cell checks in const fn | oli | -0/+7 |
| 2021-01-01 | The proper name for the rule is "enclosing scope" | oli | -1/+1 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -3/+61 |
| 2021-01-01 | improve unconditional_panic description | Ralf Jung | -8/+4 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -17/+18 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -11/+11 |
| 2021-01-01 | mark `const_generics_defaults` as an incomplete feature | Rémy Rakic | -0/+1 |
| 2021-01-01 | fix typo in feature gates file | Rémy Rakic | -1/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -30/+91 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -5208/+7937 |
| 2021-01-01 | Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrum | bors | -17/+38 |
| 2020-12-31 | Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkor | Dylan DPC | -11/+51 |
| 2020-12-31 | Rollup merge of #80548 - JohnTitor:wfcheck-foreign-fn-ice, r=davidtwco | Dylan DPC | -1/+9 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -25/+31 |
| 2020-12-31 | Rollup merge of #80323 - camelid:codegen-base-docs, r=nagisa | Dylan DPC | -25/+9 |
| 2020-12-31 | Enable Pat2021 in edition 2021. | Mara Bos | -2/+1 |
| 2020-12-31 | Require `-Z unstable-options` for unstable editions. | Mara Bos | -3/+2 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -4/+4 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -9/+32 |