about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-551/+367
2022-03-30Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubileebors-10/+19
2022-03-30typolcnr-1/+1
2022-03-30rework error messages for incorrect inherent implslcnr-45/+53
2022-03-30fix rustdoc wrt builtin impls switchlcnr-9/+21
2022-03-30get clippy to compile againlcnr-4/+1
2022-03-30fix behavior for empty implslcnr-22/+33
2022-03-30remove now unnecessary lang itemslcnr-57/+18
2022-03-30rework implementation for inherent impls for builtin typeslcnr-414/+263
2022-03-30remove `NoMatchData::new`lcnr-31/+9
2022-03-30update commentlcnr-1/+1
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-67/+67
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-57/+57
2022-03-30Rollup merge of #95460 - nyurik:spelling-str, r=lcnrDylan DPC-10/+10
2022-03-30Spellchecking compiler codeYuri Astrakhan-10/+10
2022-03-30Spellchecking some commentsYuri Astrakhan-57/+57
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-933/+1321
2022-03-29mark FIXMES for all the places found that are probably offset_fromAria Beingessner-0/+6
2022-03-29Make some rustc code conform to strict provenance.Aria Beingessner-10/+13
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-5/+72
2022-03-29Rollup merge of #95422 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Dylan DPC-32/+28
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-2/+7
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-2/+6
2022-03-28drive-by: move Copy bound suggestion to its own functionMichael Goulet-60/+65
2022-03-28Add suggestion to borrow opaque Fn and FnMut instead of moveMichael Goulet-13/+90
2022-03-29use format-args-capture and remove an unnecessary nested blockTakayuki Maeda-32/+28
2022-03-28diagnostics: do not suggest `map.iter_mut()()`Michael Howell-2/+7
2022-03-28Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obkDylan DPC-7/+13
2022-03-28Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiserDylan DPC-0/+29
2022-03-28Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiserDylan DPC-34/+52
2022-03-28Also use the RPIT back compat hack in trait projectionOli Scherer-8/+24
2022-03-28Fix mixing lazy TAIT and RPIT in their defining scopesOli Scherer-39/+40
2022-03-28Test that TAIT and RPIT are in syncOli Scherer-0/+2
2022-03-28Remove some special code handling TAIT being passed through if and matchOli Scherer-25/+3
2022-03-28The hack isn't necessary for back compat anymoreOli Scherer-1/+2
2022-03-28Merge two duplicates of the same logic into a common functionOli Scherer-76/+56
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-199/+102
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-4/+67
2022-03-28Special case the situation where the previous span is the same as the new oneOli Scherer-1/+5
2022-03-28Have the spans of TAIT type conflict errors point to the actual site instead ...Oli Scherer-92/+85
2022-03-28Remove some dead codeOli Scherer-14/+2
2022-03-28Normalize all projections in mir validation againOli Scherer-1/+6
2022-03-28Don't bind hidden types when searching for matching implsOli Scherer-0/+1
2022-03-28Fail more aggressivelyOli Scherer-4/+5
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-875/+1327
2022-03-28Rollup merge of #95390 - nnethercote:allow-doc-comments-in-macros, r=petroche...Dylan DPC-7/+8
2022-03-28Rollup merge of #95350 - petrochenkov:qpathregr, r=cjgillotDylan DPC-17/+4
2022-03-28Rollup merge of #95314 - c410-f3r:aqui-vamos-nos, r=lcnrDylan DPC-1/+4
2022-03-28Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkovDylan DPC-55/+52
2022-03-28Auto merge of #94789 - compiler-errors:fatal-never, r=eddybbors-46/+82