| Age | Commit message (Expand) | Author | Lines |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -9/+1 |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -0/+87 |
| 2020-02-22 | move const_eval.rs into the module folder | Ralf Jung | -0/+87 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -2/+2 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -53/+77 |
| 2020-02-18 | Remove mention of `simd_shuffle` promotion from comments | Dylan MacKenzie | -2/+2 |
| 2020-02-18 | Make `fn_queries` helpers module-private | Dylan MacKenzie | -75/+74 |
| 2020-02-18 | Remove outdated FIXME | Dylan MacKenzie | -2/+0 |
| 2020-02-18 | Const-check functions in a `const` impl | Dylan MacKenzie | -1/+14 |
| 2020-02-18 | Add `is_const_impl_raw` query | Dylan MacKenzie | -1/+15 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -11/+7 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -11/+7 |
| 2020-02-14 | Check `has_typeck_tables` before calling `typeck_tables_of` | Yuki Okushi | -1/+4 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -4/+4 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -4/+6 |
| 2020-02-13 | no need for hook_panic_fn to return a bool | Ralf Jung | -10/+8 |
| 2020-02-13 | remove PanicInfo::Panic variant that MIR does not use or need | Ralf Jung | -6/+11 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -24/+59 |
| 2020-02-11 | Run RustFmt | jumbatm | -3/+1 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -4/+5 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -0/+4 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+4 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -2/+2 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -4/+9 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -4/+14 |
| 2020-01-10 | Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJung | Mazdak Farrokhzad | -15/+18 |
| 2020-01-09 | Switch assertion order to be more helpful to ppl that encounter them | Oliver Scherer | -1/+1 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -72/+67 |
| 2020-01-08 | Move constness.rs to librustc_mir. | Camille GILLOT | -0/+156 |
| 2020-01-07 | Add more documentation | Oliver Scherer | -1/+6 |
| 2020-01-07 | Ensure we don't accidentally turn non-zsts into zsts | Oliver Scherer | -0/+1 |
| 2020-01-07 | Move `to_const_value` from `MPlaceTy` to its only use site | Oliver Scherer | -2/+13 |
| 2020-01-07 | Fix an ICE happening due code assuming that `MPlaceTy` cannot have integer ad... | Oliver Scherer | -16/+2 |
| 2020-01-07 | Automatically prefer integer addresses for zst MPlace | Oliver Scherer | -2/+2 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -2/+2 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -1/+2 |
| 2020-01-04 | Update ABI in const impls of panic_fn/begin_panic_fn. | Adam Perry | -1/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -9/+13 |
| 2019-12-26 | Retire `to_ptr` which should already have no users but still kept getting new... | Oliver Scherer | -3/+3 |
| 2019-12-26 | Rebase fallout | Oliver Scherer | -3/+3 |
| 2019-12-26 | Bail out before running the query | Oliver Scherer | -3/+4 |
| 2019-12-26 | Tidy | Oliver Scherer | -7/+10 |
| 2019-12-26 | Fix imports after rebase | Oliver Scherer | -11/+9 |
| 2019-12-26 | Rename `query` module | Oliver Scherer | -0/+0 |
| 2019-12-26 | Move function definitions before their first use | Oliver Scherer | -138/+138 |
| 2019-12-26 | Move all functions used by the queries to query.rs | Oliver Scherer | -0/+95 |