| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -74/+187 |
| 2020-11-29 | Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkor | bors | -2/+8 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -486/+421 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -71/+215 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -486/+421 |
| 2020-11-29 | Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-se | bors | -9/+68 |
| 2020-11-29 | Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-... | Dylan DPC | -0/+47 |
| 2020-11-29 | Rollup merge of #79395 - Havvy:test-move-if, r=Mark-Simulacrum | Dylan DPC | -0/+0 |
| 2020-11-28 | Auto merge of #79511 - cjgillot:fitem-2, r=lcnr | bors | -0/+12 |
| 2020-11-28 | Correctly detect `usize`/`isize` range overlaps | Nadrieril | -2/+8 |
| 2020-11-28 | Add test for issue #54121: | Julian Wollersberger | -0/+47 |
| 2020-11-28 | Do not visit ForeignItemRef for HIR indexing and validation. | Camille GILLOT | -0/+12 |
| 2020-11-28 | Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnr | Jonas Schievink | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -119/+376 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -5/+13 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -9/+68 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -0/+10 |
| 2020-11-27 | Add test to check that we handle predicates that can define assoc types corre... | Santiago Pastorino | -0/+10 |
| 2020-11-27 | adjust super_predicates_that_define_assoc_type query description | Santiago Pastorino | -18/+20 |
| 2020-11-27 | Bless tests | Santiago Pastorino | -8/+8 |
| 2020-11-27 | Add description on test | Santiago Pastorino | -0/+4 |
| 2020-11-27 | Add test for a still ambiguous scenario | Santiago Pastorino | -0/+26 |
| 2020-11-27 | Avoid ICEing when associated type bound trait is missing | Santiago Pastorino | -0/+26 |
| 2020-11-27 | Fix super_traits_of to consider where bounds | Santiago Pastorino | -0/+21 |
| 2020-11-27 | Add test to check that we do not get a cycle due to resolving `Self::Bar` in ... | Niko Matsakis | -0/+27 |
| 2020-11-27 | Update tests | Santiago Pastorino | -61/+31 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+12 |
| 2020-11-27 | Allow to use super trait bounds in where clauses | Santiago Pastorino | -0/+15 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -26/+26 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -32/+346 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -20/+20 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -6/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -74/+297 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-26 | Bless test. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -18/+18 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -3/+83 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -0/+11 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -0/+11 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -0/+95 |
| 2020-11-25 | add tests | b-naber | -32/+346 |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -4/+524 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -13/+94 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -37/+37 |
| 2020-11-24 | Move src/test/ui/if-*.rs to src/test/expr/if/if-*.rs | Havvy (Ryan Scheel) | -0/+0 |
| 2020-11-24 | Move src/test/ui/if-attrs to src/test/ui/expr/if/attrs | Havvy (Ryan Scheel) | -0/+0 |
| 2020-11-24 | Move src/test/ui/if to src/test/ui/expr/if | Havvy (Ryan Scheel) | -0/+0 |