| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Extend HIR WF checking to fields | Aaron Hill | -2/+2 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -4/+7 |
| 2021-07-22 | Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakis | bors | -0/+56 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -2/+2 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -4/+7 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+2 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -4/+4 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+2 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -57/+180 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -57/+180 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -4/+4 |
| 2021-07-18 | Fix implicit Sized relaxation when attempting to relax other, unsupported trait | robojumper | -24/+15 |
| 2021-07-18 | Add test for unsupported bound relaxation with incorrect behavior | robojumper | -0/+65 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -2/+2 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+1 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -14/+0 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -14/+0 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -9/+7 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+1 |
| 2021-07-13 | Unignore some pretty printing tests | Yuki Okushi | -5/+0 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -6/+6 |
| 2021-07-10 | bless missing tests | Ralf Jung | -5/+4 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -5/+12 |
| 2021-07-09 | Don't stub out part of test | Smitty | -5/+12 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -168/+14 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -9/+7 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -1/+3 |
| 2021-07-05 | Fix double warning about illegal floating-point literal pattern | Fabian Wolff | -168/+14 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -6/+6 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -620/+0 |
| 2021-06-29 | Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-Simulacrum | Yuki Okushi | -16/+60 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -10/+0 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -3/+3 |
| 2021-06-20 | Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrum | bors | -3/+1 |
| 2021-06-19 | Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obk | bors | -19/+0 |
| 2021-06-19 | Refactor `PatternError` structure | Yuki Okushi | -19/+0 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -4/+4 |
| 2021-06-16 | Move some typeck-related tests to the typeck dir | Yuki Okushi | -38/+0 |
| 2021-06-16 | Update test stderr files | Aris Merchant | -10/+0 |
| 2021-06-11 | Fix type checking of return expressions outside fn bodies | Fabian Wolff | -16/+60 |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 |
| 2021-06-04 | Replace some std::iter::repeat with str::repeat | r00ster91 | -3/+1 |
| 2021-05-28 | Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakis | bors | -4/+47 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -3/+8 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -4/+47 |
| 2021-05-27 | Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank | Dylan DPC | -1/+4 |
| 2021-05-25 | show list of candidates | Aliénore Bouttefeux | -1/+2 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -8/+8 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -8/+8 |