| Age | Commit message (Expand) | Author | Lines |
| 2020-04-17 | Add test for issue-24843 | Yuki Okushi | -0/+9 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -30/+33 |
| 2020-04-16 | Apply suggestions from code review | Christopher Durham | -1/+3 |
| 2020-04-16 | Minor fixes to doc comments of 'VecDequeue' | Youngsuk Kim | -6/+6 |
| 2020-04-16 | outlives: ignore lifetimes shallowly found in `ty::FnDef`s. | Eduard-Mihai Burtescu | -6/+64 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -16/+14 |
| 2020-04-16 | Auto merge of #71201 - Dylan-DPC:rollup-23202uf, r=Dylan-DPC | bors | -257/+320 |
| 2020-04-16 | comment on the sorting of unused unsafe blocks | ljedrz | -0/+2 |
| 2020-04-16 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-16 | Move stack access methods in the Machine implementations out of the enforce_ ... | Vytautas Astrauskas | -28/+28 |
| 2020-04-16 | bikeshed | Ralf Jung | -3/+3 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -295/+54 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -74/+87 |
| 2020-04-16 | Partially revert "Do not ICE in the face of invalid enum discriminant" | Eduard-Mihai Burtescu | -10/+4 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -30/+49 |
| 2020-04-16 | Miri error messages: avoid try terminology | Ralf Jung | -5/+5 |
| 2020-04-16 | Extend UI tests for fixed check_attr() | Matthias Schiffer | -2/+49 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -20/+75 |
| 2020-04-17 | Remove inline attribute from `into_vec()` | Yuki Okushi | -1/+0 |
| 2020-04-16 | Implement `Box::into_raw` based on `Box::leak` | Simon Sapin | -10/+17 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -23/+59 |
| 2020-04-16 | Move the explanation why adjust_global_const is called for all constants. | Vytautas Astrauskas | -3/+5 |
| 2020-04-16 | Rename Machine::eval_maybe_thread_local_static_const to adjust_global_const a... | Vytautas Astrauskas | -2/+7 |
| 2020-04-16 | Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2020-04-16 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -124/+111 |
| 2020-04-16 | Rollup merge of #71149 - RalfJung:check-const-call, r=eddyb | Dylan DPC | -16/+5 |
| 2020-04-16 | Rollup merge of #71141 - Duddino:master, r=estebank | Dylan DPC | -1/+68 |
| 2020-04-16 | Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJung | Dylan DPC | -115/+133 |
| 2020-04-16 | Auto merge of #70755 - wesleywiser:simplify_locals_2_electric_boogaloo, r=oli... | bors | -154/+319 |
| 2020-04-16 | sort unused unsafe blocks by Span instead of NodeId | ljedrz | -1/+1 |
| 2020-04-16 | Respond to code review feedback | Wesley Wiser | -1/+9 |
| 2020-04-16 | simplify unused unsafe block handling | ljedrz | -7/+11 |
| 2020-04-16 | Fixed issue with self: &Box<Self> | Duddino | -5/+13 |
| 2020-04-16 | Clean up E0520 explanation | Guillaume Gomez | -1/+3 |
| 2020-04-16 | ./x.py fmt | Duddino | -1/+1 |
| 2020-04-16 | fixed missing trait method suggests incorrect code (self parameter not named ... | Duddino | -11/+25 |
| 2020-04-16 | test fast path offset reporting | Ralf Jung | -2/+112 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -2/+2 |
| 2020-04-16 | compute SCCs in dependency order | Niko Matsakis | -33/+60 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -111/+164 |
| 2020-04-16 | enforce that R1: R2 requires univ(R1) <= univ(R2) | Niko Matsakis | -10/+152 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -25/+40 |
| 2020-04-16 | Auto merge of #71173 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2020-04-16 | Auto merge of #71159 - topecongiro:rustfmt-1.4.14, r=Dylan-DPC | bors | -14/+18 |
| 2020-04-15 | Add note about Layout::pad_to_align to Layout::extend | CAD97 | -3/+31 |
| 2020-04-16 | bump Miri | Ralf Jung | -10/+7 |
| 2020-04-15 | Auto merge of #71180 - Dylan-DPC:rollup-pscpg6q, r=Dylan-DPC | bors | -474/+970 |
| 2020-04-16 | Rollup merge of #71166 - GuillaumeGomez:cleanup-e0518, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -18/+366 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -29/+25 |