| Age | Commit message (Expand) | Author | Lines |
| 2023-07-11 | Add regression test for #112308 | Guillaume Gomez | -26/+31 |
| 2023-07-08 | Downgrade addr2line | Mark Rousskov | -2/+2 |
| 2023-07-08 | Fix linker failures when #[global_allocator] is used in a dependency | bjorn3 | -0/+22 |
| 2023-07-08 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -0/+38 |
| 2023-07-08 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -16/+96 |
| 2023-07-08 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-06-24 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-24 | Make struct layout not depend on unsizeable tail | Lukas Markeffsky | -0/+25 |
| 2023-06-24 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-06-24 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-03 | add tests | lcnr | -0/+78 |
| 2023-05-29 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-27 | Auto merge of #110975 - Amanieu:panic_count, r=joshtriplett | bors | -1/+29 |
| 2023-05-27 | Rework handling of recursive panics | Amanieu d'Antras | -1/+29 |
| 2023-05-27 | Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill... | Guillaume Gomez | -3/+416 |
| 2023-05-27 | Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri... | Guillaume Gomez | -3/+44 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -17/+11 |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -80/+17 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -4/+7 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -3/+416 |
| 2023-05-27 | Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnr | bors | -0/+109 |
| 2023-05-27 | Correctly handle multiple re-exports of bang macros at the same level | Guillaume Gomez | -1/+43 |
| 2023-05-27 | Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-05-27 | Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er... | Matthias Krüger | -2/+57 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -0/+7 |
| 2023-05-26 | Auto merge of #103291 - ink-feather-org:typeid_no_struct_match, r=dtolnay | bors | -7/+17 |
| 2023-05-26 | improve error message for calling a method on a raw pointer with an unknown p... | asquared31415 | -2/+57 |
| 2023-05-26 | Update tests for re-exports of doc hidden macros | Guillaume Gomez | -3/+2 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -7/+7 |
| 2023-05-26 | Blesses UI tests, add known bug to typeid-equality-by-subtyping | onestacked | -7/+17 |
| 2023-05-26 | Rollup merge of #111951 - cjgillot:uninh-comment, r=Nadrieril | Matthias Krüger | -76/+177 |
| 2023-05-26 | Rollup merge of #111947 - obeis:issue-111943, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2023-05-26 | fix for `Self` not respecting tuple Ctor privacy | Deadbeef | -0/+109 |
| 2023-05-26 | Add test for RPIT defined with different hidden types with different substs | Obei Sideg | -0/+38 |
| 2023-05-25 | Rollup merge of #111945 - GuillaumeGomez:migrate-gui-test-color-7, r=notriddle | Michael Goulet | -42/+42 |
| 2023-05-25 | Rollup merge of #111929 - compiler-errors:no-newline-apit, r=wesleywiser | Michael Goulet | -0/+44 |
| 2023-05-25 | Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot | Michael Goulet | -85/+196 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -39/+131 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -10/+35 |
| 2023-05-25 | Add NOTE annotations. | Camille GILLOT | -75/+141 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -17/+11 |
| 2023-05-25 | Always capture slice when pattern requires checking the length | clubby789 | -85/+196 |
| 2023-05-25 | Add inter-crate test. | Camille GILLOT | -40/+75 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -4/+72 |
| 2023-05-25 | rustdoc: add test for strikethrough with single tildes | Lukas Markeffsky | -9/+10 |
| 2023-05-25 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -42/+42 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -27/+69 |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -1/+11 |
| 2023-05-25 | Strongly prefer alias and param-env bounds | Michael Goulet | -27/+69 |