| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Remove `MatcherPos::stack`. | Nicholas Nethercote | -62/+74 |
| 2022-03-31 | Clarify `idx` handling in sequences. | Nicholas Nethercote | -9/+18 |
| 2022-03-31 | Remove `MatcherPos::match_lo`. | Nicholas Nethercote | -10/+4 |
| 2022-03-31 | Simplify exit of `Delimited` submatchers. | Nicholas Nethercote | -18/+12 |
| 2022-03-30 | Auto merge of #95425 - nnethercote:yet-more-parse_tt-improvements, r=petroche... | bors | -231/+249 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -551/+367 |
| 2022-03-30 | Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubilee | bors | -10/+19 |
| 2022-03-30 | typo | lcnr | -1/+1 |
| 2022-03-30 | rework error messages for incorrect inherent impls | lcnr | -45/+53 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -9/+21 |
| 2022-03-30 | get clippy to compile again | lcnr | -4/+1 |
| 2022-03-30 | fix behavior for empty impls | lcnr | -22/+33 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -57/+18 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -414/+263 |
| 2022-03-30 | remove `NoMatchData::new` | lcnr | -31/+9 |
| 2022-03-30 | update comment | lcnr | -1/+1 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -67/+67 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -57/+57 |
| 2022-03-30 | Rollup merge of #95460 - nyurik:spelling-str, r=lcnr | Dylan DPC | -10/+10 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -10/+10 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -57/+57 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -933/+1321 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+6 |
| 2022-03-29 | Make some rustc code conform to strict provenance. | Aria Beingessner | -10/+13 |
| 2022-03-30 | Pre-allocate an empty `Lrc<NamedMatchVec>`. | Nicholas Nethercote | -8/+26 |
| 2022-03-30 | Overhaul how matches are recorded. | Nicholas Nethercote | -48/+55 |
| 2022-03-30 | Improve comments and rename many things for consistency. | Nicholas Nethercote | -198/+181 |
| 2022-03-30 | Clarify comments about doc comments in macros. | Nicholas Nethercote | -1/+6 |
| 2022-03-30 | Simplify and rename `count_names`. | Nicholas Nethercote | -14/+14 |
| 2022-03-29 | Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obk | Dylan DPC | -5/+72 |
| 2022-03-29 | Rollup merge of #95422 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa... | Dylan DPC | -32/+28 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -2/+7 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+6 |
| 2022-03-28 | drive-by: move Copy bound suggestion to its own function | Michael Goulet | -60/+65 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -13/+90 |
| 2022-03-29 | use format-args-capture and remove an unnecessary nested block | Takayuki Maeda | -32/+28 |
| 2022-03-29 | Add a useful assertion. | Nicholas Nethercote | -2/+7 |
| 2022-03-28 | diagnostics: do not suggest `map.iter_mut()()` | Michael Howell | -2/+7 |
| 2022-03-28 | Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obk | Dylan DPC | -7/+13 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+29 |
| 2022-03-28 | Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiser | Dylan DPC | -34/+52 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -8/+24 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -39/+40 |
| 2022-03-28 | Test that TAIT and RPIT are in sync | Oli Scherer | -0/+2 |
| 2022-03-28 | Remove some special code handling TAIT being passed through if and match | Oli Scherer | -25/+3 |
| 2022-03-28 | The hack isn't necessary for back compat anymore | Oli Scherer | -1/+2 |
| 2022-03-28 | Merge two duplicates of the same logic into a common function | Oli Scherer | -76/+56 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -199/+102 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -4/+67 |
| 2022-03-28 | Special case the situation where the previous span is the same as the new one | Oli Scherer | -1/+5 |