| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Rollup merge of #96982 - klensy:no-expect, r=Dylan-DPC | Matthias Krüger | -1/+3 |
| 2022-05-13 | Auto merge of #96899 - oli-obk:closure_wf_check_bounds, r=nikomatsakis | bors | -114/+118 |
| 2022-05-13 | For non-defining opaque type usage errors, don't try to also prove all trait ... | Oli Scherer | -106/+102 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -8/+16 |
| 2022-05-13 | Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkov | bors | -11/+19 |
| 2022-05-13 | Auto merge of #96965 - oli-obk:flaky_inliner_ice, r=cjgillot | bors | -4/+6 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -17/+16 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -11/+14 |
| 2022-05-12 | fix clippy expect_fun_call | klensy | -1/+3 |
| 2022-05-12 | Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgr | bors | -10/+8 |
| 2022-05-12 | Rollup merge of #96941 - nannany:master, r=lcnr,JohnTitor | Matthias Krüger | -10/+8 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -397/+399 |
| 2022-05-12 | Auto merge of #96853 - davidtwco:diagnostic-translation-unit-and-more-porting... | bors | -125/+206 |
| 2022-05-12 | Use IndexSet for deterministic order | Oli Scherer | -3/+2 |
| 2022-05-12 | update graphviz links | minami.yoshihiko | -10/+8 |
| 2022-05-12 | Gracefully handle normalization failures in the prospective inliner cycle det... | Oli Scherer | -1/+4 |
| 2022-05-12 | Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=... | bors | -11/+16 |
| 2022-05-12 | typeck: port "no resolve overridden impl substs" | David Wood | -1/+11 |
| 2022-05-12 | typeck: port "manual implementations" | David Wood | -14/+17 |
| 2022-05-12 | typeck: port "missing type params" | David Wood | -58/+92 |
| 2022-05-12 | errors: `set_arg` takes `IntoDiagnosticArg` | David Wood | -6/+6 |
| 2022-05-12 | typeck: simplify error type using `()` field | David Wood | -16/+8 |
| 2022-05-12 | macros: spanless subdiagnostics from `()` fields | David Wood | -33/+75 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -5/+15 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -18/+59 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -0/+2 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -3/+10 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -15/+47 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -27/+189 |
| 2022-05-11 | Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obk | bors | -77/+52 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -5/+15 |
| 2022-05-11 | Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk | bors | -53/+53 |
| 2022-05-11 | Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPC | bors | -3/+16 |
| 2022-05-11 | Rollup merge of #96898 - RalfJung:interpret-pop-debug, r=oli-obk | Dylan DPC | -0/+13 |
| 2022-05-11 | Rollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-05-11 | avoid computing Scalar size/align in debug builds | Ralf Jung | -3/+3 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -11/+16 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -486/+590 |
| 2022-05-11 | rustc_log: add env var to set verbose entry/exit behavior | Ralf Jung | -0/+13 |
| 2022-05-11 | Auto merge of #96931 - JohnTitor:rollup-3um8o4j, r=JohnTitor | bors | -42/+3 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -77/+52 |
| 2022-05-11 | Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2022-05-11 | Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler... | Yuki Okushi | -1/+1 |
| 2022-05-11 | Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011 | Yuki Okushi | -40/+1 |
| 2022-05-11 | Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov | bors | -11/+9 |
| 2022-05-10 | Fix e_flags for 32-bit MIPS targets in generated object file | Ayrton | -11/+19 |
| 2022-05-11 | Remove some unnecessary invisible delimiter checks. | Nicholas Nethercote | -2/+1 |
| 2022-05-10 | simplify length count | Matthias Krüger | -1/+1 |