| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | Fix links in CONTRIBUTING.md | Antoni Boucher | -10/+10 |
| 2025-04-29 | Improve the doc | Antoni Boucher | -2/+2 |
| 2025-04-29 | Use the correct name of the project | Antoni Boucher | -4/+4 |
| 2025-04-29 | Some improvements | Antoni Boucher | -12/+14 |
| 2025-04-29 | Resolve `unnecessary_transmutes` lints | Trevor Gross | -48/+32 |
| 2025-04-29 | modify docs | g4titanx | -66/+58 |
| 2025-04-29 | add contibuting.md | g4titanx | -0/+113 |
| 2025-04-29 | for a more friendly output | Tshepang Mbambo | -2/+6 |
| 2025-04-30 | Use `ThinVec` to shrink `LazyAttrTokenStreamInner`. | Nicholas Nethercote | -5/+7 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -118/+138 |
| 2025-04-29 | Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwU | bors | -33/+47 |
| 2025-04-29 | Merge pull request #2363 from smanilov/patch-1 | Tshepang Mbambo | -13/+12 |
| 2025-04-29 | Also allow bool literals as first item of let chain | Caleb Cartwright | -15/+17 |
| 2025-04-29 | mention provenance in the pointer::wrapping_offset docs | binarycat | -4/+6 |
| 2025-04-29 | Merge PR #2360: Add docs about stabilizing an edition | Travis Cross | -0/+54 |
| 2025-04-29 | transmutability: uninit transition matches unit byte only | Tomasz Miąsko | -352/+243 |
| 2025-04-29 | Merge pull request #2365 from BoxyUwU/norm_footnotes | Boxy | -12/+12 |
| 2025-04-29 | Fix footnotes | Boxy | -12/+12 |
| 2025-04-29 | Update rc.rs docs | Jon Bauman | -1/+1 |
| 2025-04-29 | Merge pull request #2266 from BoxyUwU/normalization | lcnr | -129/+311 |
| 2025-04-29 | Introduce a normalization chapter | Boxy | -129/+311 |
| 2025-04-29 | add -Zmiri-deterministic-concurrency flag and use it for concurrency tests | Ralf Jung | -156/+129 |
| 2025-04-29 | Require sanitizers be enabled for asan_odr_windows.rs | Daniel Paoliello | -0/+2 |
| 2025-04-29 | confusings | Boxy | -52/+56 |
| 2025-04-29 | Merge pull request #19716 from Veykril/push-wmmvswskoktw | Lukas Wirth | -80/+137 |
| 2025-04-29 | Split out salsa_macros | Lukas Wirth | -48/+63 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -9/+33 |
| 2025-04-30 | stop check paren if has different ctx | bohan | -0/+139 |
| 2025-04-29 | Update salsa | Lukas Wirth | -33/+75 |
| 2025-04-29 | Delete unused ui/auxiliary crates | mejrs | -61/+0 |
| 2025-04-29 | Auto merge of #140474 - tgross35:rollup-rdkao89, r=tgross35 | bors | -274/+691 |
| 2025-04-29 | Rollup merge of #140433 - BjoernLange:master, r=nnethercote | Trevor Gross | -0/+2 |
| 2025-04-29 | Rollup merge of #140432 - tgross35:target-config-docs-update, r=jieyouxu | Trevor Gross | -5/+4 |
| 2025-04-29 | Rollup merge of #140422 - betrusted-io:bump-unwinding-to-0.2.6, r=workingjubilee | Trevor Gross | -3/+3 |
| 2025-04-29 | Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviper | Trevor Gross | -4/+9 |
| 2025-04-29 | Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxu | Trevor Gross | -133/+8 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -0/+5 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -122/+662 |
| 2025-04-29 | Rollup merge of #138344 - tgross35:x86-f16-math, r=Amanieu | Trevor Gross | -7/+3 |
| 2025-04-29 | Move tests from /ui directory | mejrs | -31/+39 |
| 2025-04-29 | Merge pull request #4272 from geetanshjuneja/scheduling | Ralf Jung | -92/+111 |
| 2025-04-29 | CI: rfl: move job forward to Linux v6.15-rc4 | Miguel Ojeda | -1/+1 |
| 2025-04-29 | Merge pull request #4302 from RalfJung/env-cleanup | Ralf Jung | -10/+11 |
| 2025-04-29 | fix comment typos | Ralf Jung | -2/+2 |
| 2025-04-29 | move EnvVars::cleanup into the main-thread-exit handler | Ralf Jung | -10/+11 |
| 2025-04-29 | Use a closure instead of three chained iterators | Oli Scherer | -72/+58 |
| 2025-04-29 | Fix for async drop ice with partly dropped tuple | Andrew Zhogin | -9/+26 |
| 2025-04-29 | Add comment to remind filtering unsupported features when adding new ones | WANG Rui | -0/+3 |
| 2025-04-29 | Filter out LoongArch features not supported by the current LLVM version | WANG Rui | -0/+6 |
| 2025-04-29 | Added random scheduling | geetanshjuneja | -92/+111 |