| Age | Commit message (Expand) | Author | Lines |
| 2020-11-17 | Rollup merge of #79130 - lcnr:extend-tes, r=varkor | Mara Bos | -2/+44 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -2/+59 |
| 2020-11-17 | extend macro braces test | Bastian Kauschke | -2/+44 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -2/+59 |
| 2020-11-17 | Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=j... | Mara Bos | -0/+21 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -4/+31 |
| 2020-11-17 | Rollup merge of #78967 - tmiasko:codegen-tests, r=cuviper | Mara Bos | -9/+17 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -2/+1630 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -199/+123 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -37/+11 |
| 2020-11-16 | Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez | Mara Bos | -0/+124 |
| 2020-11-16 | Add test to ensure that "invalid HTML tag" lint isn't fired in code blocks | Guillaume Gomez | -0/+21 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -195/+119 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -43/+210 |
| 2020-11-15 | Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebank | Dylan DPC | -0/+16 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -8/+14 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -39/+219 |
| 2020-11-15 | Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 | Dylan DPC | -0/+22 |
| 2020-11-15 | Rollup merge of #78948 - slanterns:master, r=varkor | Dylan DPC | -0/+7 |
| 2020-11-15 | Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasper | Dylan DPC | -0/+65 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -3/+0 |
| 2020-11-15 | Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkor | Dylan DPC | -1/+1 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -4/+31 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+263 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -0/+124 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -130/+42 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -43/+210 |
| 2020-11-14 | Style nit | Who? Me?! | -1/+1 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -5/+263 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -0/+24 |
| 2020-11-13 | Log closure as well | Aman Arora | -215/+716 |
| 2020-11-13 | Auto merge of #78888 - richkadel:llvm-coverage-tests, r=tmandry | bors | -35/+23 |
| 2020-11-13 | lessen restriction in `check_kind_count` | Bastian Kauschke | -8/+8 |
| 2020-11-13 | refactor: vec_deque ignore-tidy-filelength | C | -1/+1 |
| 2020-11-13 | Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJung | Guillaume Gomez | -0/+11 |
| 2020-11-13 | Rollup merge of #78985 - lcnr:cg-drop-test, r=nikomatsakis | Guillaume Gomez | -28/+61 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+143 |
| 2020-11-13 | Rollup merge of #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelix | Guillaume Gomez | -0/+16 |
| 2020-11-13 | Fix wrong XPath | Alexis Bourget | -4/+6 |
| 2020-11-12 | Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emitted | Guillaume Gomez | -28/+47 |
| 2020-11-12 | Normalize function type during validation | Tomasz Miąsko | -8/+14 |
| 2020-11-12 | ./x.py test --bless | Tomasz Miąsko | -36/+184 |
| 2020-11-12 | Never inline C variadic functions | Tomasz Miąsko | -0/+18 |
| 2020-11-12 | Fix generator inlining by checking for rust-call abi and spread arg | Tomasz Miąsko | -0/+16 |
| 2020-11-12 | Never inline when `no_sanitize` attributes differ | Tomasz Miąsko | -3/+1 |
| 2020-11-12 | Rollup merge of #78987 - lcnr:integer-sizes, r=varkor | Mara Bos | -5/+94 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -64/+411 |
| 2020-11-12 | Rollup merge of #76730 - ebkalderon:rustdoc-fix-mut-args-async-fn, r=tmandry | Mara Bos | -2/+15 |
| 2020-11-12 | cg: add explicit test for const param promotion | Bastian Kauschke | -0/+11 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -2/+7 |