| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -182/+0 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -4/+4 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -4/+4 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -4/+4 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -1/+1 |
| 2020-06-14 | keep root_span and tcx together | Ralf Jung | -4/+4 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -16/+16 |
| 2020-05-06 | try_validation: handle multi-branching, and use macro for most remaining manu... | Ralf Jung | -4/+1 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -4/+2 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-25 | go back to infix ops for Size | Ralf Jung | -4/+2 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -3/+4 |
| 2020-03-25 | use checked casts and arithmetic in Miri engine | Ralf Jung | -3/+6 |
| 2020-01-05 | Use Instance.ty_env instead of Instance.monomorphic_ty in interpreter | Aaron Hill | -1/+1 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -52/+49 |
| 2019-12-12 | dont ICE in case of invalid drop fn | Ralf Jung | -1/+12 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -11/+11 |
| 2019-11-11 | Update | Aaron Hill | -1/+1 |
| 2019-11-11 | Some cleanup | Aaron Hill | -0/+21 |
| 2019-11-08 | rename Memory::get methods to get_raw to indicate their unchecked nature | Ralf Jung | -19/+14 |
| 2019-08-30 | miri: detect too large dynamically sized objects | Ralf Jung | -1/+6 |
| 2019-08-24 | Ensure miri can do bit ops on pointer values | Oliver Scherer | -2/+4 |
| 2019-08-19 | rustc_mir: disallow non-monomorphic vtables. | Eduard-Mihai Burtescu | -1/+6 |
| 2019-08-19 | rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-08-19 | start cleaning up subst mess | Ralf Jung | -1/+1 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -1/+1 |
| 2019-07-30 | addding an interp_error module | Saleem Jaffer | -3/+3 |
| 2019-07-29 | fixing fallout due to InterpError refactor | Saleem Jaffer | -2/+2 |
| 2019-07-04 | make Memory::get_fn take a Scalar like most of the Memory API surface | Ralf Jung | -1/+1 |
| 2019-07-04 | Add basic support for "other" kinds of values for function pointers, determin... | Ralf Jung | -4/+6 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -2/+2 |
| 2019-06-23 | make code more symmetric | Ralf Jung | -3/+5 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -5/+15 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -4/+4 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -2/+3 |
| 2019-06-02 | cache tag for vtable; fn_alloc's don't have a stack nor tag | Ralf Jung | -4/+4 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -1/+1 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -1/+1 |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -2/+1 |
| 2019-04-08 | Apply suggestions from code review
| Ralf Jung | -1/+1 |
| 2019-04-07 | implement by-value object safety | Ralf Jung | -2/+9 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -2/+1 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -2/+2 |
| 2019-02-13 | make OpTy.op private, and ImmTy.imm public instead | Ralf Jung | -0/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |