about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-258/+254
2020-11-28Auto merge of #79507 - jonas-schievink:rollup-e5yeayh, r=jonas-schievinkbors-268/+471
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-12/+26
2020-11-28Rollup merge of #79478 - lukaslueg:peek_mut_docs, r=m-ou-seJonas Schievink-5/+9
2020-11-28Rollup merge of #79476 - bjorn3:sync_cg_clif-2020-11-27, r=bjorn3Jonas Schievink-222/+400
2020-11-28Rollup merge of #79474 - jyn514:query-mode, r=Aaron1011Jonas Schievink-6/+6
2020-11-28Rollup merge of #79460 - bugadani:simplify, r=jonas-schievinkJonas Schievink-14/+5
2020-11-28Rollup merge of #79383 - abdnh:patch-1, r=shepmasterJonas Schievink-2/+2
2020-11-28Rollup merge of #79344 - JRF63:fix_install_script_win, r=Mark-SimulacrumJonas Schievink-1/+5
2020-11-28Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-28Rollup merge of #78853 - calebcartwright:fix-const-block-expr-span, r=spastorinoJonas Schievink-1/+2
2020-11-28Rollup merge of #78086 - poliorcetics:as-placeholder, r=Mark-SimulacrumJonas Schievink-3/+14
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-255/+602
2020-11-28Auto merge of #79353 - cjgillot:procmacro, r=petrochenkovbors-67/+62
2020-11-27Slightly improve code samples in E0591Camelid-12/+26
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+3
2020-11-27Auto merge of #79284 - Nadrieril:constructor-module, r=varkorbors-1636/+1661
2020-11-27Expand docs on Peekable::peek_mutLukas Lueg-5/+9
2020-11-27Bump recursion_limit in rustc_ast_passesAaron Hill-0/+1
2020-11-27Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...bjorn3-222/+400
2020-11-27Encode proc_macro directly.Camille GILLOT-67/+62
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-67/+49
2020-11-27Change comments on types to doc-commentsJoshua Nelson-6/+6
2020-11-27Rename `_match` to `usefulness`Nadrieril-4/+4
2020-11-27Rename `pat_constructor` to `Constructor::from_pat`Nadrieril-63/+63
2020-11-27Move the definitions of the two `Ctxt`s to the topNadrieril-47/+46
2020-11-27Extract everything related to pattern deconstruction to a new moduleNadrieril-1387/+1413
2020-11-27No need to expose `Matrix` internalsNadrieril-1/+6
2020-11-27Disentangle `Fields` and `PatStack`Nadrieril-17/+16
2020-11-27Move `Constructor::apply` to `Fields`Nadrieril-93/+89
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+3
2020-11-27Revert "Use the new component dependency option of the rust-toolchain file"bjorn3-7/+4
2020-11-27Sync from rust c9228570668803e3e6402770d55f23a12c9ae686bjorn3-3/+3
2020-11-27Rustup to rustc 1.50.0-nightly (72da5a9d8 2020-11-26)bjorn3-10/+10
2020-11-27Use the new component dependency option of the rust-toolchain filebjorn3-4/+7
2020-11-27Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri...bors-3/+39
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-3/+28
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-226/+400
2020-11-27Remove intermediate vectors from add_boundsDániel Buga-14/+5
2020-11-27Auto merge of #79433 - calebcartwright:parse-attr-vis, r=petrochenkovbors-2/+4
2020-11-27Auto merge of #78194 - bugadani:generic, r=varkorbors-0/+8
2020-11-26Use custom macro instead of printlnAaron Hill-141/+152
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-60/+447
2020-11-26Rebase fallout.Camille GILLOT-0/+6
2020-11-26Skip most of create_substs_for_ast_path if type is not genericDániel Buga-0/+8
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-39/+39
2020-11-26Add additional semicolon testAaron Hill-108/+126
2020-11-26Only eat semicolons for statements that need themAaron Hill-8/+2
2020-11-26Properly handle attributes on statementsAaron Hill-186/+484
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-3/+85