| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | Tweak output | Esteban Küber | -6/+0 |
| 2022-06-02 | On E0204 suggest missing type param bounds | Esteban Küber | -10/+168 |
| 2022-05-31 | Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obk | bors | -4/+4 |
| 2022-05-31 | Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko | bors | -326/+21 |
| 2022-05-31 | Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk | bors | -0/+765 |
| 2022-05-31 | Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o... | Dylan DPC | -0/+27 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -0/+60 |
| 2022-05-31 | Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors | bors | -9/+68 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -4/+4 |
| 2022-05-31 | normalize harder | Maybe Waffle | -58/+59 |
| 2022-05-30 | Fix TLS access mir opt test and remove stale files | Jakob Degen | -326/+21 |
| 2022-05-30 | Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddle | Michael Goulet | -3/+13 |
| 2022-05-30 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -0/+18 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -6/+37 |
| 2022-05-30 | Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s... | bors | -37/+15 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -3/+219 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+219 |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 |
| 2022-05-30 | normalize forbidden slices | Maybe Waffle | -78/+79 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -37/+15 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -0/+43 |
| 2022-05-30 | Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco | Dylan DPC | -0/+37 |
| 2022-05-30 | test forbidden slices on all two usizesizes | Maybe Waffle | -28/+309 |
| 2022-05-30 | --bless | Maybe Waffle | -28/+28 |
| 2022-05-30 | Use `// error-pattern:` header in `forbidden_slices.rs` test | Maybe Waffle | -0/+1 |
| 2022-05-30 | Rename slice_from_ptr_range_const -> const_slice_from_ptr_range | Maybe Waffle | -2/+2 |
| 2022-05-30 | Add ui tests for `slice::from_{ptr_range,raw_parts}` | Maybe Waffle | -0/+481 |
| 2022-05-30 | Add GUI test for settings display | Guillaume Gomez | -0/+60 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -142/+34 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -142/+34 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+37 |
| 2022-05-30 | Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle | bors | -0/+6 |
| 2022-05-29 | Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obk | Michael Goulet | -0/+12 |
| 2022-05-29 | Use type_is_copy_modulo_regions check in intrisicck | Michael Goulet | -0/+12 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -0/+43 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -285/+252 |
| 2022-05-29 | Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errors | bors | -60/+139 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -88/+120 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -0/+92 |
| 2022-05-29 | Ensure source file present when calculating max line number | Yuki Okushi | -0/+37 |
| 2022-05-29 | Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errors | Guillaume Gomez | -13/+11 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -81/+242 |
| 2022-05-29 | Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obk | Guillaume Gomez | -0/+3 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -60/+139 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -88/+120 |
| 2022-05-28 | Add GUI test for javascript disabled display of settings page | Guillaume Gomez | -0/+6 |
| 2022-05-28 | Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3 | bors | -9/+12 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -341/+403 |
| 2022-05-28 | Make some tests check-pass | Yuki Okushi | -13/+11 |