about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-02Allocation failure in constprop panics right awaySmitty-3/+12
2021-06-30Delay ICE on evaluation failSmitty-68/+20
2021-06-30Note that even ConstProp follows the rulesSmittyvb-2/+2
2021-06-30Properly evaluate non-consts in const propSmitty-8/+51
2021-06-30Simplify memory failure checkingSmitty-23/+16
2021-06-30Rename is_spurious -> is_volatileSmitty-3/+3
2021-06-30simplify explanation commentSmittyvb-9/+2
2021-06-29Properly handle const prop failuresSmitty-6/+28
2021-06-29fix sess errorSmitty-1/+1
2021-06-29Add comment with reasoning for non-determinismSmitty-0/+9
2021-06-29Test memory exhaustion in const evaluationSmitty-1/+13
2021-06-29Unwrap allocated Location at creationSmitty-14/+9
2021-06-29Simplify allocation creationSmitty-2/+1
2021-06-29Make memory exhaustion a hard errorSmitty-16/+7
2021-06-29Simplify const_prop logicSmitty-11/+9
2021-06-29Support allocation failures when interperting MIRSmitty-39/+103
2021-06-29Auto merge of #86603 - Mark-Simulacrum:stage-step, r=pietroalbinibors-394/+11
2021-06-29Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3bors-249/+150
2021-06-29Auto merge of #86009 - cjgillot:fwarn, r=davidtwcobors-76/+48
2021-06-29Auto merge of #86594 - dns2utf8:move_label_to_symbol, r=GuillaumeGomezbors-14/+60
2021-06-29Auto merge of #86697 - jackh726:pgo, r=Mark-Simulacrumbors-3/+5
2021-06-29Auto merge of #86670 - Aaron1011:copy-variance-diag, r=davidtwcobors-2/+2
2021-06-29Auto merge of #86446 - Smittyvb:rustc_insignificant_dtor-ice, r=Mark-Simulacrumbors-46/+43
2021-06-29Auto merge of #86704 - JohnTitor:rollup-lnrxo4i, r=JohnTitorbors-1420/+945
2021-06-29Rollup merge of #86678 - FabianWolff:issue-86667, r=jackh726Yuki Okushi-0/+45
2021-06-29Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakisYuki Okushi-112/+198
2021-06-29Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat...Yuki Okushi-16/+46
2021-06-29Rollup merge of #86661 - sexxi-goose:edition_fix, r=nikomatsakisYuki Okushi-1282/+463
2021-06-29Rollup merge of #86657 - jam1garner:future_prelude_false_positive, r=nikomats...Yuki Okushi-0/+23
2021-06-29Rollup merge of #86529 - cuviper:ssl3, r=Mark-SimulacrumYuki Okushi-5/+5
2021-06-29Rollup merge of #86059 - GuillaumeGomez:html-checker2, r=Mark-SimulacrumYuki Okushi-5/+165
2021-06-28Bump the workspace dependency for OpenSSL 3Josh Stone-1/+1
2021-06-28Panic on trying to find non-feature incompletenessSmitty-1/+4
2021-06-28Auto merge of #86669 - Smittyvb:satisfy-windows-defender, r=Mark-Simulacrumbors-1/+1
2021-06-28Add test for item-table with resize to mobileStefan Schindler-10/+55
2021-06-28Add inflate to pgojackh726-3/+5
2021-06-28Make incomplete features part of delcarationSmitty-56/+40
2021-06-28Don't make `rustc_insignificant_dtor` feature gateSmitty-1/+11
2021-06-28Auto merge of #86690 - JohnTitor:rollup-4ukk4yw, r=JohnTitorbors-55/+283
2021-06-28Only run HTML check on rustdoc generated itemsGuillaume Gomez-14/+11
2021-06-28Install tidy on x86_64-gnu-aux target to run html checkGuillaume Gomez-1/+2
2021-06-28Add new tool to check HTML:Guillaume Gomez-4/+166
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-4/+5
2021-06-28Update to new bootstrap compilerMark Rousskov-394/+11
2021-06-29Rollup merge of #86688 - JohnTitor:test-65384, r=jackh726Yuki Okushi-0/+30
2021-06-29Rollup merge of #86687 - JohnTitor:perf-regression-label, r=Mark-SimulacrumYuki Okushi-0/+1
2021-06-29Rollup merge of #86683 - lnicola:rust-analyzer-2021-06-28, r=jonas-schievinkYuki Okushi-20/+16
2021-06-29Rollup merge of #86568 - ehuss:dist-miri-stable, r=Mark-SimulacrumYuki Okushi-0/+12
2021-06-29Rollup merge of #86358 - klensy:pp-loop, r=Mark-SimulacrumYuki Okushi-5/+20
2021-06-29Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-SimulacrumYuki Okushi-30/+204