about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-15Auto merge of #106742 - compiler-errors:new-solver-make-it-not-ice, r=lcnrbors-41/+186
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-185/+149
2023-01-15Rollup merge of #106863 - anden3:compiler-double-spaces, r=NilstriebMatthias Krüger-10/+10
2023-01-15Rollup merge of #106859 - tialaramex:master, r=NilstriebMatthias Krüger-0/+16
2023-01-15Rollup merge of #106072 - eopb:dyn-derive, r=estebankMatthias Krüger-1/+7
2023-01-14Improve E0308: suggest user meant to use byte literal, w/ tests and fixNick Lamb-0/+16
2023-01-14Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgrbors-6/+8
2023-01-14Rollup merge of #106849 - WaffleLapkin:unvec, r=NilstriebMatthias Krüger-3/+2
2023-01-14Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebankMatthias Krüger-3/+5
2023-01-14Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8KiMatthias Krüger-0/+1
2023-01-14Auto merge of #106696 - kylematsuda:early-binder, r=lcnrbors-100/+131
2023-01-14Fix some missed double spaces.André Vennberg-4/+4
2023-01-14Removed various double spaces in compiler source comments.André Vennberg-6/+6
2023-01-14Fix `unused_braces` on generic const expr macro callclubby789-0/+1
2023-01-14Deprioritize fulfillment errors that come from expansions.Mara Bos-3/+5
2023-01-14fix: misleading add `dyn` to derive macro suggestionEthan Brierley-1/+7
2023-01-14Rollup merge of #106846 - WaffleLapkin:pico_parse_ref, r=TaKO8KiMatthias Krüger-15/+25
2023-01-14Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errorsMatthias Krüger-22/+87
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+74
2023-01-14Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillotMatthias Krüger-16/+38
2023-01-14Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger-6/+32
2023-01-14Allocate one less vec in `parser/expr.rs`Maybe Waffle-3/+2
2023-01-14Improve comments in `parser/expr.rs`Maybe Waffle-9/+13
2023-01-14Make `LhsExpr::AlreadyParsed` a named structMaybe Waffle-6/+12
2023-01-14Add note when `FnPtr` vs. `FnDef` impl traitkadmin-16/+38
2023-01-14Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrumbors-4/+13
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-24/+28
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-110/+91
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-78/+112
2023-01-14change const_param_default query to return EarlyBinder; remove bound_const_pa...Kyle Matsuda-21/+11
2023-01-14change usages of const_param_default query to bound_const_param_defaultKyle Matsuda-4/+6
2023-01-14add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc...Kyle Matsuda-0/+20
2023-01-14Rollup merge of #106816 - TimNN:rental-remap, r=oli-objYuki Okushi-4/+6
2023-01-14Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-SimulacrumYuki Okushi-1/+1
2023-01-13Rebase conflictsMichael Goulet-7/+7
2023-01-13Consolidate two almost duplicated fn info extraction routinesMichael Goulet-185/+149
2023-01-13Do not incorrectly suggest restricting implied boundsEsteban Küber-13/+35
2023-01-13Update `rental` hack to work with remapped paths.Tim Neumann-4/+6
2023-01-13Keep obligation chain when elaborating obligationsEsteban Küber-4/+29
2023-01-13Elaborate unmet obligations in E0599 for more contextEsteban Küber-5/+23
2023-01-13Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkovMatthias Krüger-1/+5
2023-01-13Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3Matthias Krüger-5/+17
2023-01-13Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholkMatthias Krüger-1/+15
2023-01-13Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebankMatthias Krüger-5/+145
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-17/+157
2023-01-13Rollup merge of #106489 - jschwe:fix_linker_detection, r=petrochenkovMatthias Krüger-1/+10
2023-01-13Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnrMatthias Krüger-14/+150
2023-01-13Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obkMatthias Krüger-4/+72
2023-01-13Improve linker-flavor detectionJonathan Schwender-1/+10
2023-01-13Remove redundant session fieldOli Scherer-1/+5