about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-04tweak debug output and bless testsAli MJ Al-Nasrawy-14/+18
2023-03-04tweak ClosureOutlivesSubjectTyAli MJ Al-Nasrawy-8/+11
2023-03-03ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-0/+30
2023-03-03smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-92/+9
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-34/+62
2023-03-02Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errorsbors-20/+31
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-20/+31
2023-03-02Rollup merge of #108609 - clubby789:e0599-highlight, r=estebankMatthias Krüger-0/+3
2023-03-02Rollup merge of #108575 - compiler-errors:erase, r=estebankMatthias Krüger-2/+4
2023-03-02Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errorsMatthias Krüger-21/+58
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-21/+58
2023-03-01Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPCbors-9/+168
2023-03-01Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errorsDylan DPC-9/+131
2023-03-01Properly implement should_encode_fn_impl_trait_in_trait using new unstable op...Santiago Pastorino-3/+12
2023-03-01Highlight whole expression for E0599clubby789-0/+3
2023-03-01Make associated_item_def_ids for traits use an unstable option to also return...Santiago Pastorino-5/+100
2023-03-01Fix typo in docsSantiago Pastorino-1/+1
2023-03-01Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino-0/+3
2023-03-01Add opt_rpitit_info querySantiago Pastorino-0/+15
2023-03-01Auto merge of #108446 - Zoxc:named-allocs, r=oli-obkbors-2/+8
2023-03-01recover from for-else and while-elsey21-0/+37
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-225/+231
2023-03-01Rollup merge of #108571 - Jesse-Bakker:sorted_index_multi_map_contains_key, r...Matthias Krüger-0/+9
2023-03-01Rollup merge of #108560 - Nilstrieb:infer-cleanup, r=compiler-errorsMatthias Krüger-39/+11
2023-03-01Rollup merge of #108520 - compiler-errors:one-bound-nit, r=jackh726Matthias Krüger-20/+16
2023-03-01Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich...Matthias Krüger-163/+119
2023-03-01Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkinMatthias Krüger-2/+26
2023-03-01Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3Matthias Krüger-0/+39
2023-03-01Rollup merge of #108555 - Zoxc:par-fix, r=cjgillotMatthias Krüger-4/+5
2023-03-01Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obkMatthias Krüger-49/+101
2023-03-01Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obkMatthias Krüger-53/+69
2023-03-01Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errorsMatthias Krüger-17/+13
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-57/+60
2023-02-28Erase **all** regions when probing for associated types in astconvMichael Goulet-2/+4
2023-02-28compiler/rustc_session: fix sysroot detection logic ...liushuyu-1/+11
2023-02-28Add contains_key to SortedIndexMultiMapJesse Bakker-0/+9
2023-02-28micro fmt changesMaybe Waffle-1/+2
2023-02-28Some `infer/mod.rs` cleanupsNilstrieb-39/+11
2023-02-28refactor parse_token_trees to not return unmatched_delimsyukang-30/+29
2023-02-28no need to return unmatched_delims from tokentreesyukang-11/+6
2023-02-28rename unmatched_braces to unmatched_delimsyukang-26/+27
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-8/+9
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-3/+10
2023-02-28Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum...bors-6/+10
2023-02-28Fix a race in the query systemJohn Kåre Alsaker-4/+5
2023-02-28Only look for param in generics if it actually comes from genericsMichael Goulet-49/+101
2023-02-28Auto merge of #106774 - Nugine:master, r=Amanieubors-3/+3
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-53/+69
2023-02-28Remove the `capture_disjoint_fields` featureclubby789-17/+13
2023-02-28Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebankbors-31/+20