about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-07-04Replace `const_error` methods with `Const::new_error`Boxy-59/+66
2023-07-04Replace `mk_const` with `Const::new_x` methodsBoxy-134/+219
2023-07-04Auto merge of #113309 - chenyukang:yukang-fix-89640-space, r=Nilstriebbors-0/+16
2023-07-04add testDeadbeef-2/+6
2023-07-04allow host param to be lowercaseDeadbeef-0/+4
2023-07-04enforce context effects in typeckDeadbeef-4/+81
2023-07-04Add effects during lowering for `~const` boundsDeadbeef-17/+121
2023-07-04Add feature and attribute definitionDeadbeef-0/+11
2023-07-04Detect extra space in keyword for better hintyukang-0/+16
2023-07-04`TypeParameterDefinition` always require a `DefId`lcnr-8/+8
2023-07-04Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnrbors-2976/+29
2023-07-04move logic for flags into separate functionBoxy-30/+35
2023-07-04extend commentlcnr-0/+5
2023-07-04change flag nameBoxy-2/+2
2023-07-04reviewsBoxy-8/+8
2023-07-04 -Ztrait-solver=next: stop depending on old solverlcnr-84/+82
2023-07-04Auto merge of #113304 - cuviper:indexmap-2, r=Mark-Simulacrumbors-3/+3
2023-07-04Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorinobors-26/+24
2023-07-04Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebankbors-5/+64
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-71/+17
2023-07-03Remove chalk from the compilerMichael Goulet-2905/+12
2023-07-03Upgrade to indexmap 2.0.0Josh Stone-3/+3
2023-07-03Auto merge of #108611 - davidtwco:issue-94223-external-abi-fn-ptr-in-internal...bors-18/+146
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-17/+1401
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-48/+175
2023-07-03Auto merge of #113293 - GuillaumeGomez:rollup-2395uw0, r=GuillaumeGomezbors-82/+438
2023-07-03Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-e...Guillaume Gomez-5/+9
2023-07-03Helpers for creating EvalCtxts, some commentsMichael Goulet-153/+174
2023-07-03Implement selection in new trait solverMichael Goulet-21/+352
2023-07-03lint: refactor to make logic a bit cleanerDavid Wood-29/+27
2023-07-03lint: stop normalizing types to avoid recur limitsDavid Wood-5/+1
2023-07-03Revert "Suggest `x build library` for a custom toolchain that fails to load `...Nilstrieb-13/+4
2023-07-03lint/ctypes: check other types for ext. fn-ptr tyDavid Wood-1/+63
2023-07-03lint/ctypes: multiple external fn-ptrs in tyDavid Wood-18/+45
2023-07-03abi: avoid ice for non-ffi-safe fn ptrsDavid Wood-4/+6
2023-07-03lint/ctypes: ext. abi fn-ptr in internal abi fnDavid Wood-16/+59
2023-07-03Don't perform selection if IATs are not enabledLeón Orell Valerian Liehr-5/+9
2023-07-03Use Lrc::make_mut instead of Lrc::get_mutThe 8472-10/+4
2023-07-03perform TokenStream replacement in-place when possible in expand_macroThe 8472-5/+19
2023-07-03Auto merge of #113086 - lcnr:rust8, r=compiler-errorsbors-105/+467
2023-07-03rebaselcnr-2/+2
2023-07-03reviewlcnr-16/+27
2023-07-03`deeply_normalize` pass in fulfill cx for old solverlcnr-12/+15
2023-07-03use `deeply_normalize` for `assumed_wf_types`lcnr-52/+111
2023-07-03add a `try_structurally_resolve_type` in coercelcnr-14/+23
2023-07-03add deep normalization via the new solverlcnr-6/+281
2023-07-03add instrument to `register_predicate_obligation`lcnr-0/+1
2023-07-03fix structurally relate for weak aliaseslcnr-11/+15
2023-07-03rename `structurally_resolved_type`lcnr-22/+22
2023-07-03Auto merge of #113271 - matthiaskrgr:rollup-2ik4vaj, r=matthiaskrgrbors-4/+13