about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-31Remove `MatcherPos::stack`.Nicholas Nethercote-62/+74
2022-03-31Clarify `idx` handling in sequences.Nicholas Nethercote-9/+18
2022-03-31Remove `MatcherPos::match_lo`.Nicholas Nethercote-10/+4
2022-03-31Simplify exit of `Delimited` submatchers.Nicholas Nethercote-18/+12
2022-03-30Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche...bors-231/+249
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-30Pre-allocate an empty `Lrc<NamedMatchVec>`.Nicholas Nethercote-8/+26
2022-03-30Overhaul how matches are recorded.Nicholas Nethercote-48/+55
2022-03-30Improve comments and rename many things for consistency.Nicholas Nethercote-198/+181
2022-03-30Clarify comments about doc comments in macros.Nicholas Nethercote-1/+6
2022-03-30Simplify and rename `count_names`.Nicholas Nethercote-14/+14
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-29Add a useful assertion.Nicholas Nethercote-2/+7
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