| Age | Commit message (Expand) | Author | Lines |
| 2020-12-28 | promotion: factor some common code into validate_ref | Ralf Jung | -57/+50 |
| 2020-12-25 | Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC | bors | -1/+1 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+5 |
| 2020-12-23 | Fix typo in simplify_try.rs | Ikko Ashimine | -1/+1 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -6/+5 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+5 |
| 2020-12-17 | Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere | Aaron Hill | -3/+5 |
| 2020-12-17 | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC | Guillaume Gomez | -1/+1 |
| 2020-12-17 | Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry | Yuki Okushi | -2/+2 |
| 2020-12-17 | Rollup merge of #79882 - wecing:master, r=oli-obk | Yuki Okushi | -0/+27 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -2/+2 |
| 2020-12-15 | Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry | Guillaume Gomez | -20/+24 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -72/+93 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -14/+131 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -0/+15 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -21/+11 |
| 2020-12-14 | Disable the constant debuginfo promotion pass by default | Wesley Wiser | -1/+5 |
| 2020-12-15 | Always run intrinsics lowering pass | Tomasz Miąsko | -1/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -19/+21 |
| 2020-12-13 | Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-12-12 | Remove an unused dependency that made `rustdoc` crash | Nadrieril | -3/+0 |
| 2020-12-11 | Fixes reported bugs in Rust Coverage | Rich Kadel | -12/+24 |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -3/+4 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+2 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -28/+34 |
| 2020-12-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -0/+15 |
| 2020-12-09 | update comments | Chenguang Wang | -5/+4 |
| 2020-12-09 | fix issue #78496 | Chenguang Wang | -0/+28 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -27/+43 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -52/+6 |
| 2020-12-08 | Review feedback | Eric Arellano | -32/+36 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -27/+43 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -23/+25 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -14/+127 |
| 2020-12-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -0/+2 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -7/+11 |
| 2020-12-03 | Combination of commits | Rich Kadel | -127/+117 |
| 2020-12-03 | move interpret::MemoryKind::Heap to const eval | Vishnunarayan K I | -0/+2 |
| 2020-11-25 | Fixup compiler docs | Camelid | -12/+12 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -4/+36 |
| 2020-11-23 | Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink | Jonas Schievink | -7/+1 |
| 2020-11-22 | Add comment and remove obsolete special case | Camelid | -7/+1 |
| 2020-11-22 | refactor unsafety checking of places | Ralf Jung | -75/+84 |
| 2020-11-22 | const fn: allow use of trait impls from bounds | Jonas Schievink | -4/+36 |
| 2020-11-20 | improve formatting | Ralf Jung | -4/+8 |
| 2020-11-20 | adjust union access unsafety check logic to take into account Deref and the a... | Ralf Jung | -15/+20 |
| 2020-11-20 | consider assignments of union field of ManuallyDrop type safe | Ralf Jung | -25/+28 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -0/+5 |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -0/+5 |