| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-24 | Rollup merge of #56985 - oli-obk:const_check_bounds, r=RalfJung | Mazdak Farrokhzad | -17/+25 |
| 2018-12-23 | Rollup merge of #56981 - RalfJung:miri-infallible-alloc, r=oli-obk | kennytm | -5/+5 |
| 2018-12-22 | Reintroduce the original `check_bounds_ptr` checks | Oliver Scherer | -11/+21 |
| 2018-12-19 | Allow testing pointers for inboundedness while forbidding dangling pointers | Oliver Scherer | -6/+4 |
| 2018-12-19 | miri: allocation is infallible | Ralf Jung | -5/+5 |
| 2018-12-18 | Explain the math | Oliver Scherer | -4/+9 |
| 2018-12-17 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -4/+4 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -14/+14 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-04 | Mention `alloc` in the name of the interning methods | Oliver Scherer | -1/+1 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -13/+13 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -11/+25 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -4/+4 |
| 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 | -6/+8 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -5/+17 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -5/+20 |
| 2018-11-24 | tidy | Oliver Scherer | -1/+2 |
| 2018-11-24 | comment nit | Ralf Jung | -1/+1 |
| 2018-11-24 | Move alignment checks out of `Allocation` | Oliver Scherer | -6/+6 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -1/+1 |
| 2018-11-24 | Reintroduce zst-slice reading `read_bytes` method on `Memory` | Oliver Scherer | -0/+16 |
| 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 | -5/+11 |
| 2018-11-24 | Move some byte and scalar accessors from `Memory` to `Allocation` | Oliver Scherer | -197/+0 |
| 2018-11-24 | Move alignment and bounds check from `Memory` to `Allocation` | Oliver Scherer | -42/+0 |
| 2018-11-24 | Move undef mask methods from `Memory` to `Allocation` | Oliver Scherer | -29/+0 |
| 2018-11-24 | Move relocation methods from `Memory` to `Allocation` | Oliver Scherer | -73/+0 |
| 2018-11-24 | Move some methods from `Memory` to `Allocation` | Oliver Scherer | -84/+0 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -35/+33 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -11/+11 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -27/+29 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -9/+6 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -4/+4 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -23/+27 |
| 2018-11-12 | for uniformity, also move memory_deallocated to AllocationExtra | Ralf Jung | -1/+1 |
| 2018-11-08 | Give `AllocationExtra`s access to their entire `Allocation` | Oliver Scherer | -2/+2 |
| 2018-11-08 | Fallout | Oliver Scherer | -3/+3 |
| 2018-11-06 | Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJung | bors | -0/+5 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -10/+2 |
| 2018-10-29 | the memory_deallocated hook can make good use of knowing the size | Ralf Jung | -1/+2 |
| 2018-10-29 | provide mutable borrows when hooking memory write access | Ralf Jung | -3/+3 |
| 2018-10-29 | Turn ICE for dangling pointers into error | Oliver Scherer | -0/+5 |
| 2018-10-28 | don't be too perf-greedy | Ralf Jung | -1/+1 |
| 2018-10-28 | don't tag new memory inside memory.rs; add machine hook to tag new memory | Ralf Jung | -12/+12 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -3/+8 |
| 2018-10-25 | Fix rebase fallout | Oliver Schneider | -3/+6 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -2/+4 |