| Age | Commit message (Expand) | Author | Lines |
| 2020-11-20 | needs -> might need | Ralf Jung | -6/+6 |
| 2020-11-20 | adjust union access unsafety check logic to take into account Deref and the a... | Ralf Jung | -9/+54 |
| 2020-11-20 | consider assignments of union field of ManuallyDrop type safe | Ralf Jung | -28/+4 |
| 2020-11-18 | Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor | bors | -57/+176 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -17/+30 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -1/+11 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -17/+30 |
| 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 #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -4/+22 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -2/+1630 |
| 2020-11-16 | Add a test for foreign empty enums | Nadrieril | -48/+102 |
| 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 | improve error message for const ty param mismatch | Bastian Kauschke | -195/+119 |
| 2020-11-16 | Apply suggestions from code review | Nadrieril | -2/+2 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -43/+210 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -8/+14 |
| 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 | -1/+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/+22 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+0 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -129/+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/+0 |
| 2020-11-13 | Log closure as well | Aman Arora | -215/+716 |
| 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 #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelix | Guillaume Gomez | -0/+16 |
| 2020-11-12 | Normalize function type during validation | Tomasz Miąsko | -8/+14 |
| 2020-11-12 | stability: More precise location for deprecation lint on macros | Vadim Petrochenkov | -1/+11 |
| 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 | -63/+410 |
| 2020-11-12 | cg: add explicit test for const param promotion | Bastian Kauschke | -0/+11 |
| 2020-11-12 | Handle empty matches cleanly | Nadrieril | -38/+57 |
| 2020-11-12 | Add tests | Nadrieril | -42/+88 |
| 2020-11-12 | check mir exists before validation; fix tests | Vishnunarayan K I | -89/+18 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -40/+8 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -0/+16 |
| 2020-11-12 | extend min_const_generics param ty tests | Bastian Kauschke | -5/+94 |
| 2020-11-12 | check `Drop` specialization of const params | Bastian Kauschke | -28/+61 |
| 2020-11-12 | move dropck tests from ui -> ui/dropck | Bastian Kauschke | -0/+0 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -1/+0 |