about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-01-04Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJungbors-7/+104
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-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-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-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
2021-01-01Don't mix feature gates and hard errors, decide on one per op and stick with itoli-15/+18
2021-01-01Reinstate the error-code error over the feature gate erroroli-11/+15
2021-01-01Enhance some commentsoli-0/+2
2021-01-01Fix cell checks in const fnoli-0/+7
2021-01-01The proper name for the rule is "enclosing scope"oli-1/+1
2021-01-01Allow references to interior mutable data behind a feature gateoli-3/+61
2021-01-01improve unconditional_panic descriptionRalf Jung-8/+4
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-17/+18
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-11/+11
2021-01-01mark `const_generics_defaults` as an incomplete featureRémy Rakic-0/+1
2021-01-01fix typo in feature gates fileRémy Rakic-1/+1
2021-01-01first pass at default values for const genericsJulian Knodt-30/+91
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-5208/+7937
2021-01-01Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrumbors-17/+38
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-11/+51
2020-12-31Rollup merge of #80548 - JohnTitor:wfcheck-foreign-fn-ice, r=davidtwcoDylan DPC-1/+9
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-25/+31
2020-12-31Rollup merge of #80323 - camelid:codegen-base-docs, r=nagisaDylan DPC-25/+9
2020-12-31Enable Pat2021 in edition 2021.Mara Bos-2/+1
2020-12-31Require `-Z unstable-options` for unstable editions.Mara Bos-3/+2
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-4/+4
2020-12-31Add edition 2021.Mara Bos-9/+32