| Age | Commit message (Expand) | Author | Lines |
| 2021-05-24 | Remove stray .stderr files | LeSeulArtichaut | -58/+0 |
| 2021-05-24 | Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkov | bors | -10/+30 |
| 2021-05-24 | Add test for pretty printing anonymous types | jedel1043 | -0/+24 |
| 2021-05-24 | Fix ast expanded printing for anonymous types | jedel1043 | -10/+6 |
| 2021-05-24 | Auto merge of #85611 - rust-lang:array-mod-doc, r=jyn514 | bors | -3/+1 |
| 2021-05-23 | Auto merge of #85606 - 12101111:link_modifiers, r=petrochenkov | bors | -5/+0 |
| 2021-05-23 | Update std::array module doc header | bstrie | -3/+1 |
| 2021-05-23 | Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkov | bors | -6/+44 |
| 2021-05-23 | Auto merge of #85602 - GuillaumeGomez:donthide-inherent-impls, r=jsha | bors | -5/+14 |
| 2021-05-24 | remove native_link_modifiers from the list of incomplete features. | 12101111 | -5/+0 |
| 2021-05-23 | Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider | bors | -13/+38 |
| 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 comment | Ralf Jung | -1/+1 |
| 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 | 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 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 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 | CTFE get_alloc_extra_mut: also provide ref to MemoryExtra | Ralf Jung | -2/+3 |
| 2021-05-22 | Add test for deduplicate native lib in linking | 12101111 | -0/+36 |
| 2021-05-22 | Auto merge of #85557 - hyd-dev:abi, r=RalfJung | bors | -19/+26 |
| 2021-05-22 | Add default implementation for `enforce_abi()` | hyd-dev | -6/+3 |
| 2021-05-22 | const_fn_unsize: check that the cast behaves correctly | Ralf Jung | -3/+10 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -117/+38 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -2/+17 |
| 2021-05-22 | Auto merge of #85531 - luqmana:flip-gc, r=petrochenkov | bors | -22/+8 |
| 2021-05-22 | Auto merge of #85505 - flip1995:clippyup, r=Manishearth | bors | -668/+2329 |
| 2021-05-21 | Remove surplus prepend LinkedList fn | Jubilee Young | -21/+0 |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -229/+651 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -66/+645 |
| 2021-05-21 | Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-21 | Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jsha | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jsha | Guillaume Gomez | -4/+5 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -28/+238 |