| Age | Commit message (Expand) | Author | Lines |
| 2021-01-06 | WIP: attempt to fix the undocument re-export issue | Daniel Henry-Mantilla | -2/+13 |
| 2021-01-06 | Auto merge of #80714 - jakevossen5:master, r=lcnr | bors | -1/+1 |
| 2021-01-06 | Auto merge of #80415 - cjgillot:issue-77828, r=petrochenkov | bors | -8/+17 |
| 2021-01-05 | Do not swallow parent for MacroDef. | Camille GILLOT | -1/+1 |
| 2021-01-05 | Compute parent module when collecting hir::MacroDef. | Camille GILLOT | -7/+16 |
| 2021-01-05 | Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obk | bors | -2/+0 |
| 2021-01-05 | Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514 | bors | -1/+12 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -1/+1 |
| 2021-01-04 | Make `size_of_val` and `min_align_of_val` intrinsics unsafe | Camelid | -2/+0 |
| 2021-01-05 | Rollup merge of #80643 - LingMan:unwrap, r=oli-obk | Yuki Okushi | -8/+7 |
| 2021-01-05 | Rollup merge of #80637 - LingMan:filter, r=oli-obk | Yuki Okushi | -19/+9 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -41/+69 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -111/+61 |
| 2021-01-04 | Add an error in case the doc alias is the same as the item it's aliasing | Guillaume Gomez | -1/+12 |
| 2021-01-04 | Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrieril | bors | -0/+5 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -41/+69 |
| 2021-01-04 | Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor | bors | -10/+12 |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -7/+104 |
| 2021-01-03 | Add note to non-exhaustive match on reference to empty | Daniel Noom | -0/+5 |
| 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 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -111/+61 |
| 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-03 | Move variable into the only branch where it is relevant | LingMan | -8/+7 |
| 2021-01-03 | Use Option::filter instead of open-coding it | LingMan | -19/+9 |
| 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 | Use `UnhashMap` whenever we have a key of `DefPathHash` | Aaron Hill | -10/+12 |
| 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 |