| Age | Commit message (Expand) | Author | Lines |
| 2021-05-28 | "a frame" -> "a stack frame" | hyd-dev | -1/+1 |
| 2021-05-26 | Use `match` instead of `.map_or(StackPopUnwind::Skip, StackPopUnwind::Cleanup)` | hyd-dev | -5/+8 |
| 2021-05-25 | Move the check to `unwind_to_block` | hyd-dev | -30/+34 |
| 2021-05-25 | Add a comment | hyd-dev | -0/+1 |
| 2021-05-25 | `can_unwind` -> `caller_can_unwind` | hyd-dev | -2/+2 |
| 2021-05-25 | Check whether unwinding is allowed before popping the stack frame | hyd-dev | -16/+15 |
| 2021-05-23 | :facepalm: | hyd-dev | -1/+1 |
| 2021-05-23 | Pass `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-23 | Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already true | hyd-dev | -3/+4 |
| 2021-05-23 | Refactor `match` + `if` | hyd-dev | -12/+9 |
| 2021-05-23 | Move the callee "can unwind" check to the right place | hyd-dev | -38/+37 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -45/+108 |
| 2021-05-22 | Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrum | bors | -3/+3 |
| 2021-05-22 | Auto merge of #85557 - hyd-dev:abi, r=RalfJung | bors | -19/+26 |
| 2021-05-22 | Add default implementation for `enforce_abi()` | hyd-dev | -6/+3 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -2/+17 |
| 2021-05-22 | Auto merge of #85531 - luqmana:flip-gc, r=petrochenkov | bors | -22/+8 |
| 2021-05-22 | Auto merge of #85505 - flip1995:clippyup, r=Manishearth | bors | -668/+2329 |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -229/+651 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -66/+645 |
| 2021-05-21 | Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-21 | Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jsha | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jsha | Guillaume Gomez | -4/+5 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -28/+238 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -20/+34 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -14/+105 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -3/+46 |
| 2021-05-21 | facepalm: operator precedence fail on my part. | Felix S. Klock II | -1/+1 |
| 2021-05-21 | Add `rustc_mir::interpret::Machine::enforce_abi()` | hyd-dev | -19/+29 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -20/+34 |
| 2021-05-21 | Remove dead toggle JS code | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahc | bors | -1/+8 |
| 2021-05-21 | Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisa | bors | -1/+12 |
| 2021-05-21 | Auto merge of #85400 - lnicola:rust-analyzer-2021-05-17, r=jonas-schievink | bors | -20/+16 |
| 2021-05-20 | Remove linker_is_gnu: true cases as that is now the default. | Luqman Aden | -20/+0 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -8/+72 |
| 2021-05-21 | Auto merge of #85382 - Aaron1011:project-eval, r=nikomatsakis | bors | -9/+1 |
| 2021-05-20 | Auto merge of #85524 - RalfJung:miri, r=RalfJung | bors | -8/+6 |
| 2021-05-20 | Swap TargetOptions::linker_is_gnu default from false to true and update targe... | Luqman Aden | -2/+8 |
| 2021-05-20 | Auto merge of #85521 - alexcrichton:less-tls-inline, r=Mark-Simulacrum | bors | -13/+13 |
| 2021-05-20 | update miri | Ralf Jung | -8/+6 |
| 2021-05-20 | std: Don't inline TLS accessor on MinGW | Alex Crichton | -13/+13 |
| 2021-05-20 | Auto merge of #85518 - GuillaumeGomez:rollup-mq4ohfy, r=GuillaumeGomez | bors | -50/+70 |
| 2021-05-20 | Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jsha | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jsha | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -37/+45 |