about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-13Auto merge of #94897 - camelid:query-doc-hidden, r=cjgillotbors-11/+16
2022-03-12Queryify `is_doc_hidden`Noah Lev-11/+16
2022-03-12Auto merge of #90358 - DevinR528:omitted-field-fix, r=jackh726bors-3/+10
2022-03-12Fix rebase conflicts with stderr filesDevin Ragotzy-1/+1
2022-03-12Format reordered imports in tyck/patDevin Ragotzy-1/+1
2022-03-12Only filter doc(hidden) fields/variants when not crate localDevin Ragotzy-4/+5
2022-03-12Fix omitted_patterns lint showing unstable/doc hidden fieldsDevin Ragotzy-0/+6
2022-03-12Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi...bors-0/+13
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-1/+1
2022-03-12don't call multipart_suggestionouz-a-7/+1
2022-03-12Use consistent prose for `::`Michael Howell-1/+1
2022-03-12Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obkbors-1/+8
2022-03-12Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obkbors-1/+19
2022-03-12Auto merge of #94875 - matthiaskrgr:rollup-tq1li2d, r=matthiaskrgrbors-10/+147
2022-03-12Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkovMatthias Krüger-10/+147
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-586/+600
2022-03-11fix another assumption about boxDrMeepster-1/+8
2022-03-11diagnostics: do not spurriously claim something is "not an iterator"Michael Howell-1/+19
2022-03-11diagnostics: single colon within `<>` probably, not type ascriptionMichael Howell-0/+13
2022-03-11Implement macro meta-variable expressionCaio-10/+147
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+10
2022-03-11Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obkDylan DPC-41/+51
2022-03-11Rollup merge of #94798 - nnethercote:parse_tt-refactor, r=petrochenkovDylan DPC-118/+128
2022-03-11Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillotbors-4/+4
2022-03-11Rollup merge of #94840 - lcnr:update-comment, r=Dylan-DPCDylan DPC-7/+4
2022-03-11fix a suggestion messageTakayuki Maeda-1/+1
2022-03-11update commentlcnr-7/+4
2022-03-11suggest using double colon when using single colon in struct field type pathTakayuki Maeda-0/+10
2022-03-11Move a `parse_tt` error case into a separate function.Nicholas Nethercote-24/+35
2022-03-11Make next_items a `SmallVec`.Nicholas Nethercote-3/+2
2022-03-11Move `eof_items` handling entirely within `inner_parse_loop`.Nicholas Nethercote-50/+40
2022-03-11Add a useful assertion.Nicholas Nethercote-0/+2
2022-03-11Disallow `TokenTree::{MetaVar,MetaVarExpr}` in matchers.Nicholas Nethercote-4/+5
2022-03-11Refactor the second half of `parse_tt`.Nicholas Nethercote-61/+68
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-586/+600
2022-03-11Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obkbors-2/+154
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-41/+51
2022-03-10Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe...Dylan DPC-1/+3
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-44/+322
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-46/+117
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-7/+7
2022-03-10Rollup merge of #94809 - durin42:llvm-15-modulepass, r=nikicMatthias Krüger-0/+1
2022-03-10Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnrMatthias Krüger-25/+63
2022-03-10RustWrapper: add missing includeAugie Fackler-0/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-7/+7
2022-03-10Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgrbors-175/+319
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+25
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-154/+223
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-20/+29
2022-03-10Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet...Matthias Krüger-1/+42