| Age | Commit message (Expand) | Author | Lines |
| 2021-05-23 | :facepalm: | hyd-dev | -1/+1 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -15/+47 |
| 2021-05-23 | Pass `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-23 | Don't hide inherent implementations by default | Guillaume Gomez | -5/+14 |
| 2021-05-23 | Auto merge of #85599 - RalfJung:immut-allocs, r=oli-obk | bors | -19/+36 |
| 2021-05-23 | fix pad_integral example | klensy | -1/+2 |
| 2021-05-23 | fix comment | Ralf Jung | -1/+1 |
| 2021-05-23 | (try to) fix cranelift | Ralf Jung | -0/+2 |
| 2021-05-23 | (try to) fix cranelift | Ralf Jung | -0/+2 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -15/+30 |
| 2021-05-23 | avoid redundant immutability check | Ralf Jung | -3/+0 |
| 2021-05-23 | reject deallocation of read-only allocations | Ralf Jung | -0/+3 |
| 2021-05-23 | Update LLVM submodule | Alessandro Decina | -0/+0 |
| 2021-05-23 | Add BPF target to platform-support.md | Alessandro Decina | -0/+2 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -3/+176 |
| 2021-05-23 | Pass target features to bpf-linker | Alessandro Decina | -0/+4 |
| 2021-05-23 | Add BPF target to config.toml.example | Alessandro Decina | -1/+1 |
| 2021-05-23 | Fix formatting | Alessandro Decina | -1/+4 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -3/+250 |
| 2021-05-23 | Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay | bors | -5/+31 |
| 2021-05-23 | Auto merge of #85594 - Dylan-DPC:rollup-40sgqgg, r=Dylan-DPC | bors | -194/+203 |
| 2021-05-23 | Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomez | Dylan DPC | -6/+24 |
| 2021-05-23 | Rollup merge of #85571 - workingjubilee:reverse-prepend, r=Amanieu | Dylan DPC | -21/+0 |
| 2021-05-23 | Rollup merge of #85525 - camelid:fix-mailmap, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-05-23 | Rollup merge of #85334 - r00ster91:patch-8, r=dtolnay | Dylan DPC | -0/+3 |
| 2021-05-23 | Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay | Dylan DPC | -1/+7 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -166/+168 |
| 2021-05-23 | Auto merge of #81601 - jyn514:llvm-on-demand, r=Mark-Simulacrum | bors | -13/+98 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -13/+97 |
| 2021-05-22 | linkchecker: Organize state into a struct, and add report. | Eric Huss | -208/+257 |
| 2021-05-22 | Auto merge of #7264 - yotamofek:from_iter_instead_collect_as_trait, r=llogiq | bors | -34/+81 |
| 2021-05-22 | Fix boostrap using host exe suffix for cargo | jam1garner | -3/+2 |
| 2021-05-22 | Auto merge of #7263 - Jarcho:redundant_closure_macro, r=llogiq | bors | -19/+27 |
| 2021-05-23 | Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already true | hyd-dev | -3/+4 |
| 2021-05-23 | Refactor `match` + `if` | hyd-dev | -12/+9 |
| 2021-05-23 | Move the callee "can unwind" check to the right place | hyd-dev | -38/+37 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -45/+108 |
| 2021-05-22 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 2021-05-22 | Fix invalid syntax in `from_iter_instead_of_collect` suggestion with "as Trait" | Yotam Ofek | -34/+81 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -117/+45 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -6/+24 |
| 2021-05-22 | Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrum | bors | -3/+3 |
| 2021-05-22 | Add test for search result resize width | Guillaume Gomez | -0/+12 |
| 2021-05-22 | Handle typeck errors properly | LeSeulArtichaut | -1/+9 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -29/+5 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -54/+53 |
| 2021-05-22 | Set desc class on the div instead of the span to simplify CSS | Guillaume Gomez | -6/+6 |
| 2021-05-22 | Mobile description width: 100% | Stefan Schindler | -1/+1 |