| Age | Commit message (Expand) | Author | Lines |
| 2021-05-30 | Update mir opt tests | bjorn3 | -24/+24 |
| 2021-05-30 | Update tests | bjorn3 | -68/+68 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -11/+17 |
| 2021-05-29 | Auto merge of #85698 - ehuss:incremental-session-panic, r=estebank | bors | -0/+15 |
| 2021-05-29 | Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jsha | bors | -0/+15 |
| 2021-05-29 | Fix incremental-session-fail to work when run as root. | Eric Huss | -2/+1 |
| 2021-05-29 | Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk | bors | -14/+15 |
| 2021-05-28 | Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakis | bors | -14/+142 |
| 2021-05-28 | Auto merge of #85700 - Bobo1239:dso_local_ppc64, r=nagisa | bors | -2/+9 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -7/+22 |
| 2021-05-28 | Fix static relocation model for PowerPC64 | Boris-Chengbiao Zhou | -2/+9 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -12/+13 |
| 2021-05-27 | don't trim paths in collector PME message | Rémy Rakic | -2/+2 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -14/+142 |
| 2021-05-27 | Rollup merge of #85722 - GuillaumeGomez:trait-toggle, r=jsha | Guillaume Gomez | -1/+5 |
| 2021-05-27 | Auto merge of #85732 - Smittyvb:trait-alias-camelcase-lint, r=varkor | bors | -0/+18 |
| 2021-05-26 | Add test to check behavior when incremental session init fails. | Eric Huss | -0/+16 |
| 2021-05-27 | Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g... | Dylan DPC | -0/+27 |
| 2021-05-27 | Rollup merge of #84701 - nikomatsakis:stabilize-member-constraints-61997, r=j... | Dylan DPC | -140/+29 |
| 2021-05-27 | Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank | Dylan DPC | -8/+214 |
| 2021-05-26 | Lint against non-camelCase trait alias names | Smitty | -0/+18 |
| 2021-05-26 | Bless test output | Jacob Pratt | -9/+16 |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -1/+0 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -3/+3 |
| 2021-05-26 | Update trait toggle test | Guillaume Gomez | -1/+5 |
| 2021-05-26 | Rollup merge of #85678 - lukas-code:matches2021, r=dtolnay | Dylan DPC | -0/+12 |
| 2021-05-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -0/+56 |
| 2021-05-26 | Rollup merge of #85627 - LeSeulArtichaut:thir-unsafe-fn-lint, r=nikomatsakis | Dylan DPC | -16/+141 |
| 2021-05-26 | Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkov | Dylan DPC | -0/+77 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -137/+26 |
| 2021-05-26 | Rollup merge of #85623 - LeSeulArtichaut:stray-stderr, r=Mark-Simulacrum | Yuki Okushi | -58/+0 |
| 2021-05-26 | Rollup merge of #84048 - konan8205:master, r=jsha | Yuki Okushi | -0/+2 |
| 2021-05-26 | Make Range implementation safe | Jacob Pratt | -1/+1 |
| 2021-05-25 | Run THIR unsafeck on `unsafe_op_in_unsafe_fn` test | LeSeulArtichaut | -16/+141 |
| 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 |