| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | Remove extra call to upvar_tys | Aman Arora | -0/+74 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -79/+192 |
| 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 | -492/+428 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -71/+306 |
| 2020-11-29 | args may be passed by value | Ashley Mannix | -4/+4 |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -0/+53 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -492/+428 |
| 2020-11-29 | Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-se | bors | -53/+122 |
| 2020-11-28 | Add test for macro by example syntax in decl macros with only one option | Rune Tynan | -0/+7 |
| 2020-11-29 | Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-... | Dylan DPC | -0/+47 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -0/+17 |
| 2020-11-29 | Rollup merge of #79395 - Havvy:test-move-if, r=Mark-Simulacrum | Dylan DPC | -0/+0 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -7/+7 |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -0/+17 |
| 2020-11-29 | libtest: Make `sed` arguments compatible with apple | Jakob Schikowski | -2/+2 |
| 2020-11-29 | looser regex on local args | Ashley Mannix | -6/+6 |
| 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-28 | Update src/test/rustdoc/decl_macro_priv.rs | Rune Tynan | -0/+1 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -5/+13 |
| 2020-11-27 | Update decl_macro test, add decl_macro_priv test for --document-private-items | Rune Tynan | -3/+15 |
| 2020-11-27 | Add test, fix pub macro impl, compile error | Rune Tynan | -0/+16 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+1 |
| 2020-11-27 | Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomez | bors | -2/+1 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+1 |
| 2020-11-27 | Add tests for doc_keyword feature extension | Guillaume Gomez | -0/+17 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -53/+122 |
| 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 | -13/+13 |
| 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 | -104/+79 |
| 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 |