| Age | Commit message (Expand) | Author | Lines |
| 2024-08-26 | Disable tree traversal optimization that is wrong due to lazy nodes. | Johannes Hostert | -5/+5 |
| 2024-08-26 | Update src/tools/rustbook/Cargo.lock | Eric Huss | -0/+1 |
| 2024-08-26 | Fix "Unwrap block" assist with block modifiers | Chayim Refael Friedman | -3/+55 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -6/+40 |
| 2024-08-26 | const-eval: do not make UbChecks behavior depend on current crate's flags | Ralf Jung | -0/+4 |
| 2024-08-26 | tidy: skip revision llvm-components check for run-make tests | 许杰友 Jieyou Xu (Joe) | -2/+8 |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -33/+17 |
| 2024-08-26 | Add a run-make test for checking that certain `rustc_` crates build on stable | Jakub Beránek | -3/+16 |
| 2024-08-26 | Show lifetime args if there are only error ones | Aleksei Trifonov | -12/+2 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -21/+15 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -166/+815 |
| 2024-08-26 | silence an overreaching clippy lint | Ralf Jung | -0/+1 |
| 2024-08-26 | Merge from rustc | The Miri Cronjob Bot | -3038/+3128 |
| 2024-08-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-26 | Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)... | Chayim Refael Friedman | -16/+183 |
| 2024-08-25 | strip whitespace for ignored tests reason comments | Rémy Rakic | -1/+1 |
| 2024-08-25 | compiletest: implement `needs-lvm-zstd` directive | Rémy Rakic | -1/+111 |
| 2024-08-25 | Auto merge of #129531 - Jarcho:clippyup, r=Manishearth | bors | -2961/+3044 |
| 2024-08-25 | Auto merge of #17960 - duncanawoods:master, r=HKalbasi | bors | -0/+8 |
| 2024-08-25 | Auto merge of #17961 - Veykril:autoderef-alloc, r=Veykril | bors | -26/+60 |
| 2024-08-25 | internal: Don't allocate autoderef steps when not needed | Lukas Wirth | -26/+60 |
| 2024-08-25 | fix: add extra_test_bin_args to test explorer test runner | duncan | -0/+8 |
| 2024-08-25 | Add test for triggering notification after timeout | tiif | -1/+40 |
| 2024-08-25 | Auto merge of #17958 - Veykril:deref-chain-method-completions, r=Veykril | bors | -33/+90 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -33/+90 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -70/+64 |
| 2024-08-25 | Auto merge of #17956 - Veykril:metadata-err, r=Veykril | bors | -52/+60 |
| 2024-08-25 | fix: Fix metadata retrying eating original errors | Lukas Wirth | -52/+60 |
| 2024-08-24 | Rollup merge of #129512 - lolbinarycat:linkchecker-impl-docs, r=ehuss | Trevor Gross | -2/+4 |
| 2024-08-25 | Don't enable the search fast path for short associated functions when a searc... | Chayim Refael Friedman | -0/+4 |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -2961/+3044 |
| 2024-08-24 | Impl PartialEq and Eq for `IndentLevel` | Chayim Refael Friedman | -1/+1 |
| 2024-08-24 | Provide `impl From<ast::TypeOrConstParam> for ast::GenericParam` | Chayim Refael Friedman | -1/+10 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -10/+14 |
| 2024-08-24 | Add helper methods to retrieve `Future::Output` and `Iterator::Item` | Chayim Refael Friedman | -1/+24 |
| 2024-08-24 | Provide `Future::Output` and `Iterator` lang items | Chayim Refael Friedman | -3/+9 |
| 2024-08-24 | Handle associated types that are lang items | Chayim Refael Friedman | -5/+13 |
| 2024-08-24 | Add `gen` modifier to functions | Chayim Refael Friedman | -4/+38 |
| 2024-08-24 | Preserve all spans for closure captures, not just one | Chayim Refael Friedman | -179/+456 |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -33/+33 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -35/+29 |
| 2024-08-24 | Fix few bugs in closure capture computation, and add tests | Chayim Refael Friedman | -3/+291 |
| 2024-08-25 | Add 0 preemption rate flag | tiif | -0/+2 |
| 2024-08-25 | Add 0 preemption rate flag for blocking test and fix comment | tiif | -1/+1 |
| 2024-08-25 | Make blocking_epoll_callback a private function | tiif | -43/+41 |
| 2024-08-25 | Remove thread_id from epoll::thread_ids after timeout | tiif | -13/+9 |
| 2024-08-25 | Fix error introduced by rebase | tiif | -4/+9 |
| 2024-08-25 | Check if the thread is blocked before waking them up | tiif | -1/+13 |
| 2024-08-25 | Change timeout value | tiif | -2/+2 |