about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-23:facepalm:hyd-dev-1/+1
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-15/+47
2021-05-23Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...hyd-dev-26/+31
2021-05-23"unwind" -> "unwinding"hyd-dev-1/+1
2021-05-23`Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip`hyd-dev-6/+9
2021-05-23Don't hide inherent implementations by defaultGuillaume Gomez-5/+14
2021-05-23Auto merge of #85599 - RalfJung:immut-allocs, r=oli-obkbors-19/+36
2021-05-23fix pad_integral exampleklensy-1/+2
2021-05-23fix commentRalf Jung-1/+1
2021-05-23(try to) fix craneliftRalf Jung-0/+2
2021-05-23(try to) fix craneliftRalf Jung-0/+2
2021-05-23support creating mutable allocations from byte slicesRalf Jung-15/+30
2021-05-23avoid redundant immutability checkRalf Jung-3/+0
2021-05-23reject deallocation of read-only allocationsRalf Jung-0/+3
2021-05-23Update LLVM submoduleAlessandro Decina-0/+0
2021-05-23Add BPF target to platform-support.mdAlessandro Decina-0/+2
2021-05-23Add support for BPF inline assemblyAlessandro Decina-3/+176
2021-05-23Pass target features to bpf-linkerAlessandro Decina-0/+4
2021-05-23Add BPF target to config.toml.exampleAlessandro Decina-1/+1
2021-05-23Fix formattingAlessandro Decina-1/+4
2021-05-23Add BPF targetAlessandro Decina-3/+250
2021-05-23Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnaybors-5/+31
2021-05-23Auto merge of #85594 - Dylan-DPC:rollup-40sgqgg, r=Dylan-DPCbors-194/+203
2021-05-23Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomezDylan DPC-6/+24
2021-05-23Rollup merge of #85571 - workingjubilee:reverse-prepend, r=AmanieuDylan DPC-21/+0
2021-05-23Rollup merge of #85525 - camelid:fix-mailmap, r=Mark-SimulacrumDylan DPC-0/+1
2021-05-23Rollup merge of #85334 - r00ster91:patch-8, r=dtolnayDylan DPC-0/+3
2021-05-23Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnayDylan DPC-1/+7
2021-05-23Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnayDylan DPC-166/+168
2021-05-23Auto merge of #81601 - jyn514:llvm-on-demand, r=Mark-Simulacrumbors-13/+98
2021-05-22Move llvm submodule updates to rustbuildJoshua Nelson-13/+97
2021-05-22linkchecker: Organize state into a struct, and add report.Eric Huss-208/+257
2021-05-22Auto merge of #7264 - yotamofek:from_iter_instead_collect_as_trait, r=llogiqbors-34/+81
2021-05-22Fix boostrap using host exe suffix for cargojam1garner-3/+2
2021-05-22Auto merge of #7263 - Jarcho:redundant_closure_macro, r=llogiqbors-19/+27
2021-05-23Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already truehyd-dev-3/+4
2021-05-23Refactor `match` + `if`hyd-dev-12/+9
2021-05-23Move the callee "can unwind" check to the right placehyd-dev-38/+37
2021-05-23const-eval: disallow unwinding across functions that `!fn_can_unwind()`hyd-dev-45/+108
2021-05-22Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obkbors-2/+3
2021-05-22Fix invalid syntax in `from_iter_instead_of_collect` suggestion with "as Trait"Yotam Ofek-34/+81
2021-05-22Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obkbors-117/+45
2021-05-22Fix auto-hide for implementations and implementors.Jacob Hoffman-Andrews-6/+24
2021-05-22Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrumbors-3/+3
2021-05-22Add test for search result resize widthGuillaume Gomez-0/+12
2021-05-22Handle typeck errors properlyLeSeulArtichaut-1/+9
2021-05-22Remove some errors in UI testsLeSeulArtichaut-29/+5
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-54/+53
2021-05-22Set desc class on the div instead of the span to simplify CSSGuillaume Gomez-6/+6
2021-05-22Mobile description width: 100%Stefan Schindler-1/+1