| Age | Commit message (Expand) | Author | Lines |
| 2020-04-16 | simplify unused unsafe block handling | ljedrz | -7/+11 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-16 | compute SCCs in dependency order | Niko Matsakis | -33/+60 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -16/+29 |
| 2020-04-16 | enforce that R1: R2 requires univ(R1) <= univ(R2) | Niko Matsakis | -5/+79 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -23/+22 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-15 | Remove now unnecessary resolve_maybe_global_alloc. | Vytautas Astrauskas | -43/+17 |
| 2020-04-15 | Directly modify the `used_locals` vec | Wesley Wiser | -14/+12 |
| 2020-04-15 | Run `SimplifyLocals` iteratively until we get to a fixedpoint | Wesley Wiser | -27/+131 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -12/+30 |
| 2020-04-15 | Add function eval_maybe_thread_local_static_const that allows handling thread... | Vytautas Astrauskas | -52/+70 |
| 2020-04-15 | Clarify the comments explaining the purpose of resolve_maybe_global_alloc. | Vytautas Astrauskas | -4/+23 |
| 2020-04-15 | Address reviewers' comments: replace resolve_thread_local_allocation_id with ... | Vytautas Astrauskas | -22/+28 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -57/+135 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -6/+11 |
| 2020-04-15 | Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk | Mazdak Farrokhzad | -46/+88 |
| 2020-04-15 | Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddyb | Mazdak Farrokhzad | -1/+5 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |
| 2020-04-15 | remove an impossible branch from check_consts | Ralf Jung | -16/+5 |
| 2020-04-15 | Auto merge of #71106 - jonas-schievink:remove-call-guard-pass, r=ecstatic-mor... | bors | -5/+7 |
| 2020-04-15 | Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPC | bors | -8/+23 |
| 2020-04-15 | Move early needs_subst bailout to _after_ linting. | jumbatm | -5/+5 |
| 2020-04-14 | Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obk | Dylan DPC | -8/+23 |
| 2020-04-14 | borrow_check/type_check: normalize `Aggregate` and `Call` operands. | Eduard-Mihai Burtescu | -0/+2 |
| 2020-04-14 | Don't load the same allocation twice when reading a scalar pair from it | Oliver Scherer | -7/+5 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 |
| 2020-04-13 | unit rvalue: use constant `()` instead of tuple | Bastian Kauschke | -1/+5 |
| 2020-04-13 | Don't always run `add_call_guards` pass | Jonas Schievink | -5/+7 |
| 2020-04-13 | fmt | Ralf Jung | -2/+3 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -7/+13 |
| 2020-04-13 | add after_stack_push hook; add public ImmTy::from_immediate method, and make ... | Ralf Jung | -28/+43 |
| 2020-04-13 | Miri: let push_frame hook also access and mutate the rest of the frame data | Ralf Jung | -18/+44 |
| 2020-04-12 | Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb | Dylan DPC | -48/+6 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -9/+9 |
| 2020-04-11 | Auto merge of #71014 - Centril:rollup-3lc8cnt, r=Centril | bors | -1/+14 |
| 2020-04-11 | Rollup merge of #70962 - KrishnaSannasi:track-dealloc, r=RalfJung | Mazdak Farrokhzad | -0/+10 |
| 2020-04-11 | Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasper | Mazdak Farrokhzad | -1/+4 |
| 2020-04-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -48/+6 |
| 2020-04-10 | Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r... | bors | -7/+3 |
| 2020-04-10 | added machine hooks to track deallocations | Ozaren | -0/+10 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in get_parent_did | marmeladema | -5/+1 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -2/+2 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -17/+20 |
| 2020-04-10 | assert that only statics can possibly be mutable | Ralf Jung | -8/+8 |
| 2020-04-09 | Avoid calling `fn_sig` query during `is_const_fn_raw` | Dylan MacKenzie | -17/+10 |
| 2020-04-09 | Use `Visitor` for `AlwaysLiveLocals` | Dylan MacKenzie | -14/+19 |
| 2020-04-09 | Explain why we remove `self` from storage live locals | Dylan MacKenzie | -0/+1 |
| 2020-04-09 | Use new utility in `transform/generator.rs` | Dylan MacKenzie | -34/+40 |