about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-01Auto merge of #116224 - nnethercote:rustc_arena-overhaul, r=cjgillotbors-73/+51
2023-10-01Remove outdated comment.Camille GILLOT-2/+0
2023-10-01Rename lint pass.Camille GILLOT-7/+7
2023-10-01Do not check for impossible predicates in const-prop lint.Camille GILLOT-37/+0
2023-10-01Use DefKind to check for generator.Camille GILLOT-4/+4
2023-10-01implement major change tracking for the bootstrap configurationonur-ozkan-2/+2
2023-10-01Remove unnecessary `pub`s.Nicholas Nethercote-3/+3
2023-10-01Rename two parsing closures.Nicholas Nethercote-11/+12
2023-10-01Minor comment and whitespace tweaks.Nicholas Nethercote-51/+53
2023-10-01Factor out the two `entry_point_type` functions.Nicholas Nethercote-42/+36
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-6/+9
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-22/+34
2023-10-01Cleanup number literal evaluationNadrieril-91/+102
2023-10-01No need to carry `bias` in `IntRange`Nadrieril-11/+5
2023-10-01Evaluate float consts eagerlyNadrieril-39/+59
2023-09-30add some docs to hooks/mod.rsRalf Jung-0/+5
2023-09-30add span to terminatorouz-a-39/+76
2023-09-30create localdecl and add span to itouz-a-2/+15
2023-09-30Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillotbors-72/+45
2023-09-30dont call mir.post_mono_checks in codegenRalf Jung-79/+21
2023-09-30Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubileebors-24/+128
2023-09-30Fix broken linkscui fliter-3/+3
2023-09-29Rollup merge of #116024 - ouz-a:smir_region, r=oli-obkMatthias Krüger-13/+121
2023-09-29Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errorsMatthias Krüger-28/+39
2023-09-29Remove deleted docs + better link together MIR traversing docsMaybe Waffle-2/+37
2023-09-29Only trigger refine lint on reachable traitsMichael Goulet-2/+6
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-17/+3
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-25/+44
2023-09-29fix(suggestion): insert projection to associated typesbohan-28/+39
2023-09-29specialization: use clauselcnr-37/+23
2023-09-29a small wf and clause cleanuplcnr-64/+58
2023-09-29Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-...Matthias Krüger-32/+57
2023-09-29Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkinMatthias Krüger-8/+4
2023-09-29Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=NilstriebMatthias Krüger-18/+8
2023-09-29Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-deadMatthias Krüger-0/+6
2023-09-29Change `depth` arg to `at_root`.Nicholas Nethercote-3/+3
2023-09-29Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errorsbors-22/+88
2023-09-29Auto merge of #115986 - onur-ozkan:fix-cross-compilation-lto-problem, r=wesle...bors-3/+18
2023-09-29Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errorsbors-186/+64
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-122/+227
2023-09-28Use `and_then` instead of while let chain to clarify `iter` scopeMaybe Waffle-1/+1
2023-09-28Remove unnecessary `&mut/ref mut` pairMaybe Waffle-1/+1
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-32/+57
2023-09-28Don't resolve basic block data in `Postorder`Maybe Waffle-7/+6
2023-09-28`(&mut iter)` -> `iter.by_ref()`Maybe Waffle-1/+1
2023-09-28Simplify `Postorder::next`Maybe Waffle-6/+4
2023-09-28Remove `ReversePostorder` altogetherMaybe Waffle-58/+0
2023-09-28Remove outdated commentMaybe Waffle-2/+1
2023-09-28On type error of closure call argument, point at earlier calls that affected ...Esteban Küber-2/+69
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-135/+6