| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Fix rustfmt test | Deadbeef | -21/+9 |
| 2021-08-27 | Remove vestigial rustfix tests. | Eric Huss | -87/+0 |
| 2021-08-27 | Fix remap-path-prefix UI test case. | Michael Woerister | -2/+6 |
| 2021-08-27 | Revive tests | Deadbeef | -0/+28 |
| 2021-08-27 | Add test for showing remapped path in diagnostics | Andy Wang | -0/+14 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -5/+2 |
| 2021-08-27 | Fix UI test | Deadbeef | -1/+3 |
| 2021-08-27 | Fix #88155 | Deadbeef | -0/+22 |
| 2021-08-27 | Fix more tests | Deadbeef | -48/+101 |
| 2021-08-27 | Try fixing some tests | Deadbeef | -255/+52 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -29/+46 |
| 2021-08-27 | Auto merge of #88278 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-08-26 | Update cargo | Eric Huss | -0/+0 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -651/+2143 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -65/+60 |
| 2021-08-26 | Rollup merge of #88348 - spastorino:field-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+41 |
| 2021-08-26 | Rollup merge of #88346 - spastorino:revert-type-of-a-let2, r=jackh726 | Manish Goregaokar | -46/+0 |
| 2021-08-26 | Rollup merge of #88332 - spastorino:argument-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+43 |
| 2021-08-26 | Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis | Manish Goregaokar | -26/+5 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -41/+116 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -68/+1087 |
| 2021-08-26 | Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwco | Manish Goregaokar | -470/+851 |
| 2021-08-26 | Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obk | bors | -31/+452 |
| 2021-08-26 | compiletest: allow `.` in remote test paths (can arise from revisions). | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-26 | Remove unnecessary copies when using parallel IO | Joshua Nelson | -45/+53 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -22/+38 |
| 2021-08-26 | Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa | bors | -12/+12 |
| 2021-08-26 | Treat types in unnormalized function signatures as well-formed | jackh726 | -0/+30 |
| 2021-08-26 | make sure FileCheck is copied in the LLVM output directory | Pietro Albini | -0/+5 |
| 2021-08-26 | Add argument types tait tests | Santiago Pastorino | -0/+43 |
| 2021-08-26 | Add test for stepping though `match` expressions | Wesley Wiser | -0/+383 |
| 2021-08-26 | pin the stage0 hashes in src/stage0.json | Pietro Albini | -37/+417 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -117/+251 |
| 2021-08-26 | add unsized coercion test | lcnr | -0/+24 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -0/+75 |
| 2021-08-26 | update mir diffs | lcnr | -23/+23 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+2 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -23/+23 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -13/+5 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -6/+9 |
| 2021-08-26 | Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomez | bors | -49/+38 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+64 |
| 2021-08-25 | Don't panic if `close_tag()` is called without tags to close | Noah Lev | -3/+14 |
| 2021-08-25 | Assert that `tag_name` is alphabetic | Noah Lev | -0/+8 |
| 2021-08-25 | Add tests for `HtmlWithLimit` | Noah Lev | -0/+122 |
| 2021-08-26 | Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbini | bors | -60/+105 |
| 2021-08-25 | Add const and static TAIT tests | Santiago Pastorino | -0/+49 |
| 2021-08-25 | Add field types tait tests | Santiago Pastorino | -0/+41 |
| 2021-08-25 | Revert "Add type of a let tait test impl trait straight in let" | Santiago Pastorino | -46/+0 |
| 2021-08-25 | don't generate partially-undef consts | Erik Desjardins | -15/+39 |