| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -1/+1 |
| 2020-11-17 | Fix broken handling of `MacroDef` in `Map::attrs` | Joshua Nelson | -17/+26 |
| 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 | 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 | 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 |
| 2020-11-16 | instrument `QueryNormalizer::fold_ty` | Bastian Kauschke | -0/+1 |
| 2020-11-16 | Apply suggestions from code review | Nadrieril | -2/+2 |
| 2020-11-15 | Ignore doctest for capture analysis examples | Aman Arora | -9/+12 |
| 2020-11-15 | Fix case when ExprUseVisitor is called after typeck writeback | Aman Arora | -0/+49 |
| 2020-11-15 | Turn top-level comments into module docs in MIR visitor | Camelid | -62/+62 |
| 2020-11-15 | Remove dead `TypeFoldable::visit_tys_shallow` method | LeSeulArtichaut | -14/+0 |
| 2020-11-15 | Rollup merge of #79058 - dtolnay:likelymacro, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -20/+18 |
| 2020-11-15 | Rollup merge of #79034 - petrochenkov:mrscopes3, r=eddyb | Jonas Schievink | -36/+21 |
| 2020-11-15 | Rollup merge of #79031 - camelid:mir-validate-local-decl, r=jonas-schievink | Jonas Schievink | -0/+7 |
| 2020-11-15 | Rollup merge of #79019 - lcnr:generic-arg-validation, r=petrochenkov | Jonas Schievink | -178/+292 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -2/+32 |
| 2020-11-15 | Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco | Jonas Schievink | -16/+7 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -58/+102 |
| 2020-11-15 | Re-enable LLVM 9 target features with LLVM 9 being the minimum now | DevJPM | -2/+2 |
| 2020-11-15 | Rollup merge of #79013 - jryans:cleanup-use-once-pretty-comment, r=Mark-Simul... | Dylan DPC | -3/+0 |
| 2020-11-15 | Rollup merge of #78993 - petrochenkov:specdash, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-11-15 | Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebank | Dylan DPC | -5/+6 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -8/+7 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -22/+19 |
| 2020-11-15 | Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandry | Dylan DPC | -25/+780 |