| Age | Commit message (Expand) | Author | Lines |
| 2023-05-31 | add tests | lcnr | -0/+78 |
| 2023-05-30 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-05-25 | add test | lcnr | -1/+72 |
| 2023-05-25 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -13/+29 |
| 2023-05-19 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+18 |
| 2023-05-19 | debuginfo: split method declaration and definition | Josh Stone | -0/+21 |
| 2023-05-06 | Remove wrong assertion. | Camille GILLOT | -0/+10 |
| 2023-04-29 | Temporarily disable the jobserver-error test | Eric Huss | -0/+1 |
| 2023-04-27 | Encode lifetime param spans too | Michael Goulet | -30/+48 |
| 2023-04-26 | Encode def span for ConstParam | Michael Goulet | -0/+30 |
| 2023-04-17 | update tests for the test harness's json formatting | Pietro Albini | -0/+20 |
| 2023-04-15 | Remove obsolete test. | Camille GILLOT | -47/+0 |
| 2023-04-15 | Bless run-make. | Camille GILLOT | -1/+7 |
| 2023-04-15 | Bless codegen test. | Camille GILLOT | -3/+0 |
| 2023-04-15 | Only enable ConstProp at mir-opt-level >= 2. | Camille GILLOT | -48/+0 |
| 2023-04-15 | Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r... | bors | -2/+174 |
| 2023-04-14 | rustdoc-search: add support for nested generics | Michael Howell | -2/+174 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -17/+21 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-04-14 | Rollup merge of #108687 - compiler-errors:reformulate-point_at_expr_source_of... | Matthias Krüger | -21/+27 |
| 2023-04-14 | Update codegen test. | Camille GILLOT | -2/+5 |
| 2023-04-14 | Fortify tests againts mir-opts. | Camille GILLOT | -15/+16 |
| 2023-04-14 | Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkin | Yuki Okushi | -0/+2 |
| 2023-04-14 | Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2023-04-14 | Add a stable MIR way to get the main function | Oli Scherer | -0/+2 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -4/+23 |
| 2023-04-14 | Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726 | Matthias Krüger | -4/+4 |
| 2023-04-14 | Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnr | Matthias Krüger | -4/+28 |
| 2023-04-14 | Rollup merge of #110180 - lcnr:canonicalize, r=compiler-errors | Matthias Krüger | -327/+12 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -537/+358 |
| 2023-04-14 | Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errors | bors | -11/+13 |
| 2023-04-14 | Add test for uniquifying regions | Michael Goulet | -0/+12 |
| 2023-04-14 | Assemble Unpin candidates specially for generators in new solver | Michael Goulet | -4/+28 |
| 2023-04-13 | Fix tests on wasm | Joshua Nelson | -4/+6 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -0/+0 |
| 2023-04-14 | Remove another use of `BrAnon(Some(_))`. | Nicholas Nethercote | -2/+2 |
| 2023-04-14 | Remove one use of `BrAnon(Some(_))`. | Nicholas Nethercote | -2/+2 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -537/+358 |
| 2023-04-13 | Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3 | Matthias Krüger | -0/+17 |
| 2023-04-13 | Rollup merge of #110277 - Ezrashaw:combine-assoc-fns-dlint, r=lcnr | Matthias Krüger | -58/+115 |
| 2023-04-13 | Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillot | Matthias Krüger | -6/+54 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -10/+50 |
| 2023-04-13 | Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkin | Matthias Krüger | -0/+44 |
| 2023-04-13 | Rollup merge of #109036 - chenyukang:yukang/fix-testcase, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-13 | Add test to ensure that compiler built-in proc-macro are considered as such | Guillaume Gomez | -4/+23 |
| 2023-04-13 | Only emit alignment checks if we have a panic_impl | Ben Kimock | -0/+17 |
| 2023-04-14 | bless the single test | Ezra Shaw | -0/+2 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -0/+83 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -6/+22 |
| 2023-04-13 | Add regression test | Gary Guo | -0/+39 |