about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-10Rollup merge of #120719 - compiler-errors:no-dyn-atb, r=lcnrMatthias Krüger-429/+91
2024-02-10Rollup merge of #117614 - RalfJung:static-mut-refs, r=davidtwco,oli-obkMatthias Krüger-77/+46
2024-02-10Auto merge of #120771 - oli-obk:useless_non_ensure_query_call, r=davidtwcobors-2/+2
2024-02-10Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obkbors-261/+704
2024-02-10Auto merge of #120721 - onur-ozkan:incorrect-llvm-path-on-cross-target, r=alb...bors-3/+24
2024-02-10Remove unused fnMichael Goulet-6/+0
2024-02-10Add a helpful suggestionMichael Goulet-57/+43
2024-02-10No more associated type bounds in dyn traitMichael Goulet-373/+55
2024-02-10Auto merge of #120862 - matthiaskrgr:rollup-jzfab58, r=matthiaskrgrbors-524/+565
2024-02-10Rollup merge of #120853 - blyxyas:no-collect, r=cjgillotMatthias Krüger-6/+3
2024-02-10Rollup merge of #120850 - petrochenkov:empimpres, r=cjgillotMatthias Krüger-1/+26
2024-02-10Rollup merge of #120846 - petrochenkov:jobs, r=oli-obkMatthias Krüger-5/+8
2024-02-10Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkovMatthias Krüger-22/+2
2024-02-10Rollup merge of #120596 - GuillaumeGomez:jump-to-def-non-local-link, r=notrid...Matthias Krüger-79/+219
2024-02-10Rollup merge of #120584 - compiler-errors:u, r=lcnrMatthias Krüger-411/+307
2024-02-09Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgrbors-872/+4726
2024-02-09Move some testsCaio-22/+2
2024-02-09tidyblyxyas-4/+1
2024-02-09Rollup merge of #120851 - carols10cents:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+0
2024-02-09Rollup merge of #120844 - compiler-errors:async-di, r=oli-obkMatthias Krüger-7/+25
2024-02-09Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwUMatthias Krüger-128/+388
2024-02-09Rollup merge of #120827 - DianQK:docker-run-local, r=KobzolMatthias Krüger-3/+4
2024-02-09Rollup merge of #120822 - gurry:120756-terse-non-prim-cast-diag, r=petrochenkovMatthias Krüger-4/+110
2024-02-09Rollup merge of #120815 - camsteffen:inspect-docs, r=m-ou-seMatthias Krüger-7/+16
2024-02-09Rollup merge of #120806 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-609/+3874
2024-02-09Rollup merge of #120790 - onur-ozkan:better-error-message, r=wesleywiserMatthias Krüger-2/+4
2024-02-09Rollup merge of #120776 - joboet:move_pal_path, r=ChrisDentonMatthias Krüger-51/+24
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-59/+148
2024-02-09Rollup merge of #120351 - Ayush1325:uefi-time, r=m-ou-seMatthias Krüger-1/+133
2024-02-09Avoid a collection and iteration on empty passesblyxyas-6/+6
2024-02-09Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-618/+485
2024-02-09Remove duplicate release noteCarol (Nichols || Goulding)-1/+0
2024-02-09ast_lowering: Fix regression in `use ::{}` imports.Vadim Petrochenkov-1/+26
2024-02-09Update jobserver-rs to 0.1.28Vadim Petrochenkov-5/+8
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-7/+25
2024-02-09Improve Option::inspect docsCameron Steffen-7/+16
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-839/+673
2024-02-09Rollup merge of #120831 - Nikokrock:pr/disappearing_startup_objects, r=onur-o...Matthias Krüger-0/+2
2024-02-09Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obkMatthias Krüger-42/+65
2024-02-09Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obkMatthias Krüger-12/+73
2024-02-09Rollup merge of #120809 - reitermarkus:generic-nonzero-constructors, r=NilstriebMatthias Krüger-3/+1
2024-02-09Rollup merge of #120704 - amandasystems:silly-region-name-rewrite, r=compiler...Matthias Krüger-27/+31
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-166/+89
2024-02-09Rollup merge of #120308 - utkarshgupta137:duration-opt, r=m-ou-seMatthias Krüger-7/+12
2024-02-09Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkovMatthias Krüger-582/+400
2024-02-09Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obkbors-1252/+1439
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-31/+55
2024-02-09hide impls if trait bound is proven from envlcnr-128/+382
2024-02-09Add regression test for non local items link generationGuillaume Gomez-0/+15
2024-02-09Correctly generate path for non-local items in source code pagesGuillaume Gomez-64/+165