| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | 2023-04-12 | 4 | -4/+4 |
|\ |
|
| * | Revert method-not-found-generic-arg-elision test bless | DaniPopes | 2023-04-10 | 1 | -2/+0 |
| * | Fix typos in compiler | DaniPopes | 2023-04-10 | 5 | -4/+6 |
* | | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | 2023-04-12 | 1 | -0/+16 |
|\ \ |
|
| * | | incr.comp.: Make sure dependencies are recorded when feeding queries during e... | Michael Woerister | 2023-04-04 | 1 | -0/+16 |
* | | | Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super... | bors | 2023-04-12 | 14 | -56/+117 |
|\ \ \ |
|
| * | | | Allow the elaborator to only filter to real supertraits | Michael Goulet | 2023-04-11 | 2 | -0/+34 |
| * | | | Broken tests | Michael Goulet | 2023-04-11 | 4 | -0/+72 |
| * | | | Split implied and super predicate queries | Michael Goulet | 2023-04-11 | 8 | -56/+11 |
* | | | | Auto merge of #110214 - compiler-errors:rollup-mkig4t6, r=compiler-errors | bors | 2023-04-12 | 62 | -122/+1118 |
|\ \ \ \ |
|
| * \ \ \ | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | 2023-04-11 | 12 | -121/+1117 |
| |\ \ \ \ |
|
| | * | | | | tests | Michael Goulet | 2023-04-10 | 12 | -121/+1117 |
| | | |_|/
| | |/| | |
|
| * | | | | Rollup merge of #110000 - reez12g:issue-109878, r=jackh726 | Michael Goulet | 2023-04-11 | 49 | -0/+0 |
| |\ \ \ \ |
|
| | * | | | | rename tests/ui/unique to tests/ui/box/unit | reez12g | 2023-04-11 | 49 | -0/+0 |
| * | | | | | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | 2023-04-11 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Initial support for loongarch64-unknown-linux-gnu | zhaixiaojuan | 2023-04-04 | 1 | -1/+1 |
* | | | | | | | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper | bors | 2023-04-12 | 7 | -0/+118 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Make test compatible with 32-bit | Nikita Popov | 2023-04-11 | 1 | -1/+1 |
| * | | | | | | Add ignore-debug to two tests | Nikita Popov | 2023-04-11 | 2 | -0/+2 |
| * | | | | | | Add codegen tests for issues fixed by LLVM 16 | Nikita Popov | 2023-04-03 | 7 | -0/+116 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddle | bors | 2023-04-11 | 104 | -308/+308 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | 2023-04-11 | 104 | -308/+308 |
* | | | | | | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | 2023-04-11 | 11 | -16/+28 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | 2023-04-10 | 11 | -16/+28 |
* | | | | | | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | 2023-04-11 | 2 | -7/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | 2023-04-10 | 2 | -7/+16 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitor | bors | 2023-04-11 | 28 | -106/+245 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Rollup merge of #110147 - JohnTitor:issue-104916, r=compiler-errors | Yuki Okushi | 2023-04-11 | 2 | -0/+22 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add regression test for #104916 | Yuki Okushi | 2023-04-11 | 2 | -0/+22 |
| | |/ / / / / |
|
| * | | | | | | Rollup merge of #110146 - bvanjoi:relative-110138, r=notriddle | Yuki Okushi | 2023-04-11 | 2 | -0/+11 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fix(doc): do not parse inline when output is json for external crate | bohan | 2023-04-10 | 2 | -0/+11 |
| | |/ / / / / |
|
| * | | | | | | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | 2023-04-11 | 21 | -106/+162 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Update ui tests involving invalid visibility qualifiers | Tam Pham | 2023-04-03 | 21 | -106/+162 |
| * | | | | | | | Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num... | Yuki Okushi | 2023-04-11 | 3 | -0/+50 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Stall auto-trait assembly for int/float vars in new solver | Michael Goulet | 2023-04-10 | 3 | -0/+50 |
| | | |/ / / / /
| | |/| | | | | |
|
* | | | | | | | | Auto merge of #109850 - MU001999:master, r=estebank | bors | 2023-04-11 | 2 | -0/+60 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Make each idx is used once | Mu42 | 2023-04-02 | 2 | -4/+4 |
| * | | | | | | | Do not repeat idx | Mu42 | 2023-04-02 | 2 | -0/+60 |
* | | | | | | | | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | 2023-04-10 | 5 | -0/+72 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | Rewrite added diagnostics as translatable | Tom Martin | 2023-04-07 | 3 | -8/+8 |
| * | | | | | | | Add more complex test cases for new suggestion | Tom Martin | 2023-04-07 | 2 | -0/+40 |
| * | | | | | | | Bless | Tom Martin | 2023-04-01 | 3 | -16/+24 |
| * | | | | | | | Update non-derive macro error message to match suggestion | Tom Martin | 2023-03-30 | 3 | -24/+24 |
| * | | | | | | | Add suggestion to remove derive() if invoked macro is non-derive | Tom Martin | 2023-03-26 | 3 | -0/+24 |
* | | | | | | | | Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errors | Dylan DPC | 2023-04-10 | 2 | -2/+165 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Handle not all immediates having `abi::Scalar`s | Scott McMurray | 2023-04-09 | 2 | -1/+92 |
| * | | | | | | | | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | 2023-04-06 | 1 | -1/+73 |
* | | | | | | | | | review + some small stuff | lcnr | 2023-04-10 | 2 | -1/+23 |
* | | | | | | | | | prioritize param-env candidates | lcnr | 2023-04-10 | 5 | -7/+53 |
* | | | | | | | | | Auto merge of #110127 - matthiaskrgr:rollup-6ui12x5, r=matthiaskrgr | bors | 2023-04-10 | 4 | -0/+45 |
|\ \ \ \ \ \ \ \ \ |
|