about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-01-06WIP: attempt to fix the undocument re-export issueDaniel Henry-Mantilla-2/+13
2021-01-06Auto merge of #80714 - jakevossen5:master, r=lcnrbors-1/+1
2021-01-06Auto merge of #80415 - cjgillot:issue-77828, r=petrochenkovbors-8/+17
2021-01-05Do not swallow parent for MacroDef.Camille GILLOT-1/+1
2021-01-05Compute parent module when collecting hir::MacroDef.Camille GILLOT-7/+16
2021-01-05Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obkbors-2/+0
2021-01-05Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514bors-1/+12
2021-01-05fixed const_generics error helpJake Vossen-1/+1
2021-01-04Make `size_of_val` and `min_align_of_val` intrinsics unsafeCamelid-2/+0
2021-01-05Rollup merge of #80643 - LingMan:unwrap, r=oli-obkYuki Okushi-8/+7
2021-01-05Rollup merge of #80637 - LingMan:filter, r=oli-obkYuki Okushi-19/+9
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-41/+69
2021-01-04Auto merge of #80624 - RalfJung:place-ref, r=oli-obkbors-111/+61
2021-01-04Add an error in case the doc alias is the same as the item it's aliasingGuillaume Gomez-1/+12
2021-01-04Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrierilbors-0/+5
2021-01-04Add check for array/usize mismatch in astconvkadmin-41/+69
2021-01-04Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkorbors-10/+12
2021-01-04Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJungbors-7/+104
2021-01-03Add note to non-exhaustive match on reference to emptyDaniel Noom-0/+5
2021-01-03Rollup merge of #80646 - bugadani:meta, r=petrochenkovGuillaume Gomez-17/+12
2021-01-03Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkorGuillaume Gomez-87/+85
2021-01-03Stylistic fixes to diagnostic messagesoli-3/+3
2021-01-03Refactor the non-transient cell borrow error diagnosticoli-3/+22
2021-01-03Dangling pointers point to everything and nothingOli Scherer-2/+1
2021-01-03Grammar fixesOli Scherer-1/+1
2021-01-03Update now-more-precise operation with a preciser messageoli-2/+2
2021-01-03Apply suggestions from code reviewOli Scherer-4/+9
2021-01-03use PlaceRef more consistently instead of loosely coupled local+projectionRalf Jung-111/+61
2021-01-03Move variable into condition where it's usedDániel Buga-1/+1
2021-01-03No need to collect result of get_item_attrsDániel Buga-3/+2
2021-01-03Clean up convoluted macros_only logicDániel Buga-13/+9
2021-01-03Auto merge of #80247 - tmiasko:indent, r=bjorn3bors-1/+1
2021-01-03Move variable into the only branch where it is relevantLingMan-8/+7
2021-01-03Use Option::filter instead of open-coding itLingMan-19/+9
2021-01-02Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=david...bors-2/+17
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-87/+85
2021-01-02Add snake case lint note about keyword identifiers which cannot be rawSkynoodle-0/+1
2021-01-02Auto merge of #80615 - m-ou-se:rollup-xz67at2, r=m-ou-sebors-24/+40
2021-01-02Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasperMara Bos-13/+36
2021-01-02Rollup merge of #80599 - lqd:issue_805889, r=varkorMara Bos-3/+0
2021-01-02Rollup merge of #80578 - RalfJung:panic-lint-description, r=lcnrMara Bos-8/+4
2021-01-02Print actual enum variantDániel Buga-13/+36
2021-01-02Auto merge of #80115 - tgnottingham:specialize_opaque_u8_sequences, r=oli-obkbors-47/+84
2021-01-02Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmasterbors-3/+9
2021-01-01rustc_serialize: specialize opaque decoding of some u8 sequencesTyson Nottingham-26/+42
2021-01-01rustc_serialize: have read_raw_bytes take MaybeUninit<u8> sliceTyson Nottingham-5/+15
2021-01-01rustc_serialize: specialize opaque encoding of some u8 sequencesTyson Nottingham-21/+32
2021-01-01Use `UnhashMap` whenever we have a key of `DefPathHash`Aaron Hill-10/+12
2021-01-01const_generics_defaults: don't use todoRémy Rakic-3/+0
2021-01-01Add suggestion to use raw identifiers when fixing snake-case lintsSkynoodle-2/+16