| Age | Commit message (Expand) | Author | Lines |
| 2021-07-02 | Allocation failure in constprop panics right away | Smitty | -3/+12 |
| 2021-06-30 | Delay ICE on evaluation fail | Smitty | -68/+20 |
| 2021-06-30 | Note that even ConstProp follows the rules | Smittyvb | -2/+2 |
| 2021-06-30 | Properly evaluate non-consts in const prop | Smitty | -8/+51 |
| 2021-06-30 | Simplify memory failure checking | Smitty | -23/+16 |
| 2021-06-30 | Rename is_spurious -> is_volatile | Smitty | -3/+3 |
| 2021-06-30 | simplify explanation comment | Smittyvb | -9/+2 |
| 2021-06-29 | Properly handle const prop failures | Smitty | -6/+28 |
| 2021-06-29 | fix sess error | Smitty | -1/+1 |
| 2021-06-29 | Add comment with reasoning for non-determinism | Smitty | -0/+9 |
| 2021-06-29 | Test memory exhaustion in const evaluation | Smitty | -1/+13 |
| 2021-06-29 | Unwrap allocated Location at creation | Smitty | -14/+9 |
| 2021-06-29 | Simplify allocation creation | Smitty | -2/+1 |
| 2021-06-29 | Make memory exhaustion a hard error | Smitty | -16/+7 |
| 2021-06-29 | Simplify const_prop logic | Smitty | -11/+9 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -39/+103 |
| 2021-06-29 | Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbini | bors | -394/+11 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -249/+150 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -76/+48 |
| 2021-06-29 | Auto merge of #86594 - dns2utf8:move_label_to_symbol, r=GuillaumeGomez | bors | -14/+60 |
| 2021-06-29 | Auto merge of #86697 - jackh726:pgo, r=Mark-Simulacrum | bors | -3/+5 |
| 2021-06-29 | Auto merge of #86670 - Aaron1011:copy-variance-diag, r=davidtwco | bors | -2/+2 |
| 2021-06-29 | Auto merge of #86446 - Smittyvb:rustc_insignificant_dtor-ice, r=Mark-Simulacrum | bors | -46/+43 |
| 2021-06-29 | Auto merge of #86704 - JohnTitor:rollup-lnrxo4i, r=JohnTitor | bors | -1420/+945 |
| 2021-06-29 | Rollup merge of #86678 - FabianWolff:issue-86667, r=jackh726 | Yuki Okushi | -0/+45 |
| 2021-06-29 | Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis | Yuki Okushi | -112/+198 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -16/+46 |
| 2021-06-29 | Rollup merge of #86661 - sexxi-goose:edition_fix, r=nikomatsakis | Yuki Okushi | -1282/+463 |
| 2021-06-29 | Rollup merge of #86657 - jam1garner:future_prelude_false_positive, r=nikomats... | Yuki Okushi | -0/+23 |
| 2021-06-29 | Rollup merge of #86529 - cuviper:ssl3, r=Mark-Simulacrum | Yuki Okushi | -5/+5 |
| 2021-06-29 | Rollup merge of #86059 - GuillaumeGomez:html-checker2, r=Mark-Simulacrum | Yuki Okushi | -5/+165 |
| 2021-06-28 | Bump the workspace dependency for OpenSSL 3 | Josh Stone | -1/+1 |
| 2021-06-28 | Panic on trying to find non-feature incompleteness | Smitty | -1/+4 |
| 2021-06-28 | Auto merge of #86669 - Smittyvb:satisfy-windows-defender, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -10/+55 |
| 2021-06-28 | Add inflate to pgo | jackh726 | -3/+5 |
| 2021-06-28 | Make incomplete features part of delcaration | Smitty | -56/+40 |
| 2021-06-28 | Don't make `rustc_insignificant_dtor` feature gate | Smitty | -1/+11 |
| 2021-06-28 | Auto merge of #86690 - JohnTitor:rollup-4ukk4yw, r=JohnTitor | bors | -55/+283 |
| 2021-06-28 | Only run HTML check on rustdoc generated items | Guillaume Gomez | -14/+11 |
| 2021-06-28 | Install tidy on x86_64-gnu-aux target to run html check | Guillaume Gomez | -1/+2 |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -4/+166 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -4/+5 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -394/+11 |
| 2021-06-29 | Rollup merge of #86688 - JohnTitor:test-65384, r=jackh726 | Yuki Okushi | -0/+30 |
| 2021-06-29 | Rollup merge of #86687 - JohnTitor:perf-regression-label, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2021-06-29 | Rollup merge of #86683 - lnicola:rust-analyzer-2021-06-28, r=jonas-schievink | Yuki Okushi | -20/+16 |
| 2021-06-29 | Rollup merge of #86568 - ehuss:dist-miri-stable, r=Mark-Simulacrum | Yuki Okushi | -0/+12 |
| 2021-06-29 | Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum | Yuki Okushi | -5/+20 |
| 2021-06-29 | Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-Simulacrum | Yuki Okushi | -30/+204 |