about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-01-29prefer instrumentation over entry/exit tracing statementsOli Scherer-2/+2
2024-01-29interning doesn't check alignment anymroe, because it doesn't do any more pro...Oli Scherer-4/+0
2024-01-25Auto merge of #120335 - matthiaskrgr:rollup-2a0y3rd, r=matthiaskrgrbors-526/+771
2024-01-25Rollup merge of #120325 - cuviper:either-data, r=compiler-errorsMatthias Krüger-3/+3
2024-01-25Rollup merge of #120318 - Nadrieril:share-debug-impl, r=compiler-errorsMatthias Krüger-107/+97
2024-01-25Rollup merge of #120317 - Nadrieril:dont-force-slice-of-ty, r=compiler-errorsMatthias Krüger-19/+24
2024-01-25Rollup merge of #120315 - estebank:issue-102629-2, r=wesleywiserMatthias Krüger-0/+69
2024-01-25Rollup merge of #120292 - Zalathar:dismantle, r=oli-obkMatthias Krüger-212/+178
2024-01-25Rollup merge of #120278 - djkoloski:remove_fatal_warnings_wasm, r=oli-obkMatthias Krüger-7/+1
2024-01-25Rollup merge of #120230 - Urgau:for_scope-single-scope, r=michaelwoeristerMatthias Krüger-5/+18
2024-01-25Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasperMatthias Krüger-128/+165
2024-01-25Rollup merge of #119389 - estebank:issue-116925, r=TaKO8KiMatthias Krüger-45/+195
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-0/+21
2024-01-25Auto merge of #119955 - kamalesh0406:master, r=WaffleLapkinbors-18/+56
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-3/+42
2024-01-25Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillotbors-425/+390
2024-01-24rustc_data_structures: use either instead of itertoolsJosh Stone-3/+3
2024-01-24Improve `Range: Debug` implNadrieril-5/+11
2024-01-24Most of the `DeconstructedPat` `Debug` impl is reusableNadrieril-102/+86
2024-01-24Account for expected `dyn Trait` found `impl Trait`Esteban Küber-0/+20
2024-01-24On E0308 involving `dyn Trait`, mention trait objectsEsteban Küber-0/+49
2024-01-24Let `ctor_sub_tys` return any Iterator they wantNadrieril-19/+24
2024-01-24Rollup merge of #120285 - est31:remove_extra_pound, r=fmeaseLeón Orell Valerian Liehr-1/+1
2024-01-24Rollup merge of #120284 - petrochenkov:typrivisit2, r=oli-obkLeón Orell Valerian Liehr-63/+27
2024-01-24Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiserLeón Orell Valerian Liehr-0/+11
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-1/+68
2024-01-24Rollup merge of #119460 - Zalathar:improper-region, r=wesleywiserLeón Orell Valerian Liehr-1/+34
2024-01-24Correctly explain `ensure_forwards_result_if_red`Oli Scherer-1/+2
2024-01-24Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJungbors-7/+31
2024-01-24Assert that a single scope is passed to `for_scope`Urgau-5/+18
2024-01-24coverage: Flatten the functions for extracting/refining coverage spansZalathar-74/+53
2024-01-24coverage: Dismantle `Instrumentor` into ordinary functionsZalathar-139/+126
2024-01-24Remove extra # from urlest31-1/+1
2024-01-23Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmeasebors-126/+418
2024-01-24privacy: Refactor top-level visiting in `TypePrivacyVisitor`Vadim Petrochenkov-63/+27
2024-01-23Rollup merge of #120261 - estebank:issue-102629, r=wesleywiserLeón Orell Valerian Liehr-17/+109
2024-01-23Rollup merge of #120259 - HTGAzureX1212:HTGAzureX1212/split-diagnostics-uncom...León Orell Valerian Liehr-3/+27
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-4/+18
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-15/+7
2024-01-23Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwULeón Orell Valerian Liehr-18/+20
2024-01-23Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errorsLeón Orell Valerian Liehr-69/+237
2024-01-23Rollup merge of #120280 - tmiasko:is-enabled, r=compiler-errorsLeón Orell Valerian Liehr-6/+2
2024-01-23Rollup merge of #120270 - compiler-errors:randos, r=lcnrLeón Orell Valerian Liehr-87/+53
2024-01-23Rollup merge of #120252 - lcnr:rename-astconv-ty, r=compiler-errorsLeón Orell Valerian Liehr-23/+30
2024-01-23Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiserLeón Orell Valerian Liehr-0/+3
2024-01-23Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwcoLeón Orell Valerian Liehr-0/+4
2024-01-23Move condition enabling the pass to `is_enabled`Tomasz Miąsko-6/+2
2024-01-23Remove --fatal-warnings on wasm targetsDavid Koloski-7/+1
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-3/+16
2024-01-23No need to check min_lengthOli Scherer-1/+1