about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-22Fix sorting order for tokens in hoverLukas Wirth-13/+15
2024-08-22Auto merge of #17942 - HKalbasi:fp-const-eval, r=HKalbasibors-3/+102
2024-08-22Auto merge of #3835 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJungbors-21/+24
2024-08-22Revert "compiletest: use `std::fs::remove_dir_all` now that it is available"许杰友 Jieyou Xu (Joe)-2/+25
2024-08-22Revert "bootstrap: fix clean's `remove_dir_all` implementation"许杰友 Jieyou Xu (Joe)-15/+78
2024-08-22Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxubors-4/+74
2024-08-22Consider interleaving hover kindsLukas Wirth-84/+95
2024-08-22Auto merge of #3834 - sun-jacobi:tb-comment, r=RalfJungbors-1/+1
2024-08-22Avoid extra copy by using `retain_mut` and moving the deletion into the closureJohannes Hostert-21/+24
2024-08-22Sort hover results by relevanceLukas Wirth-6/+18
2024-08-22Thread file id through descension API for semantic highlightingLukas Wirth-75/+117
2024-08-22Rename macro descension functionsLukas Wirth-19/+16
2024-08-22rewrite x86_64-fortanix-unknown-sgx-lvi to rmakeOneirical-94/+105
2024-08-22fix a misleading comment in TB testssun-jacobi-1/+1
2024-08-22Fully remove old macro descension APILukas Wirth-103/+66
2024-08-22Remove DescendPreference::SameKindLukas Wirth-37/+53
2024-08-22llvm 20: adapt integer comparison testsKrasimir Georgiev-22/+41
2024-08-22Implement floating point casts in const evalhkalbasi-3/+102
2024-08-22Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJungbors-47/+74
2024-08-22Make Tree Borrows Provenance GC no longer produce stack overflowsJohannes Hostert-47/+74
2024-08-22Fix handling of macro arguments within the `dropping_copy_types lintUrgau-2/+48
2024-08-22Auto merge of #129338 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-08-22Drop MacroInputKindLukas Wirth-74/+24
2024-08-22Remove DescendPreference::SameTextLukas Wirth-229/+304
2024-08-22feat(core): Make `unbounded_shl{l,r}` unstably const and remove `rustc_allow_...Connor Horman-4/+4
2024-08-22Auto merge of #3832 - RalfJung:epoll-test, r=oli-obkbors-24/+4
2024-08-22Auto merge of #17939 - ShoyuVanilla:maybe-sized-fix, r=Veykrilbors-0/+4
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-85/+204
2024-08-22Update RELEASES.mdapiraino-2/+2
2024-08-22Update `compiler_builtins` to `0.1.120`Amjad Alsharafi-4/+4
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-257/+92
2024-08-22Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errorsMatthias Krüger-20/+50
2024-08-22Rollup merge of #129388 - cjgillot:region-def-id, r=compiler-errorsMatthias Krüger-39/+19
2024-08-22Rollup merge of #129387 - Zalathar:python-apologia, r=jieyouxuMatthias Krüger-3/+18
2024-08-22Rollup merge of #129382 - tgross35:once-cell-const-into-inner, r=NoratriebMatthias Krüger-1/+2
2024-08-22Rollup merge of #129376 - ChaiTRex:assert_unsafe_precondition_check_language_...Matthias Krüger-1/+1
2024-08-22Rollup merge of #129374 - ChaiTRex:digit_unchecked_assert_unsafe_precondition...Matthias Krüger-3/+7
2024-08-22Rollup merge of #129373 - samitolvanen:cfi-module-flags, r=compiler-errorsMatthias Krüger-0/+83
2024-08-22Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro...Matthias Krüger-18/+24
2024-08-22Update cargoWeihang Lo-0/+0
2024-08-22document `miri` and `cargo-miri` in `build.tools`onur-ozkan-0/+1
2024-08-22do not build `cargo-miri` by default on stable channelonur-ozkan-1/+1
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-368/+987
2024-08-22Pretty-print own args of existential projectionsLeón Orell Valerian Liehr-20/+50
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-39/+19
2024-08-22Advise against removing `run-make/libtest-junit/validate_junit.py`Zalathar-0/+10
2024-08-22Rename `foo.py` to `my_gdb_script.py`Zalathar-2/+2
2024-08-22Explain the `run-make/debugger-visualizer-dep-info` Python scriptZalathar-1/+6
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-55/+58
2024-08-22fix(core): Use correct operations/values in `unbounded_shr` doctestsConnor Horman-2/+2