| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | run `x.py fmt` | Niko Matsakis | -9/+2 |
| 2022-06-23 | remove misleading comment | Niko Matsakis | -4/+1 |
| 2022-06-23 | try to clarify confusing comment | Niko Matsakis | -1/+9 |
| 2022-06-23 | normalize if-eq bounds before testing | Niko Matsakis | -1/+39 |
| 2022-06-23 | apply suggestions from oli-obk | Niko Matsakis | -8/+8 |
| 2022-06-23 | coallesce docs | Niko Matsakis | -65/+32 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -11/+11 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -59/+31 |
| 2022-06-15 | tests H.R. `T: 'a` bounds proving themselves | Niko Matsakis | -0/+41 |
| 2022-06-15 | mark issue-91139 and issue-92096 as FIXME | Niko Matsakis | -3/+82 |
| 2022-06-15 | fix universes in the NLL type tests | Niko Matsakis | -1/+61 |
| 2022-06-15 | generalize the outlives obligation code | Niko Matsakis | -174/+109 |
| 2022-06-15 | improved debug output | Niko Matsakis | -5/+2 |
| 2022-06-15 | remove compare-fn and use erased-ty | Niko Matsakis | -17/+23 |
| 2022-06-15 | simplify argument type for to take param-ty | Niko Matsakis | -6/+4 |
| 2022-06-15 | implement (unused) matching solver | Niko Matsakis | -24/+329 |
| 2022-06-15 | simply the IfEq bound -- we only ever use a region | Niko Matsakis | -10/+14 |
| 2022-06-14 | Auto merge of #96591 - b-naber:transition-to-valtrees-in-type-system, r=lcnr | bors | -1007/+1610 |
| 2022-06-14 | rebase | b-naber | -82/+36 |
| 2022-06-14 | account for endianness in debuginfo for const args | b-naber | -5/+8 |
| 2022-06-14 | rebase | b-naber | -44/+118 |
| 2022-06-14 | correctly create Scalar for meta info | b-naber | -3/+7 |
| 2022-06-14 | fix wrong evaluation in clippy | b-naber | -8/+8 |
| 2022-06-14 | address review | b-naber | -161/+116 |
| 2022-06-14 | bless 32-bit ui tests | b-naber | -4/+10 |
| 2022-06-14 | manually bless 32-bit mir-opt tests | b-naber | -25/+25 |
| 2022-06-14 | address review | b-naber | -93/+80 |
| 2022-06-14 | fix clippy test failures | b-naber | -65/+111 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -1027/+1601 |
| 2022-06-14 | Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obk | bors | -8/+42 |
| 2022-06-14 | Auto merge of #98091 - Dylan-DPC:rollup-ueb6b5x, r=Dylan-DPC | bors | -250/+522 |
| 2022-06-14 | Rollup merge of #98069 - notriddle:notriddle/square-brackets, r=jsha | Dylan DPC | -30/+5 |
| 2022-06-14 | Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDenton | Dylan DPC | -8/+10 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -37/+327 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -169/+173 |
| 2022-06-14 | Rollup merge of #97869 - ssomers:btree_comments, r=Dylan-DPC | Dylan DPC | -6/+7 |
| 2022-06-14 | Auto merge of #98082 - lnicola:rust-analyzer-2022-06-14, r=lnicola | bors | -8/+8 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -80/+52 |
| 2022-06-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -8/+8 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -169/+173 |
| 2022-06-14 | Auto merge of #98040 - calebcartwright:sync-rustfmt, r=calebcartwright | bors | -1248/+12933 |
| 2022-06-13 | Auto merge of #98075 - JohnTitor:rollup-nqwodnk, r=JohnTitor | bors | -51/+621 |
| 2022-06-13 | add inline(always) to option | DrMeepster | -0/+1 |
| 2022-06-14 | Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelix | Yuki Okushi | -9/+75 |
| 2022-06-14 | Rollup merge of #97385 - oli-obk:smir-tool-lib, r=pnkfelix | Yuki Okushi | -0/+180 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -9/+231 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -33/+135 |
| 2022-06-13 | deps: add clap to workspace hack | Caleb Cartwright | -0/+2 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -30/+5 |
| 2022-06-13 | Auto merge of #98066 - matthiaskrgr:rollup-wb9gs92, r=matthiaskrgr | bors | -587/+622 |