about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-25Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errorsbors-108/+236
2022-08-25Auto merge of #100436 - jyn514:macro-query-system, r=cjgillotbors-113/+120
2022-08-25Auto merge of #100977 - JohnTitor:rollup-8hc7rxh, r=JohnTitorbors-1356/+2522
2022-08-24Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obkbors-49/+14
2022-08-25Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3Yuki Okushi-1259/+2293
2022-08-25Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da...Yuki Okushi-62/+156
2022-08-25Rollup merge of #100780 - wonchulee:translation_save_analysis, r=davidtwcoYuki Okushi-1/+33
2022-08-25Rollup merge of #100188 - chenyukang:fix-issue-100165, r=estebankYuki Okushi-10/+15
2022-08-25Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli...Yuki Okushi-2/+19
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-22/+6
2022-08-24Auto merge of #100963 - matthiaskrgr:rollup-pjr0lb3, r=matthiaskrgrbors-103/+138
2022-08-24Rustfmtbjorn3-1/+2
2022-08-24Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3bors-23/+57
2022-08-24Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...bjorn3-1259/+2292
2022-08-24Rollup merge of #100940 - TaKO8Ki:do-not-suggest-adding-bound-to-opaque-type,...Matthias Krüger-0/+3
2022-08-24Rollup merge of #100919 - sanxiyn:parallel-liveness, r=oli-obkMatthias Krüger-60/+51
2022-08-24Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwcoMatthias Krüger-2/+17
2022-08-24Rollup merge of #100901 - TaKO8Ki:make-some-methods-private, r=sanxiynMatthias Krüger-2/+3
2022-08-24Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,...Matthias Krüger-19/+39
2022-08-24Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a...Matthias Krüger-2/+7
2022-08-24Rollup merge of #99993 - petrochenkov:linkdated, r=bjorn3Matthias Krüger-18/+18
2022-08-23get rid of another unnecessary lifetime macro argumentJoshua Nelson-12/+12
2022-08-23Move most of `make_query` into a generic function, away from the macroJoshua Nelson-42/+56
2022-08-24do not suggest adding a bound to a opaque typeTakayuki Maeda-1/+5
2022-08-23Get rid of some usages of `query_keys`Joshua Nelson-7/+6
2022-08-23Remove `$tcx` metavariable from `rustc_query_append`Joshua Nelson-55/+49
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-22/+6
2022-08-23Auto merge of #100675 - Xiretza:fluent-mandate-crate-prefix, r=davidtwcobors-10/+22
2022-08-23sugg: take into count the debug formattingVincenzo Palazzo-2/+7
2022-08-24errors: `IntoDiagnosticArg` for `io::Error`/pathsDavid Wood-0/+14
2022-08-24save_analysis: Migrate diagnosticsWonchul Lee-1/+19
2022-08-23Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexingChayim Refael Friedman-2/+17
2022-08-23Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc...Dylan DPC-14/+16
2022-08-23Rollup merge of #100907 - Nilstrieb:unrachable-typo-lol, r=Dylan-DPCDylan DPC-1/+1
2022-08-23Rollup merge of #100857 - camsteffen:query-parse-refactor, r=davidtwcoDylan DPC-260/+125
2022-08-23Rollup merge of #100851 - Alexendoo:rpf-width-prec-spans, r=fee1-deadDylan DPC-65/+84
2022-08-23Rollup merge of #100768 - Facel3ss1:plugin-impl-translation, r=davidtwcoDylan DPC-11/+34
2022-08-23Rollup merge of #100368 - chenyukang:fix-100321, r=lcnrDylan DPC-12/+11
2022-08-23Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiynDylan DPC-19/+36
2022-08-23Rollup merge of #99249 - cjgillot:no-reparse-fn, r=fee1-deadDylan DPC-168/+83
2022-08-23Use CRATE_HIR_ID and CRATE_DEF_ID for obligations from foreign cratesSantiago Pastorino-11/+13
2022-08-23Do not use unneeded extra errors variableSantiago Pastorino-2/+1
2022-08-23Permit negative impls coherence to take advantage of implied boundsSantiago Pastorino-8/+26
2022-08-23Move InferCtxtExt to rustc_trait_selectionSantiago Pastorino-8/+9
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-60/+51
2022-08-23parser will not give wrong help message for 'public'yukang-10/+15
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-12/+12
2022-08-23Add some useful comments to `LitKind`.Nicholas Nethercote-2/+4
2022-08-23Fix typo in UnreachablePropnils-1/+1
2022-08-23Rollup merge of #100887 - eholk:codegen_call_terminator-cleanup, r=fee1-deadMatthias Krüger-47/+44