about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-40/+10
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-268/+182
2022-12-20Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obkbors-14/+147
2022-12-20Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgrbors-40/+134
2022-12-19Auto merge of #105905 - lqd:revert-103880, r=jackh726bors-357/+99
2022-12-19Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm...Matthias Krüger-38/+25
2022-12-19Rollup merge of #105860 - Ezrashaw:add-long-errors-0460-0457, r=jruderman,Gui...Matthias Krüger-2/+109
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-38/+25
2022-12-19Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorinobors-45/+27
2022-12-19Make fast-path for implied wf lint betterMichael Goulet-71/+92
2022-12-19Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin...Michael Goulet-4/+5
2022-12-19Add IMPLIED_BOUNDS_ENTAILMENT lintMichael Goulet-7/+118
2022-12-19Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"Rémy Rakic-357/+99
2022-12-19more markdown list formattingEzra Shaw-3/+3
2022-12-19Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726Dylan DPC-5/+3
2022-12-19Rollup merge of #105864 - matthiaskrgr:compl, r=NilstriebDylan DPC-54/+26
2022-12-19Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnrDylan DPC-17/+22
2022-12-19Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgrbors-154/+92
2022-12-19clippy::complexity fixesMatthias Krüger-54/+26
2022-12-18Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obkMatthias Krüger-38/+21
2022-12-18Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=NilstriebMatthias Krüger-55/+37
2022-12-18Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errorsMatthias Krüger-16/+16
2022-12-18Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errorsMatthias Krüger-44/+10
2022-12-18Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkovMatthias Krüger-1/+8
2022-12-18Auto merge of #105446 - erikdesjardins:vt-size, r=nikicbors-3/+24
2022-12-18Don't ICE in closure arg borrow suggestionMichael Goulet-5/+3
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-115/+68
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-92/+64
2022-12-18Make `#[max]` an attribute in `newtype_index`Nilstrieb-17/+21
2022-12-18Make `#[no_ord_impl]` an attribute in `newtype_index`Nilstrieb-9/+5
2022-12-18Make `#[custom_encodable]` an attribute for `newtype_index`Nilstrieb-18/+19
2022-12-19docs: add long-form error-code docs for E0457Ezra Shaw-1/+37
2022-12-19docs: add long-form error-code docs for E0460Ezra Shaw-1/+72
2022-12-18Use `#[derive]` instead of custom syntax in all `newtype_index`Nilstrieb-26/+14
2022-12-18Revert "Introduce lowering_arena to avoid creating AST nodes on the fly"Nilstrieb-38/+21
2022-12-18Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obkMatthias Krüger-42/+41
2022-12-18Rollup merge of #105870 - matthiaskrgr:useless_conv, r=oli-obkMatthias Krüger-27/+17
2022-12-18Rollup merge of #105854 - matthiaskrgr:rmclone, r=compiler-errorsMatthias Krüger-1/+1
2022-12-18Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegenMatthias Krüger-0/+7
2022-12-18don't restuct references just to reborrowMatthias Krüger-42/+41
2022-12-18avoid .into() conversion to identical typesMatthias Krüger-27/+17
2022-12-18use &str / String literals instead of format!()Matthias Krüger-55/+37
2022-12-18remove redundant fn params that were only "used" in recursionMatthias Krüger-44/+10
2022-12-18don't clone Copy typesMatthias Krüger-16/+16
2022-12-18Auto merge of #104417 - mejrs:mir_build, r=davidtwcobors-291/+1191
2022-12-18remove redundant cloneMatthias Krüger-1/+1
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-0/+49
2022-12-17Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomezMatthias Krüger-1/+28
2022-12-17print argument name in arg mismatch if possibleMichael Goulet-1/+8
2022-12-17Suggest a `T: Send` bound for `&mut T` upvars in `Send` generatorsMatthew House-17/+22