about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-29Fix links in CONTRIBUTING.mdAntoni Boucher-10/+10
2025-04-29Improve the docAntoni Boucher-2/+2
2025-04-29Use the correct name of the projectAntoni Boucher-4/+4
2025-04-29Some improvementsAntoni Boucher-12/+14
2025-04-29Resolve `unnecessary_transmutes` lintsTrevor Gross-48/+32
2025-04-29modify docsg4titanx-66/+58
2025-04-29add contibuting.mdg4titanx-0/+113
2025-04-29for a more friendly outputTshepang Mbambo-2/+6
2025-04-30Use `ThinVec` to shrink `LazyAttrTokenStreamInner`.Nicholas Nethercote-5/+7
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-118/+138
2025-04-29Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwUbors-33/+47
2025-04-29Merge pull request #2363 from smanilov/patch-1Tshepang Mbambo-13/+12
2025-04-29Also allow bool literals as first item of let chainCaleb Cartwright-15/+17
2025-04-29mention provenance in the pointer::wrapping_offset docsbinarycat-4/+6
2025-04-29Merge PR #2360: Add docs about stabilizing an editionTravis Cross-0/+54
2025-04-29transmutability: uninit transition matches unit byte onlyTomasz Miąsko-352/+243
2025-04-29Merge pull request #2365 from BoxyUwU/norm_footnotesBoxy-12/+12
2025-04-29Fix footnotesBoxy-12/+12
2025-04-29Update rc.rs docsJon Bauman-1/+1
2025-04-29Merge pull request #2266 from BoxyUwU/normalizationlcnr-129/+311
2025-04-29Introduce a normalization chapterBoxy-129/+311
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-156/+129
2025-04-29Require sanitizers be enabled for asan_odr_windows.rsDaniel Paoliello-0/+2
2025-04-29confusingsBoxy-52/+56
2025-04-29Merge pull request #19716 from Veykril/push-wmmvswskoktwLukas Wirth-80/+137
2025-04-29Split out salsa_macrosLukas Wirth-48/+63
2025-04-29Don't FCW assoc consts in patternsBoxy-9/+33
2025-04-30stop check paren if has different ctxbohan-0/+139
2025-04-29Update salsaLukas Wirth-33/+75
2025-04-29Delete unused ui/auxiliary cratesmejrs-61/+0
2025-04-29Auto merge of #140474 - tgross35:rollup-rdkao89, r=tgross35bors-274/+691
2025-04-29Rollup merge of #140433 - BjoernLange:master, r=nnethercoteTrevor Gross-0/+2
2025-04-29Rollup merge of #140432 - tgross35:target-config-docs-update, r=jieyouxuTrevor Gross-5/+4
2025-04-29Rollup merge of #140422 - betrusted-io:bump-unwinding-to-0.2.6, r=workingjubileeTrevor Gross-3/+3
2025-04-29Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviperTrevor Gross-4/+9
2025-04-29Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxuTrevor Gross-133/+8
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-0/+5
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-122/+662
2025-04-29Rollup merge of #138344 - tgross35:x86-f16-math, r=AmanieuTrevor Gross-7/+3
2025-04-29Move tests from /ui directorymejrs-31/+39
2025-04-29Merge pull request #4272 from geetanshjuneja/schedulingRalf Jung-92/+111
2025-04-29CI: rfl: move job forward to Linux v6.15-rc4Miguel Ojeda-1/+1
2025-04-29Merge pull request #4302 from RalfJung/env-cleanupRalf Jung-10/+11
2025-04-29fix comment typosRalf Jung-2/+2
2025-04-29move EnvVars::cleanup into the main-thread-exit handlerRalf Jung-10/+11
2025-04-29Use a closure instead of three chained iteratorsOli Scherer-72/+58
2025-04-29Fix for async drop ice with partly dropped tupleAndrew Zhogin-9/+26
2025-04-29Add comment to remind filtering unsupported features when adding new onesWANG Rui-0/+3
2025-04-29Filter out LoongArch features not supported by the current LLVM versionWANG Rui-0/+6
2025-04-29Added random schedulinggeetanshjuneja-92/+111