| Age | Commit message (Expand) | Author | Lines |
| 2022-12-01 | Auto merge of #105125 - matthiaskrgr:rollup-fr0snmj, r=matthiaskrgr | bors | -0/+49 |
| 2022-12-01 | Auto merge of #105003 - flba-eb:only_windows, r=Mark-Simulacrum | bors | -25/+3 |
| 2022-12-01 | Ignore `gnu` systems (`windows-msvc` only) | Florian Bartels | -1/+2 |
| 2022-12-01 | Rollup merge of #105106 - jhpratt:issue-105101, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2022-12-01 | Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote | Matthias Krüger | -0/+11 |
| 2022-12-01 | Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obk | bors | -17/+152 |
| 2022-12-01 | Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov | bors | -2/+10 |
| 2022-11-30 | Fix ICE from #105101 | Jacob Pratt | -0/+38 |
| 2022-11-30 | Rollup merge of #105081 - weiznich:regression_test_for_104322, r=compiler-errors | Matthias Krüger | -0/+80 |
| 2022-11-30 | Rollup merge of #105063 - aDotInTheVoid:rdj-dont-assume-core, r=notriddle | Matthias Krüger | -1/+6 |
| 2022-11-30 | Rollup merge of #104895 - chenyukang:yukang/fix-104884-serde, r=TaKO8Ki | Matthias Krüger | -0/+91 |
| 2022-11-30 | Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez | Matthias Krüger | -0/+7 |
| 2022-11-30 | Add a regression test for #104322 | Georg Semmler | -0/+80 |
| 2022-11-30 | Auto merge of #105080 - matthiaskrgr:rollup-7ffj4oe, r=matthiaskrgr | bors | -0/+70 |
| 2022-11-30 | Rollup merge of #105039 - nnethercote:fix-104769, r=petrochenkov | Matthias Krüger | -0/+24 |
| 2022-11-30 | Rollup merge of #104697 - dingxiangfei2009:fix-euv-control-flow, r=oli-obk | Matthias Krüger | -0/+46 |
| 2022-11-30 | report literal errors when `token_lit` has errors | Takayuki Maeda | -0/+11 |
| 2022-11-30 | Auto merge of #104679 - dvdhrm:rw/dso, r=petrochenkov | bors | -0/+37 |
| 2022-11-29 | Improve spans in custom mir | Jakob Degen | -34/+34 |
| 2022-11-29 | Support statics in custom mir | Jakob Degen | -0/+40 |
| 2022-11-29 | Support most constant kinds in custom mir | Jakob Degen | -0/+45 |
| 2022-11-29 | Support arbitrary `let` statements in custom mir | Jakob Degen | -0/+50 |
| 2022-11-30 | Fix an ICE parsing a malformed literal in `concat_bytes!`. | Nicholas Nethercote | -0/+24 |
| 2022-11-29 | Rollup merge of #105023 - tmiasko:asm-sym-static-reachable, r=wesleywiser | Matthias Krüger | -0/+20 |
| 2022-11-29 | Rollup merge of #103876 - oli-obk:tait_implications, r=lcnr | Matthias Krüger | -0/+117 |
| 2022-11-29 | Don't assume that core::fmt::Debug will always have one item. | Nixon Enraght-Moony | -1/+6 |
| 2022-11-29 | test/codegen: test inter-crate linkage with static relocation | David Rheinsberg | -0/+37 |
| 2022-11-29 | fix #104884, Avoid Invalid code suggested when encountering unsatisfied trait... | yukang | -0/+91 |
| 2022-11-29 | Rollup merge of #105038 - Rageking8:clean-up-pr-104954, r=compiler-errors | Matthias Krüger | -3/+2 |
| 2022-11-29 | Rollup merge of #105027 - aDotInTheVoid:rdj-foreign-variant-test, r=Guillaume... | Matthias Krüger | -0/+25 |
| 2022-11-29 | Rollup merge of #105024 - notriddle:notriddle/fnname, r=jyn514 | Matthias Krüger | -32/+32 |
| 2022-11-29 | Rollup merge of #104959 - compiler-errors:revert-104269, r=lcnr | Matthias Krüger | -68/+0 |
| 2022-11-29 | clean up pr 104954 | Rageking8 | -3/+2 |
| 2022-11-29 | Avoid more unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -2/+10 |
| 2022-11-28 | Rustdoc-Json: Add tests for linking to foreign variants. | Nixon Enraght-Moony | -0/+25 |
| 2022-11-28 | rustdoc: remove `fnname` CSS class that's styled exactly like `fn` | Michael Howell | -32/+32 |
| 2022-11-28 | Statics used in reachable function's inline asm are reachable | Tomasz Miąsko | -0/+20 |
| 2022-11-28 | Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errors | Matthias Krüger | -0/+41 |
| 2022-11-28 | Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank | Matthias Krüger | -0/+23 |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -0/+66 |
| 2022-11-28 | Auto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r=Dylan-DPC | bors | -85/+62 |
| 2022-11-28 | Auto merge of #102991 - Sp00ph:master, r=scottmcm | bors | -3/+3 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -37/+33 |
| 2022-11-28 | Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki | Dylan DPC | -48/+29 |
| 2022-11-28 | Tweak output | Esteban Küber | -23/+19 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -50/+50 |
| 2022-11-28 | Run Windows-only tests only on Windows | Florian Bartels | -25/+2 |
| 2022-11-27 | Avoid ICE if the Clone trait is not found while building error suggestions | Bruno A. Muciño | -0/+41 |
| 2022-11-27 | Fix `pretty-std` test | Markus Everling | -2/+2 |
| 2022-11-27 | Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddle | Matthias Krüger | -0/+15 |