| Age | Commit message (Expand) | Author | Lines |
| 2020-09-29 | Useful derives on `mir::LocalKind` | Dylan MacKenzie | -1/+1 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -26/+30 |
| 2020-09-24 | Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303 | Simon Vandel Sillesen | -0/+2 |
| 2020-09-24 | Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-23 | Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank | Dylan DPC | -1/+1 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -0/+6 |
| 2020-09-21 | review | Bastian Kauschke | -0/+6 |
| 2020-09-21 | Cache `eval_to_allocation_raw` on disk | Oliver Scherer | -1/+1 |
| 2020-09-21 | fix typo in docs and comments | yuk1ty | -1/+1 |
| 2020-09-20 | Rollup merge of #76891 - lcnr:less-ref, r=ecstatic-morse | Ralf Jung | -9/+9 |
| 2020-09-20 | Rollup merge of #76732 - camelid:mir-basic-block-docs, r=RalfJung | Ralf Jung | -0/+20 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -1/+1 |
| 2020-09-20 | Rollup merge of #76815 - pickfire:patch-6, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -17/+17 |
| 2020-09-19 | Rollup merge of #76636 - RalfJung:miri-size-assert, r=oli-obk | Ralf Jung | -0/+3 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -2/+2 |
| 2020-09-19 | Address review comments | Oliver Scherer | -4/+4 |
| 2020-09-19 | Unify the names of const eval queries and their return types | Oliver Scherer | -14/+14 |
| 2020-09-19 | Rename const eval queries to reflect the validation changes | Oliver Scherer | -3/+3 |
| 2020-09-18 | don't take `TyCtxt` by reference | Bastian Kauschke | -9/+9 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -1/+1 |
| 2020-09-18 | use newtype_index for abstract_const::NodeId | Bastian Kauschke | -2/+7 |
| 2020-09-18 | initial working state | Bastian Kauschke | -0/+16 |
| 2020-09-17 | Use relative link instead of absolute | Camelid | -1/+1 |
| 2020-09-17 | Fix wording in mir doc | Ivan Tham | -1/+1 |
| 2020-09-16 | Update based on review suggestions | Camelid | -2/+6 |
| 2020-09-15 | Improve wording | Camelid | -3/+3 |
| 2020-09-14 | Clarify how branching works in a CFG | Camelid | -3/+5 |
| 2020-09-14 | Add docs for `BasicBlock` | Camelid | -0/+14 |
| 2020-09-14 | Minor improvements to `mir::Constant` docs | Camelid | -2/+2 |
| 2020-09-12 | also assert ScalarMaybeUninit size | Ralf Jung | -0/+3 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -0/+2 |
| 2020-09-09 | Rollup merge of #76523 - tmiasko:non-use-context-coverage, r=wesleywiser | Tyler Mandry | -2/+0 |
| 2020-09-09 | Remove unused PlaceContext::NonUse(NonUseContext::Coverage) | Tomasz Miąsko | -2/+0 |
| 2020-09-08 | review | Bastian Kauschke | -0/+4 |
| 2020-09-08 | make `ConstEvaluatable` more strict | Bastian Kauschke | -4/+23 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+2 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -0/+9 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-09-04 | Fix big endian read/write | Jubilee Young | -6/+12 |
| 2020-09-04 | Explain contract of {read, write}_target_uint | Jubilee Young | -0/+6 |
| 2020-09-04 | Be explicit that we're handling bytes | Jubilee | -1/+1 |
| 2020-09-04 | Remove reference to byteorder limits | Jubilee Young | -8/+4 |
| 2020-09-04 | Refactor byteorder to std in rustc_middle | Jubilee Young | -7/+9 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -3/+3 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -1/+18 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -1/+18 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -1/+2 |
| 2020-09-02 | Fold length constant in Rvalue::Repeat | Tomasz Miąsko | -1/+1 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -1/+1 |