| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Fix sorting order for tokens in hover | Lukas Wirth | -13/+15 |
| 2024-08-22 | Auto merge of #17942 - HKalbasi:fp-const-eval, r=HKalbasi | bors | -3/+102 |
| 2024-08-22 | Auto merge of #3835 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJung | bors | -21/+24 |
| 2024-08-22 | Revert "compiletest: use `std::fs::remove_dir_all` now that it is available" | 许杰友 Jieyou Xu (Joe) | -2/+25 |
| 2024-08-22 | Revert "bootstrap: fix clean's `remove_dir_all` implementation" | 许杰友 Jieyou Xu (Joe) | -15/+78 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -4/+74 |
| 2024-08-22 | Consider interleaving hover kinds | Lukas Wirth | -84/+95 |
| 2024-08-22 | Auto merge of #3834 - sun-jacobi:tb-comment, r=RalfJung | bors | -1/+1 |
| 2024-08-22 | Avoid extra copy by using `retain_mut` and moving the deletion into the closure | Johannes Hostert | -21/+24 |
| 2024-08-22 | Sort hover results by relevance | Lukas Wirth | -6/+18 |
| 2024-08-22 | Thread file id through descension API for semantic highlighting | Lukas Wirth | -75/+117 |
| 2024-08-22 | Rename macro descension functions | Lukas Wirth | -19/+16 |
| 2024-08-22 | rewrite x86_64-fortanix-unknown-sgx-lvi to rmake | Oneirical | -94/+105 |
| 2024-08-22 | fix a misleading comment in TB tests | sun-jacobi | -1/+1 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -103/+66 |
| 2024-08-22 | Remove DescendPreference::SameKind | Lukas Wirth | -37/+53 |
| 2024-08-22 | llvm 20: adapt integer comparison tests | Krasimir Georgiev | -22/+41 |
| 2024-08-22 | Implement floating point casts in const eval | hkalbasi | -3/+102 |
| 2024-08-22 | Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJung | bors | -47/+74 |
| 2024-08-22 | Make Tree Borrows Provenance GC no longer produce stack overflows | Johannes Hostert | -47/+74 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -2/+48 |
| 2024-08-22 | Auto merge of #129338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-22 | Drop MacroInputKind | Lukas Wirth | -74/+24 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -229/+304 |
| 2024-08-22 | feat(core): Make `unbounded_shl{l,r}` unstably const and remove `rustc_allow_... | Connor Horman | -4/+4 |
| 2024-08-22 | Auto merge of #3832 - RalfJung:epoll-test, r=oli-obk | bors | -24/+4 |
| 2024-08-22 | Auto merge of #17939 - ShoyuVanilla:maybe-sized-fix, r=Veykril | bors | -0/+4 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -85/+204 |
| 2024-08-22 | Update RELEASES.md | apiraino | -2/+2 |
| 2024-08-22 | Update `compiler_builtins` to `0.1.120` | Amjad Alsharafi | -4/+4 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -257/+92 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -20/+50 |
| 2024-08-22 | Rollup merge of #129388 - cjgillot:region-def-id, r=compiler-errors | Matthias Krüger | -39/+19 |
| 2024-08-22 | Rollup merge of #129387 - Zalathar:python-apologia, r=jieyouxu | Matthias Krüger | -3/+18 |
| 2024-08-22 | Rollup merge of #129382 - tgross35:once-cell-const-into-inner, r=Noratrieb | Matthias Krüger | -1/+2 |
| 2024-08-22 | Rollup merge of #129376 - ChaiTRex:assert_unsafe_precondition_check_language_... | Matthias Krüger | -1/+1 |
| 2024-08-22 | Rollup merge of #129374 - ChaiTRex:digit_unchecked_assert_unsafe_precondition... | Matthias Krüger | -3/+7 |
| 2024-08-22 | Rollup merge of #129373 - samitolvanen:cfi-module-flags, r=compiler-errors | Matthias Krüger | -0/+83 |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -18/+24 |
| 2024-08-22 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-22 | document `miri` and `cargo-miri` in `build.tools` | onur-ozkan | -0/+1 |
| 2024-08-22 | do not build `cargo-miri` by default on stable channel | onur-ozkan | -1/+1 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -368/+987 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -20/+50 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -39/+19 |
| 2024-08-22 | Advise against removing `run-make/libtest-junit/validate_junit.py` | Zalathar | -0/+10 |
| 2024-08-22 | Rename `foo.py` to `my_gdb_script.py` | Zalathar | -2/+2 |
| 2024-08-22 | Explain the `run-make/debugger-visualizer-dep-info` Python script | Zalathar | -1/+6 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -55/+58 |
| 2024-08-22 | fix(core): Use correct operations/values in `unbounded_shr` doctests | Connor Horman | -2/+2 |