| Age | Commit message (Expand) | Author | Lines |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -99/+151 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -0/+3 |
| 2018-11-25 | Rollup merge of #56210 - RalfJung:c_str, r=oli-obk | Pietro Albini | -9/+8 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-25 | Typo | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-11-25 | fix length of slice returned from read_c_str | Ralf Jung | -3/+5 |
| 2018-11-25 | yay for NLL | Ralf Jung | -5/+3 |
| 2018-11-25 | read_c_str should call the AllocationExtra hooks | Ralf Jung | -4/+3 |
| 2018-11-25 | Typo | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-11-25 | make memory allocation hook infallible | Ralf Jung | -3/+3 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -99/+151 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -9/+0 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -12/+20 |
| 2018-11-24 | Document `Allocation` | Oliver Scherer | -2/+17 |
| 2018-11-24 | Explain {read,write}_scalar failure to cope with zsts | Oliver Scherer | -0/+10 |
| 2018-11-24 | Move alignment checks out of `Allocation` | Oliver Scherer | -57/+12 |
| 2018-11-24 | Reorder methods in `allocation.rs` | Oliver Scherer | -85/+85 |
| 2018-11-24 | Make a method that doesn't need `Self` a free function instead | Oliver Scherer | -18/+17 |
| 2018-11-24 | Make zst accesses in allocations take the regular path. | Oliver Scherer | -21/+0 |
| 2018-11-24 | Remove unnecessary `Result` (function always returned `Ok`) | Oliver Scherer | -6/+6 |
| 2018-11-24 | Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods | Oliver Scherer | -43/+69 |
| 2018-11-24 | Move some byte and scalar accessors from `Memory` to `Allocation` | Oliver Scherer | -0/+200 |
| 2018-11-24 | Fiddle a `HasDataLayout` through the allocation methods | Oliver Scherer | -19/+41 |
| 2018-11-24 | Access `self` instead of `alloc` | Oliver Scherer | -30/+14 |
| 2018-11-24 | Adjust generics to `Allocation` parameters | Oliver Scherer | -9/+9 |
| 2018-11-24 | Move alignment and bounds check from `Memory` to `Allocation` | Oliver Scherer | -0/+45 |
| 2018-11-24 | Move undef mask methods from `Memory` to `Allocation` | Oliver Scherer | -0/+33 |
| 2018-11-24 | Move relocation methods from `Memory` to `Allocation` | Oliver Scherer | -0/+73 |
| 2018-11-24 | Preliminary code adjustment to let the compiler complain about missing methods | Oliver Scherer | -4/+4 |
| 2018-11-24 | Move some methods from `Memory` to `Allocation` | Oliver Scherer | -0/+84 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -10/+21 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -11/+11 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+1 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -6/+16 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -0/+3 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -12/+43 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -9/+0 |
| 2018-11-15 | do not accept out-of-bounds pointers in enum discriminants, they might be NULL | Ralf Jung | -6/+18 |
| 2018-11-15 | validation: better error when the enum discriminant is Undef | Ralf Jung | -2/+2 |
| 2018-11-15 | rename FrameInfo span field to call_site | Ralf Jung | -4/+4 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -1/+13 |
| 2018-11-14 | put file and line into miri backtrace | Ralf Jung | -3/+8 |
| 2018-11-14 | prettier miri backtrace printing | Ralf Jung | -3/+10 |
| 2018-11-14 | miri: backtraces with instances | Ralf Jung | -7/+26 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -7/+18 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -0/+11 |