| Age | Commit message (Expand) | Author | Lines |
| 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 | address comments | Michael Goulet | -20/+86 |
| 2022-05-30 | better enum suggestions | Michael Goulet | -0/+151 |
| 2022-05-30 | add regression test | Michael Goulet | -0/+41 |
| 2022-05-30 | fix typo | Michael Goulet | -29/+29 |
| 2022-05-30 | Add test for known-bugs of cfg_accessible | Urgau | -6/+46 |
| 2022-05-30 | Add tests for private items of cfg_accessible | Urgau | -0/+21 |
| 2022-05-30 | Add tests for "not sure" case of cfg_accessible | Urgau | -0/+303 |
| 2022-05-30 | Handle more cases in cfg_accessible | Urgau | -41/+42 |
| 2022-05-30 | normalize forbidden slices | Maybe Waffle | -78/+79 |
| 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 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -141/+33 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -141/+33 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+37 |
| 2022-05-30 | Bless tests with the full list of conventions in the output | Scott McMurray | -2/+2 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+87 |
| 2022-05-29 | Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obk | Michael Goulet | -0/+12 |
| 2022-05-29 | Add `let_underscore_drop` lint. | Aaron Kofsky | -0/+25 |
| 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 #97456 - Bryysen:issue-97319-fix, r=compiler-errors | bors | -60/+139 |
| 2022-05-29 | Rebase fallout. | Camille GILLOT | -1/+1 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -2/+2 |
| 2022-05-29 | Fortify check for number of generic parameters. | Camille GILLOT | -4/+2 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -20/+380 |
| 2022-05-29 | Harden bad placeholder checks on statics/consts | Yuki Okushi | -7/+74 |
| 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 | -8/+21 |
| 2022-05-29 | Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obk | Guillaume Gomez | -0/+3 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -0/+0 |
| 2022-05-28 | Add E0788 for improper #[no_coverage] usage | ltdk | -0/+129 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -60/+139 |
| 2022-05-28 | Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3 | bors | -9/+12 |
| 2022-05-28 | Make some tests check-pass | Yuki Okushi | -13/+11 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -31/+82 |
| 2022-05-28 | Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2022-05-27 | proc_macro: don't pass a client-side function pointer through the server. | Eduard-Mihai Burtescu | -9/+12 |
| 2022-05-27 | Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error | Esteban Küber | -12/+3 |
| 2022-05-27 | Add test for #97343 | Esteban Küber | -0/+30 |
| 2022-05-28 | Add regression test for #81899 | Yuki Okushi | -0/+30 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -397/+759 |
| 2022-05-27 | Update tests on aarch64 | Oli Scherer | -127/+183 |