| Age | Commit message (Expand) | Author | Lines |
| 2021-05-25 | Don't sort a `Vec` before computing its `DepTrackingHash` | Aaron Hill | -0/+15 |
| 2021-05-25 | Run THIR unsafeck on `unsafe_op_in_unsafe_fn` test | LeSeulArtichaut | -16/+141 |
| 2021-05-25 | Add test for 2021 prelude. | Mara Bos | -0/+7 |
| 2021-05-25 | add test for issue 85155 and similar | Rémy Rakic | -0/+56 |
| 2021-05-25 | Add GUI test to check colors of alias in search results | Guillaume Gomez | -0/+15 |
| 2021-05-25 | add regression test | Lukas Markeffsky | -0/+12 |
| 2021-05-25 | show list of candidates | Aliénore Bouttefeux | -9/+14 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+46 |
| 2021-05-25 | Rollup merge of #85631 - GuillaumeGomez:move-keywrod-primitive-css-dom, r=jsha | Guillaume Gomez | -4/+3 |
| 2021-05-25 | Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514 | Guillaume Gomez | -0/+53 |
| 2021-05-25 | Update keyword GUI test | Guillaume Gomez | -4/+3 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -59/+35 |
| 2021-05-24 | Apply suggestions from code review
| Felix S Klock II | -0/+2 |
| 2021-05-24 | Auto merge of #85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomez | bors | -7/+19 |
| 2021-05-24 | Add test | bjorn3 | -0/+53 |
| 2021-05-24 | Rollup merge of #85628 - LeSeulArtichaut:thir-null-lowercase, r=estebank | Guillaume Gomez | -7/+7 |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -0/+12 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -13/+11 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -7/+7 |
| 2021-05-24 | Remove stray .stderr files | LeSeulArtichaut | -58/+0 |
| 2021-05-24 | Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkov | bors | -0/+24 |
| 2021-05-24 | Add test for pretty printing anonymous types | jedel1043 | -0/+24 |
| 2021-05-24 | shrinking the deprecated method span | hi-rustin | -130/+158 |
| 2021-05-23 | Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkov | bors | -0/+36 |
| 2021-05-23 | Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider | bors | -0/+17 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -13/+11 |
| 2021-05-23 | Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -75/+38 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -1/+2 |
| 2021-05-22 | Add test for search result resize width | Guillaume Gomez | -0/+12 |
| 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 | -30/+30 |
| 2021-05-22 | Add test for deduplicate native lib in linking | 12101111 | -0/+36 |
| 2021-05-22 | change from review and show full type if it can be deref | Aliénore Bouttefeux | -34/+68 |
| 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 | -75/+31 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -0/+15 |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -55/+575 |
| 2021-05-21 | Apply suggestions from code review
| Felix S Klock II | -3/+0 |
| 2021-05-21 | Regression test for issue 85435. | Felix S. Klock II | -0/+28 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -55/+575 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -20/+226 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -19/+33 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -13/+88 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -2/+33 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -19/+33 |
| 2021-05-21 | remove generic argument insead of displaying "_" | Aliénore Bouttefeux | -35/+35 |
| 2021-05-20 | Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jsha | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -0/+29 |