about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-28"a frame" -> "a stack frame"hyd-dev-1/+1
2021-05-26Use `match` instead of `.map_or(StackPopUnwind::Skip, StackPopUnwind::Cleanup)`hyd-dev-5/+8
2021-05-25Move the check to `unwind_to_block`hyd-dev-30/+34
2021-05-25Add a commenthyd-dev-0/+1
2021-05-25`can_unwind` -> `caller_can_unwind`hyd-dev-2/+2
2021-05-25Check whether unwinding is allowed before popping the stack framehyd-dev-16/+15
2021-05-23:facepalm:hyd-dev-1/+1
2021-05-23Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...hyd-dev-26/+31
2021-05-23"unwind" -> "unwinding"hyd-dev-1/+1
2021-05-23`Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip`hyd-dev-6/+9
2021-05-23Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already truehyd-dev-3/+4
2021-05-23Refactor `match` + `if`hyd-dev-12/+9
2021-05-23Move the callee "can unwind" check to the right placehyd-dev-38/+37
2021-05-23const-eval: disallow unwinding across functions that `!fn_can_unwind()`hyd-dev-45/+108
2021-05-22Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrumbors-3/+3
2021-05-22Auto merge of #85557 - hyd-dev:abi, r=RalfJungbors-19/+26
2021-05-22Add default implementation for `enforce_abi()`hyd-dev-6/+3
2021-05-22Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jshabors-2/+17
2021-05-22Auto merge of #85531 - luqmana:flip-gc, r=petrochenkovbors-22/+8
2021-05-22Auto merge of #85505 - flip1995:clippyup, r=Manishearthbors-668/+2329
2021-05-21Add test for search result keyword extra infoGuillaume Gomez-0/+15
2021-05-21Fix display for primitive and keyword extra infoGuillaume Gomez-2/+2
2021-05-21Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomezbors-229/+651
2021-05-21Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisGuillaume Gomez-66/+645
2021-05-21Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-05-21Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jshaGuillaume Gomez-158/+0
2021-05-21Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jshaGuillaume Gomez-4/+5
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-28/+238
2021-05-21Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakisbors-20/+34
2021-05-21Check for ptr-to-int casts in const functions in THIR unsafeckLeSeulArtichaut-14/+105
2021-05-21Check for initialization of layout-restricted typesLeSeulArtichaut-3/+46
2021-05-21facepalm: operator precedence fail on my part.Felix S. Klock II-1/+1
2021-05-21Add `rustc_mir::interpret::Machine::enforce_abi()`hyd-dev-19/+29
2021-05-21Adjust self-type to require equalityMark Rousskov-20/+34
2021-05-21Remove dead toggle JS codeGuillaume Gomez-158/+0
2021-05-21Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahcbors-1/+8
2021-05-21Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisabors-1/+12
2021-05-21Auto merge of #85400 - lnicola:rust-analyzer-2021-05-17, r=jonas-schievinkbors-20/+16
2021-05-20Remove linker_is_gnu: true cases as that is now the default.Luqman Aden-20/+0
2021-05-21Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahcbors-8/+72
2021-05-21Auto merge of #85382 - Aaron1011:project-eval, r=nikomatsakisbors-9/+1
2021-05-20Auto merge of #85524 - RalfJung:miri, r=RalfJungbors-8/+6
2021-05-20Swap TargetOptions::linker_is_gnu default from false to true and update targe...Luqman Aden-2/+8
2021-05-20Auto merge of #85521 - alexcrichton:less-tls-inline, r=Mark-Simulacrumbors-13/+13
2021-05-20update miriRalf Jung-8/+6
2021-05-20std: Don't inline TLS accessor on MinGWAlex Crichton-13/+13
2021-05-20Auto merge of #85518 - GuillaumeGomez:rollup-mq4ohfy, r=GuillaumeGomezbors-50/+70
2021-05-20Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jshaGuillaume Gomez-1/+1
2021-05-20Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jshaGuillaume Gomez-3/+10
2021-05-20Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726Guillaume Gomez-37/+45