| Age | Commit message (Expand) | Author | Lines |
| 2021-01-24 | Factor or-pattern expansion | Nadrieril | -24/+36 |
| 2021-01-24 | Split `Usefulness::NotUseful` into two | Nadrieril | -32/+52 |
| 2021-01-24 | Reimplement `Usefulness::merge` in terms of a binop | Nadrieril | -39/+24 |
| 2021-01-24 | Don't expose `Usefulness` in the api | Nadrieril | -9/+22 |
| 2021-01-24 | Improve the debugging experience | Nadrieril | -25/+30 |
| 2021-01-16 | Auto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m-ou-se | bors | -7/+40 |
| 2021-01-16 | Rollup merge of #81065 - osa1:cranelift_semicolon_warning, r=jyn514 | Mara Bos | -1/+1 |
| 2021-01-16 | Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkor | Mara Bos | -1/+4 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -5/+35 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -84/+34 |
| 2021-01-16 | Auto merge of #81077 - bugadani:shrink, r=Mark-Simulacrum | bors | -3/+0 |
| 2021-01-16 | Remove unnecessary manual shrink_to_fit calls | Dániel Buga | -3/+0 |
| 2021-01-16 | codegen_cranelift: Fix redundant semicolon warn | Ömer Sinan Ağacan | -1/+1 |
| 2021-01-16 | Auto merge of #77885 - erikdesjardins:probeasm, r=cuviper | bors | -9/+18 |
| 2021-01-16 | Auto merge of #81057 - GuillaumeGomez:rollup-yl2kqst, r=GuillaumeGomez | bors | -6/+6 |
| 2021-01-15 | Rollup merge of #81054 - LingMan:rem_as_ref, r=jyn514 | Guillaume Gomez | -5/+5 |
| 2021-01-15 | Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael... | bors | -107/+15 |
| 2021-01-15 | Drop a few unneeded borrows | LingMan | -5/+5 |
| 2021-01-16 | Update compiler/rustc_mir/src/borrow_check/diagnostics/conflict_errors.rs | 1000teslas | -3/+1 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -8/+13 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -79/+67 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -6/+4 |
| 2021-01-15 | Simplify E0373 async code example | 1000teslas | -22/+5 |
| 2021-01-15 | Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov | bors | -147/+101 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -9/+18 |
| 2021-01-15 | inline: Round word-size cost estimates up | Tomasz Miąsko | -1/+1 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -49/+74 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -79/+67 |
| 2021-01-14 | Rollup merge of #80990 - cuviper:unused-debug-context, r=nagisa | Mara Bos | -6/+2 |
| 2021-01-14 | Rollup merge of #80981 - bjorn3:bjorn3-patch-1, r=jonas-schievink | Mara Bos | -2/+2 |
| 2021-01-14 | Rollup merge of #80969 - camelid:monomorph-ice-msg, r=nagisa | Mara Bos | -1/+1 |
| 2021-01-14 | Rollup merge of #80829 - jyn514:dep-constructor, r=michaelwoerister | Mara Bos | -35/+17 |
| 2021-01-14 | Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank | Mara Bos | -5/+52 |
| 2021-01-14 | Auto merge of #79689 - Vooblin:patch1, r=tmandry | bors | -10/+10 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -170/+444 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -8/+13 |
| 2021-01-14 | Fix E0373 code example | 1000teslas | -1/+1 |
| 2021-01-14 | Fix error E0373 documentation | 1000teslas | -7/+23 |
| 2021-01-13 | Set tokens on AST node in `collect_tokens` | Aaron Hill | -147/+101 |
| 2021-01-14 | Encode optimized MIR of generators when emitting metadata | Tomasz Miąsko | -1/+4 |
| 2021-01-13 | Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiser | bors | -13/+22 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -353/+845 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -13/+22 |
| 2021-01-13 | Remove the unused context from CreateDebugLocation | Josh Stone | -6/+2 |
| 2021-01-13 | Auto merge of #80718 - tmiasko:skip-opt-mir, r=oli-obk | bors | -32/+39 |
| 2021-01-14 | Fix whitespace | 1000teslas | -2/+2 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -1/+1 |
| 2021-01-13 | Lint on extern in item declaration position | Mark Rousskov | -9/+15 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -17/+17 |
| 2021-01-13 | Introduce missing ABI lint on extern blocks | Mark Rousskov | -7/+67 |