about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-446/+1283
2021-07-07Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitorbors-35/+44
2021-07-07Rollup merge of #86717 - rylev:rename, r=nikomatsakisYuki Okushi-35/+44
2021-07-07Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakisbors-101/+81
2021-07-06Auto merge of #86911 - bjorn3:crate_info_refactor, r=petrochenkovbors-198/+165
2021-07-06Fix depnode sizeAman Arora-1/+1
2021-07-06Auto merge of #86636 - wesleywiser:misc_enum_improvements, r=michaelwoeristerbors-100/+49
2021-07-06Make type_implements_trait not a queryAman Arora-100/+80
2021-07-06rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntaxRyan Levick-6/+6
2021-07-06Rename future_prelude_collisions to rust_2021_prelude_collisionsRyan Levick-8/+8
2021-07-06rust_2021_token_prefixesRyan Levick-6/+6
2021-07-06Add s to non_fmt_panicRyan Levick-6/+7
2021-07-06Fix mis-styled codeRyan Levick-1/+4
2021-07-06Rename reserved_prefix lint to reserved_prefixesRyan Levick-6/+6
2021-07-06Add s to FUTURE_PRELUDE_COLLISIONRyan Levick-8/+8
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-6/+9
2021-07-06Rename lintRyan Levick-0/+1
2021-07-06Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt...Ryan Levick-9/+10
2021-07-06Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakisbors-12/+67
2021-07-06Fold LinkerInfo into CrateInfobjorn3-86/+48
2021-07-06Don't store the full LinkerInfo inside Linker implsbjorn3-27/+44
2021-07-06Merge LinkerInfo::to_linker into get_linkerbjorn3-44/+40
2021-07-06Move get_linker to linker.rsbjorn3-93/+96
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-9/+7
2021-07-06Remove unused panic_runtime field from CrateInfobjorn3-5/+0
2021-07-06Auto merge of #86231 - nagisa:nagisa/abi-allowlist, r=petrochenkovbors-435/+263
2021-07-06Move LinkerInfo into CrateInfobjorn3-16/+12
2021-07-06Add missing docs and remove dead codeRyan Levick-5/+11
2021-07-06Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich...bors-203/+132
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-435/+263
2021-07-06Truncate hex stable crate id to 8 characters (32 bits)bjorn3-2/+7
2021-07-06Make tcx.stable_crate_id() fasterbjorn3-2/+6
2021-07-06Revert "Revert "Fix test""bjorn3-8/+5
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-193/+116
2021-07-06Auto merge of #86694 - cjgillot:pmmd, r=petrochenkovbors-40/+32
2021-07-06Store macro parent module in ExpnData.Camille GILLOT-40/+32
2021-07-06Auto merge of #82985 - cjgillot:lint, r=jackh726bors-62/+37
2021-07-05Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkovbors-81/+60
2021-07-05Auto merge of #86891 - JohnTitor:rollup-gy2gan9, r=JohnTitorbors-0/+3
2021-07-06Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obkYuki Okushi-0/+3
2021-07-05Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoeristerbors-87/+140
2021-07-05Deduplicate info.used_crate_source indexingbjorn3-2/+3
2021-07-05Remove LibSourcebjorn3-81/+59
2021-07-05Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514bors-3/+3
2021-07-05Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726bors-1/+1
2021-07-05Rollup merge of #86862 - tmiasko:re-export-SwitchIntEdgeEffects, r=jonas-schi...Yuki Okushi-1/+1
2021-07-05Rollup merge of #86477 - tlyu:e0716-clarification, r=JohnTitorYuki Okushi-2/+4
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-55/+75
2021-07-04Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obkbors-57/+87
2021-07-04Query-ify global limit attribute handlingAaron Hill-87/+120