| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Fix name resolution of shadowed builtin macro | Chayim Refael Friedman | -1/+33 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -4/+3 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -6/+40 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -0/+4 |
| 2024-08-28 | Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJung | bors | -17/+237 |
| 2024-08-28 | address nits | Johannes Hostert | -15/+26 |
| 2024-08-28 | Auto merge of #17981 - lnicola:proc-macro-cwd, r=Veykril | bors | -2/+2 |
| 2024-08-28 | Add benchmark for TB slowdown | Johannes Hostert | -0/+41 |
| 2024-08-28 | Fix cwd used for proc macro expansion | Laurențiu Nicola | -2/+2 |
| 2024-08-28 | Add test for tokio file io and mpsc | tiif | -9/+72 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -117/+275 |
| 2024-08-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-27 | Auto merge of #3804 - tiif:blockit, r=oli-obk | bors | -64/+316 |
| 2024-08-27 | Make Tree Borrows Provenance GC compact the tree | Johannes Hostert | -17/+185 |
| 2024-08-27 | Add explanation to TB's "piecewise bottom-up" traversal | Johannes Hostert | -44/+111 |
| 2024-08-27 | miri: Remove feature(new_uninit) | Jubilee Young | -5/+0 |
| 2024-08-27 | Rollup merge of #129634 - compiler-errors:tidy-2024, r=albertlarsan68 | Matthias Krüger | -4/+6 |
| 2024-08-27 | Create an assist to convert closure to freestanding fn | Chayim Refael Friedman | -13/+1511 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -3/+5 |
| 2024-08-27 | Make TB tree traversal bottom-up | Johannes Hostert | -270/+237 |
| 2024-08-27 | Auto merge of #17757 - alibektas:toggle_macro_delimiters, r=Veykril | bors | -0/+279 |
| 2024-08-27 | Auto merge of #3847 - JoJoDeveloping:master, r=RalfJung | bors | -5/+59 |
| 2024-08-27 | Fix tests | Lukas Wirth | -23/+23 |
| 2024-08-27 | Add testcase for #3846 | Johannes Hostert | -0/+54 |
| 2024-08-27 | Auto merge of #17974 - lnicola:rm-apache-appendix, r=lnicola | bors | -50/+0 |
| 2024-08-27 | Auto merge of #17973 - Veykril:proc-macro-curr-dir, r=Veykril | bors | -14/+34 |
| 2024-08-27 | Drop Apache license appendices | Laurențiu Nicola | -50/+0 |
| 2024-08-27 | Expand proc-macros in workspace root, not package root | Lukas Wirth | -14/+34 |
| 2024-08-27 | Auto merge of #3849 - RalfJung:tb-test, r=RalfJung | bors | -1/+2 |
| 2024-08-27 | tree_borrows test: ensure we can actually read the variable | Ralf Jung | -1/+2 |
| 2024-08-27 | bless miri test | joboet | -3/+5 |
| 2024-08-27 | set `BOOTSTRAP_SKIP_TARGET_SANITY` in opt-dist before running tests | onur-ozkan | -1/+7 |
| 2024-08-27 | Auto merge of #17970 - ChayimFriedman2:unwrap-unsafe-block, r=Veykril | bors | -3/+55 |
| 2024-08-27 | Auto merge of #3827 - RalfJung:gc-comment, r=RalfJung | bors | -25/+27 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -108/+152 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -278/+71 |
| 2024-08-26 | Fix tidy | Michael Goulet | -4/+6 |
| 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 | 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 |