| Age | Commit message (Expand) | Author | Lines |
| 2023-04-06 | Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgr | bors | -87/+123 |
| 2023-04-06 | Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb | Matthias Krüger | -76/+14 |
| 2023-04-06 | Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obk | Matthias Krüger | -5/+34 |
| 2023-04-06 | Rollup merge of #109755 - compiler-errors:new-solver-generator-witness-mir, r... | Matthias Krüger | -3/+46 |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -3/+29 |
| 2023-04-06 | Auto merge of #109333 - Zoxc:erase-query-cache-values, r=cjgillot | bors | -61/+465 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -511/+467 |
| 2023-04-06 | Remove f32 & f64 from MemDecoder/MemEncoder | Scott McMurray | -76/+14 |
| 2023-04-06 | Auto merge of #109915 - scottmcm:layout-indexvec, r=oli-obk | bors | -100/+132 |
| 2023-04-06 | Fully erase query values | John Kåre Alsaker | -15/+135 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -25/+19 |
| 2023-04-06 | Avoid the assertion in `erase` | John Kåre Alsaker | -8/+8 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -23/+33 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -49/+329 |
| 2023-04-06 | Auto merge of #109792 - cjgillot:reachable-lint, r=oli-obk | bors | -132/+139 |
| 2023-04-05 | Auto merge of #109986 - JohnTitor:rollup-3aax38t, r=JohnTitor | bors | -13/+24 |
| 2023-04-06 | add comment | yukang | -0/+3 |
| 2023-04-06 | Rollup merge of #109926 - SparrowLii:parallel_log, r=eholk | Yuki Okushi | -1/+1 |
| 2023-04-06 | Rollup merge of #109922 - Amanieu:ohos-no_thread_local, r=wesleywiser | Yuki Okushi | -0/+2 |
| 2023-04-06 | Rollup merge of #109921 - compiler-errors:dyn-star-const-static, r=eholk | Yuki Okushi | -1/+1 |
| 2023-04-06 | Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov | Yuki Okushi | -11/+20 |
| 2023-04-05 | Auto merge of #109437 - petrochenkov:effvisopt, r=davidtwco | bors | -8/+28 |
| 2023-04-05 | Comment logic around worklist. | Camille GILLOT | -0/+3 |
| 2023-04-05 | Only visit reachable blocks in ConstProp lint. | Camille GILLOT | -8/+32 |
| 2023-04-05 | Extract check_assertion. | Camille GILLOT | -72/+71 |
| 2023-04-05 | Manipulate Location instead of SourceInfo. | Camille GILLOT | -50/+36 |
| 2023-04-05 | Do not keep extra references to scopes and decls. | Camille GILLOT | -18/+13 |
| 2023-04-05 | Auto merge of #107925 - thomcc:sip13, r=cjgillot | bors | -273/+78 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -3/+27 |
| 2023-04-05 | nit picks from review | Maybe Waffle | -6/+3 |
| 2023-04-05 | Fix a couple missed hash constants | Thom Chiovoloni | -3/+3 |
| 2023-04-05 | Use SipHash-1-3 instead of SipHash-2-4 for StableHasher | Thom Chiovoloni | -270/+75 |
| 2023-04-05 | Auto merge of #109966 - JohnTitor:rollup-eoqjr5j, r=JohnTitor | bors | -12/+44 |
| 2023-04-05 | Rollup merge of #109956 - compiler-errors:tweak-debug-outputs, r=oli-obk | Yuki Okushi | -10/+34 |
| 2023-04-05 | Rollup merge of #109847 - clubby789:graphviz-reachable, r=oli-obk | Yuki Okushi | -2/+10 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -45/+135 |
| 2023-04-05 | Use elsa =1.7.1 as 1.8.0 was an accidental copy of 1.7.0 | Oli Scherer | -1/+1 |
| 2023-04-05 | Auto merge of #109954 - clubby789:graphviz-path-trimming, r=compiler-errors | bors | -1/+2 |
| 2023-04-05 | Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin | bors | -20/+187 |
| 2023-04-05 | Tweak debug outputs to make debugging new solver easier | Michael Goulet | -10/+34 |
| 2023-04-05 | Implement support for GeneratorWitnessMIR in new solver | Michael Goulet | -3/+46 |
| 2023-04-05 | Disable path trimming during graphviz output | clubby789 | -1/+2 |
| 2023-04-04 | Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s | Scott McMurray | -20/+187 |
| 2023-04-04 | Auto merge of #109944 - cjgillot:lint-cstring-macro, r=Nilstrieb | bors | -41/+8 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -50/+46 |
| 2023-04-04 | Use `FieldIdx` in `FieldsShape` | Scott McMurray | -101/+133 |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -41/+8 |
| 2023-04-04 | Rollup merge of #109938 - oli-obk:try_norm, r=compiler-errors | Michael Goulet | -12/+13 |
| 2023-04-04 | Rollup merge of #109914 - compiler-errors:rtn-bad-parens, r=oli-obk | Michael Goulet | -9/+2 |
| 2023-04-04 | Rollup merge of #109913 - scottmcm:index-slice, r=WaffleLapkin | Michael Goulet | -7/+17 |