about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-14Fix #107998, avoid ICE when the generic_span is emptyyukang-1/+9
2023-02-14Don't ICE in might_permit_raw_init if reference is polymorphicMichael Goulet-2/+7
2023-02-13Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=...Matthias Krüger-16/+17
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-28/+39
2023-02-13Make can_eq and can_sub return booleansMichael Goulet-43/+33
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-1/+1
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-16/+17
2023-02-13Implement repeat_while_none for both SearchGraph and EvalCtxtSantiago Pastorino-24/+38
2023-02-13Extract try_move_finished_goal_to_global_cache from try_finalize_goalSantiago Pastorino-23/+34
2023-02-13Make Ok value of repeat_while_none more generalSantiago Pastorino-28/+32
2023-02-13Typo.Camille GILLOT-3/+3
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-991/+1174
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-28/+39
2023-02-13fix: Unexpected trait bound not satisfied in HRTByifei-1/+46
2023-02-13Rollup merge of #107986 - lcnr:layout-placeholder, r=petrochenkovMatthias Krüger-5/+2
2023-02-13Rollup merge of #107935 - petrochenkov:attreorder, r=michaelwoeristerMatthias Krüger-311/+307
2023-02-13Rollup merge of #107931 - cjgillot:issue-107353, r=WaffleLapkinMatthias Krüger-1/+6
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-6/+71
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-86/+90
2023-02-13Move folding and visiting traits into type libraryAlan Egerton-755/+805
2023-02-13Make atomic structural impls generic over InternerAlan Egerton-54/+82
2023-02-13Make folding traits generic over the InternerAlan Egerton-129/+159
2023-02-13Make visiting traits generic over the InternerAlan Egerton-102/+118
2023-02-13Constrain Interners to be SizedAlan Egerton-1/+1
2023-02-13Project Binder and Predicate from Interner traitAlan Egerton-0/+4
2023-02-13Move TypeVisitableExt from ir moduleAlan Egerton-130/+127
2023-02-13Workaround issue #107747Alan Egerton-3/+17
2023-02-13Split TypeVisitableExt from TypeVisitableAlan Egerton-11/+5
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-181/+197
2023-02-13Move folding & visiting traits to ir submodulesAlan Egerton-292/+322
2023-02-13layout: deal with placeholders, ICE on bound typeslcnr-5/+2
2023-02-13Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errorsbors-94/+153
2023-02-12Add sanitizer support for modern iOS platformsKeith Smiley-6/+15
2023-02-13Avoid interning empty tuples.Nicholas Nethercote-2/+2
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-62/+72
2023-02-13Pre-intern some commonly used type variables.Nicholas Nethercote-30/+79
2023-02-12only require sub type relation on field projection typesb-naber-4/+17
2023-02-12Enable #[thread_local] on armv6k-nintendo-3dsIan Chamberlain-2/+1
2023-02-12Rollup merge of #107748 - tshepang:renamed, r=cuviperMatthias Krüger-1/+1
2023-02-13resolve: Fix doc links referring to other crates when documenting proc macro ...Vadim Petrochenkov-1/+6
2023-02-13rustc_resolve: Remove `Resolver::clone_output`Vadim Petrochenkov-79/+18
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-74/+66
2023-02-12rename query and use `NoSolution`Boxy-6/+9
2023-02-12Enable CopyProp by default, tune the impl a bitBen Kimock-6/+42
2023-02-12Auto merge of #107643 - Zoxc:single-cache, r=cjgillotbors-4/+50
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-3/+1
2023-02-12Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkovbors-110/+59
2023-02-12Suggest the correct array length on mismatchclubby789-0/+65
2023-02-11make `relate`'s const ty assertion use semantic equalityBoxy-22/+56
2023-02-11Create a single value cache for the () query keyJohn Kåre Alsaker-4/+50