about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-11-28Don't store `ty` and `span` in `IntRange`Nadrieril-66/+56
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-29/+12
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-127/+217
2020-11-28Auto merge of #79353 - cjgillot:procmacro, r=petrochenkovbors-67/+62
2020-11-27Auto merge of #79284 - Nadrieril:constructor-module, r=varkorbors-1636/+1661
2020-11-27Bump recursion_limit in rustc_ast_passesAaron Hill-0/+1
2020-11-27Encode proc_macro directly.Camille GILLOT-67/+62
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-27Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri...bors-2/+37
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-3/+18
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-117/+315
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-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-28/+101
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-10/+10
2020-11-26Only eat semicolons for statements that need themAaron Hill-2/+1
2020-11-26Properly handle attributes on statementsAaron Hill-112/+187
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-3/+35
2020-11-26Use visitor for its very purpose.Camille GILLOT-13/+3
2020-11-26Formatting.Camille GILLOT-10/+14
2020-11-26Remove ForeignMod struct.Camille GILLOT-80/+64
2020-11-26Store ForeignItem in a side table.Camille GILLOT-37/+251
2020-11-26rustc_parse: restore pub vis on parse_attributeCaleb Cartwright-2/+4
2020-11-26Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearthbors-6/+13
2020-11-26Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievinkbors-316/+394
2020-11-26Rollup merge of #79428 - camelid:fixup-compiler-docs, r=davidtwcoJonas Schievink-12/+12
2020-11-26Rollup merge of #79421 - camelid:_match-docs-fmt, r=petrochenkovJonas Schievink-22/+31
2020-11-26Rollup merge of #79402 - bugadani:typos, r=matthewjasperJonas Schievink-2/+2
2020-11-26Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiserJonas Schievink-148/+221
2020-11-26Rollup merge of #79362 - cjgillot:relou, r=oli-obkJonas Schievink-45/+7
2020-11-26Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiserJonas Schievink-82/+94
2020-11-26Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkorJonas Schievink-5/+27
2020-11-26Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obkbors-1/+3
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-2/+37
2020-11-25Resolve inference variables before trying to remove overloaded indexingAaron Hill-1/+3
2020-11-25fix URLs in doc commentRich Kadel-3/+3
2020-11-25Fix docs formatting for `thir::pattern::_match`Camelid-22/+31
2020-11-25Auto merge of #79411 - tmiasko:naked-params, r=Amanieubors-0/+121
2020-11-25Fixup compiler docsCamelid-12/+12
2020-11-25Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rsRich Kadel-1/+1
2020-11-25replace assert with condition and `fatal` errorRich Kadel-1/+3
2020-11-25Fix typosDániel Buga-2/+2