about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-01Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query.Michael Woerister-4/+3
2023-03-01Print NewPM passesNikita Popov-16/+2
2023-03-01Remove pass initialization codeNikita Popov-22/+0
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-225/+231
2023-02-28Fix the ffi_unwind_calls lint documentationEric Huss-7/+2
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-28restore unaddressed FIXMENathan Fenner-0/+1
2023-02-28Fix error spans for arguments to tuple enum constructorsNathan Fenner-6/+13
2023-02-28Shift vars for default RPITIT methods correctlyMichael Goulet-1/+24
2023-02-28Update header commentRune Tynan-3/+3
2023-02-28Make zeroed return an OptionRune Tynan-13/+8
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-28Explain compile-time vs run-time difference in env!() error messageKornel-10/+30
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-27Point error span at Some constructor argument when trait resolution failsNathan Fenner-4/+10
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-28Deny capturing late-bound non-lifetime param in anon constMichael Goulet-5/+83
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
2023-02-28Remove issue number for `link_cfg`clubby789-2/+2
2023-02-27Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obkbors-207/+220
2023-02-27Do not grow `assignment_order` needlessly.Camille GILLOT-2/+5
2023-02-27Special case deref projections in SsaVisitor.Camille GILLOT-14/+35
2023-02-27Update MIR doc.Camille GILLOT-4/+0
2023-02-27Implement checked Shl/Shr at MIR building.Camille GILLOT-77/+75
2023-02-27Auto merge of #108538 - matthiaskrgr:rollup-vw6h5ea, r=matthiaskrgrbors-198/+156
2023-02-27Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-...Matthias Krüger-2/+6
2023-02-27Rollup merge of #108523 - TaKO8Ki:avoid-str-to-string-conversions, r=NilstriebMatthias Krüger-3/+3