| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Always call const fns with #[track_caller]. | Adam Perry | -2/+6 |
| 2019-12-05 | Generate &core::panic::Location type in a single place. | Adam Perry | -6/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -3/+15 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -2/+2 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -2/+2 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -3/+3 |
| 2019-12-02 | Miri: add helper fn to allocate string; simplify alloc_caller_location | Ralf Jung | -1/+1 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -0/+1 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -1/+34 |
| 2019-11-30 | Don't repeat the `is_const_fn_raw` check | Oliver Scherer | -14/+12 |
| 2019-11-30 | `find_fn` -> `find_mir_or_eval_fn` rename | Oliver Scherer | -2/+2 |
| 2019-11-29 | Only memoize const fn calls during const eval | Oliver Scherer | -0/+14 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -1/+10 |
| 2019-11-27 | Correct typo in src/librustc_mir/const_eval.rs | David Hewitt | -1/+1 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+10 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-25 | miri: couple ret place and ret block together (they both exist or both don't) | Ralf Jung | -9/+6 |
| 2019-11-25 | refactor goto_block and also add unwind_to_block | Ralf Jung | -1/+1 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -4/+4 |
| 2019-11-12 | Rename in librustc_mir. | Camille GILLOT | -4/+4 |
| 2019-11-11 | Rename to | Aaron Hill | -1/+1 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -0/+2 |
| 2019-11-11 | Some cleanup | Aaron Hill | -11/+1 |
| 2019-11-11 | A few minor tweaks | Aaron Hill | -1/+2 |
| 2019-11-11 | Formatting improvements | Aaron Hill | -1/+2 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -4/+7 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -1/+1 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -6/+2 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -1/+2 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+23 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -5/+5 |
| 2019-09-25 | Fix rebase | varkor | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -2/+2 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -0/+18 |
| 2019-09-15 | drop redundant ParamEnv, and avoid constructing InternVisitor without visiting | Ralf Jung | -4/+2 |
| 2019-09-14 | Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-09-11 | Avoid two `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -2/+2 |
| 2019-09-03 | Fix minor typo in docs. | Hal Gentz | -1/+1 |
| 2019-08-27 | const_prop: only call error_to_const_error if we are actually showing something | Ralf Jung | -0/+3 |
| 2019-08-22 | Remove eval_promoted const-prop hack | Wesley Wiser | -20/+3 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -1/+1 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -3/+2 |
| 2019-08-14 | Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis | Mazdak Farrokhzad | -4/+7 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -4/+7 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -8/+8 |