| Age | Commit message (Expand) | Author | Lines |
| 2019-01-04 | Add missing 'static bound for the Machine trait | Matthew Jasper | -1/+1 |
| 2019-01-04 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -1/+1 |
| 2018-12-31 | Fix a recently introduces regression | Oliver Scherer | -1/+1 |
| 2018-12-31 | Explain the math | Oliver Scherer | -4/+9 |
| 2018-12-31 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -4/+4 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -1/+1 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -1/+1 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -1/+1 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -13/+30 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -2/+15 |
| 2018-12-01 | Rollup merge of #56337 - phansch:fix_const_ice, r=oli-obk | kennytm | -122/+137 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -1/+1 |
| 2018-11-30 | Pacify tidy | Philipp Hansch | -9/+9 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -122/+137 |
| 2018-11-29 | Fix doc comments | scalexm | -1/+1 |
| 2018-11-29 | Handle inference variables in `nll_relate` and use it for chalk | scalexm | -2/+15 |
| 2018-11-29 | Rollup merge of #56312 - oli-obk:const_eval_literal, r=eddyb | Guillaume Gomez | -185/+122 |
| 2018-11-29 | Rollup merge of #56127 - rust-lang:oli-obk-patch-1, r=nikomatsakis | Guillaume Gomez | -3/+9 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-28 | Move hir::Lit -> ty::Const conversion into its own file | Oliver Scherer | -101/+106 |
| 2018-11-28 | Deduplicate literal -> constant lowering | Oliver Scherer | -113/+45 |
| 2018-11-27 | avoid features_untracked | Ralf Jung | -9/+9 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -35/+106 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -11/+62 |
| 2018-11-25 | Rollup merge of #56100 - RalfJung:visiting-generators, r=oli-obk | Pietro Albini | -12/+42 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -26/+21 |
| 2018-11-25 | accept undef in raw pointers, for consistency with integers | Ralf Jung | -6/+10 |
| 2018-11-25 | machine hooks for stack push and pop, frame machine data | Ralf Jung | -8/+49 |
| 2018-11-25 | make memory allocation hook infallible | Ralf Jung | -1/+1 |
| 2018-11-25 | pass MemoryExtra to find_foreign_static and adjust_static_allocation; they mi... | Ralf Jung | -14/+20 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -7/+27 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -14/+18 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -421/+186 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -8/+23 |
| 2018-11-24 | Explain why vtable generation needs no alignment checks | Oliver Scherer | -0/+3 |
| 2018-11-24 | Factor out mplace offsetting into its own method | Oliver Scherer | -22/+31 |
| 2018-11-24 | tidy | Oliver Scherer | -1/+2 |
| 2018-11-24 | Array and slice projections need to update the place alignment | Oliver Scherer | -8/+11 |
| 2018-11-24 | comment nit | Ralf Jung | -1/+1 |
| 2018-11-24 | Use correct alignment checks for scalars and zsts, too | Oliver Scherer | -2/+2 |
| 2018-11-24 | Use correct alignment for fat pointer extra part | Oliver Scherer | -1/+1 |
| 2018-11-24 | Move alignment checks out of `Allocation` | Oliver Scherer | -28/+31 |
| 2018-11-24 | Explain early abort legality | Oliver Scherer | -0/+1 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -1/+1 |
| 2018-11-24 | Clean up array/slice of primitive validation | Oliver Scherer | -13/+10 |
| 2018-11-24 | Reintroduce zst-slice reading `read_bytes` method on `Memory` | Oliver Scherer | -4/+17 |
| 2018-11-24 | Remove unnecessary `Result` (function always returned `Ok`) | Oliver Scherer | -1/+1 |
| 2018-11-24 | Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods | Oliver Scherer | -33/+77 |
| 2018-11-24 | Move some byte and scalar accessors from `Memory` to `Allocation` | Oliver Scherer | -197/+0 |