| Age | Commit message (Expand) | Author | Lines |
| 2020-11-20 | Never inline naked functions | Tomasz Miąsko | -4/+15 |
| 2020-11-19 | Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe... | Dylan DPC | -3/+15 |
| 2020-11-19 | Rollup merge of #79149 - sexxi-goose:upvar_ref, r=nikomatsakis | Dylan DPC | -124/+108 |
| 2020-11-19 | Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obk | Dylan DPC | -11/+59 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -6/+40 |
| 2020-11-19 | Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievink | Dylan DPC | -8/+4 |
| 2020-11-19 | Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebank | Dylan DPC | -1/+1 |
| 2020-11-19 | Rollup merge of #78961 - CraftSpider:22565, r=oli-obk | Dylan DPC | -1/+32 |
| 2020-11-19 | remove check from const promotion | cjkenn | -4/+0 |
| 2020-11-18 | move checks later into optimization passes | cjkenn | -16/+17 |
| 2020-11-18 | Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddyb | bors | -12/+4 |
| 2020-11-18 | Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor | bors | -111/+141 |
| 2020-11-18 | review comment | Esteban Küber | -3/+1 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+13 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -6/+30 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -1/+2 |
| 2020-11-18 | Rollup merge of #79079 - camelid:mir-visit-docs, r=matthewjasper | Mara Bos | -62/+62 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -2/+4 |
| 2020-11-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -0/+23 |
| 2020-11-18 | move fuel checks to later points in instcombine and const_prop, add opt level... | cjkenn | -19/+26 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -3/+15 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -1/+1 |
| 2020-11-17 | Remove THIR::ExprKind::SelfRef | Aman Arora | -6/+0 |
| 2020-11-17 | Move capture lowering from THIR to MIR | Aman Arora | -118/+108 |
| 2020-11-17 | Remove unnecessary abi import | Rune Tynan | -2/+1 |
| 2020-11-17 | Fix broken handling of `MacroDef` in `Map::attrs` | Joshua Nelson | -17/+26 |
| 2020-11-17 | Move change to check_fn, fix up overloaded-calls-nontuple | Rune Tynan | -25/+31 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -10/+54 |
| 2020-11-17 | Rollup merge of #78702 - wesleywiser:self_profile_cgu_sizes, r=Mark-Simulacrum | Mara Bos | -2/+26 |
| 2020-11-17 | Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r... | Mara Bos | -0/+17 |
| 2020-11-17 | Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual... | ThePuzzlemaker | -1/+1 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -212/+229 |
| 2020-11-17 | Simplfy color availability check | Guillaume Gomez | -0/+17 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -10/+54 |
| 2020-11-17 | Rollup merge of #79088 - euclio:span-label-doc, r=estebank | Mara Bos | -8/+10 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -1/+42 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -176/+855 |
| 2020-11-17 | Auto merge of #78313 - lcnr:somebody-fold-me, r=nikomatsakis | bors | -838/+881 |
| 2020-11-17 | Fix setting inline hint based on `InstanceDef::requires_inline` | Tomasz Miąsko | -12/+4 |
| 2020-11-16 | add optimization fuel checks to some mir passes | cjkenn | -3/+47 |
| 2020-11-16 | clarify `span_label` documentation | Andy Russell | -8/+10 |
| 2020-11-16 | update `cg_clif` | Bastian Kauschke | -46/+45 |
| 2020-11-16 | words | lcnr | -105/+87 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -699/+679 |
| 2020-11-16 | add IdFunctor to rustc_data_structures | Bastian Kauschke | -0/+82 |
| 2020-11-16 | Rollup merge of #79087 - ThePuzzlemaker:issue-79083-docfix, r=RalfJung | Mara Bos | -8/+11 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -103/+88 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -23/+4 |
| 2020-11-16 | Update E0744 about control flow in `const` contexts to reflect the current st... | James | -8/+11 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -80/+75 |