| Age | Commit message (Expand) | Author | Lines |
| 2020-12-18 | Log the output of `is_useful` in the or-pattern case too | Nadrieril | -25/+31 |
| 2020-12-18 | Factor out or-pattern usefulness merging | Nadrieril | -72/+81 |
| 2020-12-11 | Auto merge of #79910 - RalfJung:abort-msg, r=oli-obk | bors | -1/+7 |
| 2020-12-11 | Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkov | bors | -6/+24 |
| 2020-12-10 | Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov | Tyler Mandry | -29/+45 |
| 2020-12-10 | Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco | Tyler Mandry | -1/+1 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -94/+92 |
| 2020-12-10 | Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill... | Tyler Mandry | -3/+38 |
| 2020-12-10 | Use Symbol for inline asm register class names | Arlie Davis | -29/+45 |
| 2020-12-10 | Use `def_path_hash_to_def_id` when re-using a `RawDefId` | Aaron Hill | -6/+24 |
| 2020-12-10 | CTFE: tweak abort-on-uninhabited message | Ralf Jung | -1/+7 |
| 2020-12-10 | Auto merge of #79801 - eddyb:scalar-transmute, r=nagisa | bors | -0/+19 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -3/+19 |
| 2020-12-10 | Auto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco | bors | -39/+35 |
| 2020-12-09 | Auto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandry | bors | -223/+225 |
| 2020-12-09 | Rollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr | Tyler Mandry | -146/+149 |
| 2020-12-09 | Rollup merge of #79826 - LingMan:match_if, r=lcnr | Tyler Mandry | -20/+10 |
| 2020-12-09 | Rollup merge of #79824 - LingMan:no_replace, r=lcnr | Tyler Mandry | -2/+2 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -28/+44 |
| 2020-12-09 | Rollup merge of #79810 - Aaron1011:fix/def-path-table-gap, r=lcnr | Tyler Mandry | -3/+8 |
| 2020-12-09 | Rollup merge of #79777 - tmiasko:remove-first-merge, r=lcnr | Tyler Mandry | -18/+6 |
| 2020-12-09 | Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC | Tyler Mandry | -6/+6 |
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -16/+43 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -39/+35 |
| 2020-12-09 | Auto merge of #79721 - Aaron1011:fix/reuse-def-path-hash, r=wesleywiser | bors | -20/+59 |
| 2020-12-09 | Auto merge of #78679 - oli-obk:temp_lifetime, r=eddyb | bors | -57/+22 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -57/+22 |
| 2020-12-09 | Auto merge of #78363 - RalfJung:promotion, r=oli-obk | bors | -52/+6 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -52/+6 |
| 2020-12-09 | Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasper | bors | -45/+53 |
| 2020-12-08 | Clarify the 'default is only allowed on...' error | Camelid | -1/+1 |
| 2020-12-09 | Move RWUTable to a separate module | Tomasz Miąsko | -146/+149 |
| 2020-12-09 | Remove `first_merge` from liveness debug logs | Tomasz Miąsko | -18/+6 |
| 2020-12-08 | Auto merge of #79727 - tmiasko:8bit-rwu, r=lcnr | bors | -159/+146 |
| 2020-12-08 | Review feedback | Eric Arellano | -32/+36 |
| 2020-12-08 | simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_m... | Matthias Krüger | -2/+2 |
| 2020-12-08 | don't create owned values for comparison (clippy::cmp_owned) | Matthias Krüger | -3/+3 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-08 | Account for gaps in def path table during decoding | Aaron Hill | -3/+8 |
| 2020-12-08 | Simplify visit_{foreign,trait}_item | LingMan | -20/+10 |
| 2020-12-08 | Auto merge of #79817 - LingMan:if_map, r=lcnr | bors | -41/+13 |
| 2020-12-08 | Strip prefix instead of replacing it with empty string | LingMan | -2/+2 |
| 2020-12-08 | Auto merge of #79752 - cjgillot:dead-alien, r=lcnr | bors | -21/+25 |
| 2020-12-08 | Auto merge of #79806 - LeSeulArtichaut:fixup-filter-is-none, r=jyn514 | bors | -7/+4 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -21/+25 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -28/+44 |
| 2020-12-08 | Replace simple `if let` constructs with Option::map | LingMan | -41/+13 |
| 2020-12-07 | Auto merge of #79653 - tmiasko:naked-functions, r=Amanieu | bors | -32/+284 |
| 2020-12-07 | Fixup: `filter().is_none()` -> `!any()` | LeSeulArtichaut | -7/+4 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -89/+83 |