| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 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 | -9/+7 |
| 2020-11-15 | Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkor | Dylan DPC | -1/+1 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+263 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -146/+44 |
| 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 | -7/+47 |
| 2020-11-13 | Auto merge of #78888 - richkadel:llvm-coverage-tests, r=tmandry | bors | -35/+23 |
| 2020-11-13 | refactor: vec_deque ignore-tidy-filelength | C | -1/+1 |
| 2020-11-13 | Auto merge of #79011 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 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/+154 |
| 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-13 | update clippy test ouput | Vishnunarayan K I | -16/+2 |
| 2020-11-13 | bump version to 1.50.0 | Pietro Albini | -1/+1 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-12 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-13 | Auto merge of #78990 - RalfJung:miri, r=RalfJung | bors | -6/+6 |
| 2020-11-12 | Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emitted | Guillaume Gomez | -28/+47 |
| 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 #78972 - ehuss:update-cargo, r=ehuss | Mara Bos | -0/+0 |
| 2020-11-12 | Rollup merge of #78970 - calebcartwright:update-rustfmt, r=Aaron1011 | Mara Bos | -5/+5 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -72/+443 |
| 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 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+8 |
| 2020-11-12 | update Miri | Ralf Jung | -6/+6 |
| 2020-11-12 | check mir exists before validation; fix tests | Vishnunarayan K I | -90/+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 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -0/+48 |
| 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 | Add tests for rustdoc --check option | Guillaume Gomez | -0/+124 |
| 2020-11-12 | Add --check option to rustdoc | Guillaume Gomez | -0/+11 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -3/+0 |
| 2020-11-12 | Bump the minimal supported LLVM version in the bootstrapping code to 9.0 | DevJPM | -2/+2 |