| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | 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 | 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 | 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 |
| 2020-11-12 | Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr | Guillaume Gomez | -0/+28 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+954 |
| 2020-11-12 | Rename empty_tuple_assignment to monkey_barrel | Slanterns | -2/+2 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -2/+2 |
| 2020-11-11 | default_trait_param | Ethan Brierley | -0/+14 |
| 2020-11-11 | Add test `default_function_param` | Ethan Brierley | -0/+14 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+61 |
| 2020-11-11 | test: add `()=()=()=...` to weird-exprs.rs | Slanterns | -0/+7 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -63/+410 |
| 2020-11-10 | Rollup merge of #78912 - JulianKnodt:mcg_macro, r=lcnr | Jonas Schievink | -0/+212 |
| 2020-11-10 | Rollup merge of #78898 - SNCPlay42:issue-78892, r=Mark-Simulacrum | Jonas Schievink | -0/+14 |
| 2020-11-10 | Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514 | Jonas Schievink | -4/+4 |
| 2020-11-10 | Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514 | Jonas Schievink | -18/+18 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -100/+218 |
| 2020-11-10 | use check-pass instead of build-pass in consts ui test suits | Daiki Ihara | -4/+4 |
| 2020-11-10 | add cross crate test | Bastian Kauschke | -0/+47 |
| 2020-11-10 | add test for where clauses mentioning const params | Bastian Kauschke | -0/+35 |
| 2020-11-10 | const param in async | Bastian Kauschke | -0/+35 |
| 2020-11-10 | try referencing outer params | Bastian Kauschke | -0/+247 |
| 2020-11-10 | exhaustively enumerate all values of a const param | Bastian Kauschke | -0/+310 |
| 2020-11-10 | add associated type bounds test | Bastian Kauschke | -0/+71 |
| 2020-11-10 | add macro_rules test regarding braces | Bastian Kauschke | -0/+149 |
| 2020-11-10 | Add macro test for min-const-generics | kadmin | -0/+212 |
| 2020-11-10 | add generic param mismatch test | Bastian Kauschke | -0/+38 |
| 2020-11-10 | const param macro test | Bastian Kauschke | -0/+22 |
| 2020-11-09 | Update src/test/ui/issues/issue-76547.rs | Tyler Mandry | -1/+1 |
| 2020-11-09 | add nll compare mode stderr file | Gus Wynn | -0/+20 |