| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-16 | Rollup merge of #70774 - GuillaumeGomez:clean-rustdoc-js-tools, r=ollie27 | Dylan DPC | -419/+403 |
| 2020-04-16 | Rollup merge of #69903 - estebank:icemation, r=oli-obk | Dylan DPC | -5/+173 |
| 2020-04-15 | Auto merge of #5363 - yaahc:clippy-fix, r=phansch,flip1995 | bors | -42/+149 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -111/+99 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -13/+12 |
| 2020-04-15 | Apply suggestions from code review | Jane Lusby | -6/+6 |
| 2020-04-15 | Remove now unnecessary resolve_maybe_global_alloc. | Vytautas Astrauskas | -43/+17 |
| 2020-04-15 | manually fixing formatting at this point lol | Jane Lusby | -2/+2 |
| 2020-04-15 | fmt | Jane Lusby | -11/+10 |
| 2020-04-15 | emphasize *no trailing padding* | Christopher Durham | -1/+1 |
| 2020-04-16 | Inlined everything into a single trait and trait impl | Rakshith Ravi | -126/+141 |
| 2020-04-15 | Auto merge of #71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -13/+17 |
| 2020-04-15 | rename field | Jane Lusby | -9/+9 |
| 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 | submodules: update clippy from af5940b7 to 6651c1b9 | Matthias Krüger | -13/+17 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -145/+120 |
| 2020-04-15 | Add test case | Wesley Wiser | -0/+80 |
| 2020-04-15 | Rollup merge of #5430 - michaelsproul:integer-arithmetic, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-15 | Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995 | Philipp Krones | -0/+7 |
| 2020-04-15 | Do not ICE in the face of invalid enum discriminant | Esteban Küber | -5/+173 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -7/+32 |
| 2020-04-15 | Update parking_lot dependency to avoid use of deprecated asm! | Amanieu d'Antras | -1/+1 |
| 2020-04-15 | Update stdarch submodule to use llvm_asm! instead of asm! | Amanieu d'Antras | -0/+4 |
| 2020-04-15 | Apply suggestions from code review | Simon Sapin | -2/+2 |
| 2020-04-15 | Add function eval_maybe_thread_local_static_const that allows handling thread... | Vytautas Astrauskas | -52/+70 |
| 2020-04-15 | Incorporated review feedback: | Felix S. Klock II | -22/+40 |
| 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 |