| Age | Commit message (Expand) | Author | Lines |
| 2020-04-15 | Directly modify the `used_locals` vec | Wesley Wiser | -14/+12 |
| 2020-04-15 | Run `SimplifyLocals` iteratively until we get to a fixedpoint | Wesley Wiser | -27/+131 |
| 2020-04-15 | submodules: update clippy from af5940b7 to 6651c1b9 | Matthias Krüger | -13/+17 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -145/+120 |
| 2020-04-15 | Add test case | Wesley Wiser | -0/+80 |
| 2020-04-15 | Rollup merge of #5430 - michaelsproul:integer-arithmetic, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-15 | Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995 | Philipp Krones | -0/+7 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -5/+173 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -7/+32 |
| 2020-04-15 | Update parking_lot dependency to avoid use of deprecated asm! | Amanieu d'Antras | -1/+1 |
| 2020-04-15 | Update stdarch submodule to use llvm_asm! instead of asm! | Amanieu d'Antras | -0/+4 |
| 2020-04-15 | Apply suggestions from code review | Simon Sapin | -2/+2 |
| 2020-04-15 | Add function eval_maybe_thread_local_static_const that allows handling thread... | Vytautas Astrauskas | -52/+70 |
| 2020-04-15 | Incorporated review feedback: | Felix S. Klock II | -22/+40 |
| 2020-04-15 | Clarify the comments explaining the purpose of resolve_maybe_global_alloc. | Vytautas Astrauskas | -4/+23 |
| 2020-04-15 | Address reviewers' comments: replace resolve_thread_local_allocation_id with ... | Vytautas Astrauskas | -22/+28 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -57/+135 |
| 2020-04-15 | revert the damn fmt changes | Jane Lusby | -1/+1 |
| 2020-04-15 | add some tests | Jane Lusby | -0/+37 |
| 2020-04-15 | update tool maintainers | Pietro Albini | -1/+1 |
| 2020-04-15 | split it up for testing but the merge broke tests | Jane Lusby | -62/+108 |
| 2020-04-15 | Merge remote-tracking branch 'upstream/master' into clippy-fix | Jane Lusby | -21/+46 |
| 2020-04-15 | Use only check_expr with parent expr and precedence | ThibsG | -1/+1 |
| 2020-04-15 | Global rework + fix imports | ThibsG | -0/+7 |
| 2020-04-15 | don't specify log base in big-O | Ralf Jung | -3/+3 |
| 2020-04-15 | Deprecate `Rc::into_raw_non_null` and `Arc::into_raw_non_null` | Simon Sapin | -0/+4 |
| 2020-04-15 | Deprecate `Box::into_raw_non_null` | Simon Sapin | -28/+32 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -46/+45 |
| 2020-04-15 | Clean up E0518 explanation | Guillaume Gomez | -3/+3 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -9/+14 |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -9/+38 |
| 2020-04-15 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -6/+6 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -94/+79 |
| 2020-04-15 | Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk | Mazdak Farrokhzad | -46/+88 |
| 2020-04-15 | Rollup merge of #71030 - petrochenkov:linkorder2, r=nagisa | Mazdak Farrokhzad | -225/+219 |
| 2020-04-15 | Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddyb | Mazdak Farrokhzad | -198/+869 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |
| 2020-04-15 | remove an impossible branch from check_consts | Ralf Jung | -16/+5 |
| 2020-04-15 | Auto merge of #71106 - jonas-schievink:remove-call-guard-pass, r=ecstatic-mor... | bors | -5/+7 |
| 2020-04-15 | Bump rustfmt and rls | topecongiro | -14/+18 |
| 2020-04-15 | Use fcntl() to set nonblock for solarish sockets | Patrick Mooney | -0/+8 |
| 2020-04-15 | Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPC | bors | -45/+217 |
| 2020-04-15 | Update stderrs after rebase. | jumbatm | -0/+6 |
| 2020-04-15 | Move early needs_subst bailout to _after_ linting. | jumbatm | -5/+5 |
| 2020-04-15 | Amend exceeding-bitshifts test case for #69021. | jumbatm | -113/+125 |
| 2020-04-14 | Rollup merge of #71135 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-14 | Rollup merge of #71128 - Mark-Simulacrum:clean-expansion, r=petrochenkov | Dylan DPC | -5/+1 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -4/+93 |
| 2020-04-14 | Rollup merge of #71002 - Freax13:fix-target, r=ollie27 | Dylan DPC | -2/+7 |