| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | Fix error in the timeout value error message | tiif | -1/+1 |
| 2024-08-25 | Rename event to events | tiif | -2/+2 |
| 2024-08-25 | Pass dest place reference to epoll_wait | tiif | -5/+6 |
| 2024-08-25 | Improve comment | byt | -1/+1 |
| 2024-08-25 | Support blocking for epoll | tiif | -40/+239 |
| 2024-08-24 | update the doc comment on lintchecker b/c it parses html now | binarycat | -2/+4 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -2/+2 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -33/+33 |
| 2024-08-24 | Handle edge case for epoll_ctl | tiif | -24/+105 |
| 2024-08-24 | Auto merge of #3836 - tiif:einval_ctl, r=oli-obk | bors | -0/+21 |
| 2024-08-24 | epoll: Add EINVAL case | tiif | -0/+21 |
| 2024-08-24 | Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJung | bors | -1/+12 |
| 2024-08-24 | fix calling pipe, pipe2, socketpair with a pointer-to-array | Ralf Jung | -1/+12 |
| 2024-08-23 | Include buildfile path in watcher list | Wilfred Hughes | -0/+17 |
| 2024-08-23 | Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxu | bors | -1/+2 |
| 2024-08-24 | fix: Wrong `Self: Sized` predicate for trait assoc items | Shoyu Vanilla | -8/+32 |
| 2024-08-23 | rewrite libtest-thread-limit to rmake | Oneirical | -1/+2 |
| 2024-08-23 | Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykril | bors | -4/+619 |
| 2024-08-23 | Auto merge of #17946 - Veykril:flycheck-crates-for, r=Veykril | bors | -22/+26 |
| 2024-08-23 | internal: Don't requery crates_for for flycheck when crates are known | Lukas Wirth | -22/+26 |
| 2024-08-23 | Auto merge of #17936 - Veykril:module_path, r=Veykril | bors | -71/+278 |
| 2024-08-23 | Auto merge of #17927 - ChayimFriedman2:speedup-new-usages, r=Veykril | bors | -80/+707 |
| 2024-08-23 | Remove incorrect FIXME comment | Lukas Wirth | -1/+0 |
| 2024-08-23 | Auto merge of #17912 - alibektas:cargo_check_on_binary, r=Veykril | bors | -22/+69 |
| 2024-08-23 | Rollup merge of #129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-08-23 | Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxu | Matthias Krüger | -2/+9 |
| 2024-08-23 | Fix a missing import in a doc in run-make-support | Pavel Grigorenko | -0/+1 |
| 2024-08-22 | Auto merge of #129413 - jieyouxu:revert-remove-dir-all, r=compiler-errors | bors | -2/+25 |
| 2024-08-22 | Apply changes | Ali Bektas | -35/+51 |
| 2024-08-22 | Auto merge of #129410 - RalfJung:miri-sync, r=RalfJung | bors | -86/+658 |
| 2024-08-22 | Add cov_marks to test #17927 | Chayim Refael Friedman | -0/+19 |
| 2024-08-22 | Speed up search for short associated functions, especially very common identi... | Chayim Refael Friedman | -80/+657 |
| 2024-08-22 | When descending into macros in search, first check if there is a need to - i.... | Chayim Refael Friedman | -0/+31 |
| 2024-08-22 | Auto merge of #17943 - Veykril:diags, r=Veykril | bors | -3/+4 |
| 2024-08-22 | Improve proc-macro panic message and workspace loading failure diagnostic | Lukas Wirth | -3/+4 |
| 2024-08-22 | Auto merge of #17898 - Veykril:descend-2.0, r=Veykril | bors | -419/+487 |
| 2024-08-22 | Fix sorting order for tokens in hover | Lukas Wirth | -13/+15 |
| 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 | Consider interleaving hover kinds | Lukas Wirth | -84/+95 |
| 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 | -2/+9 |
| 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 | 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 |