| Age | Commit message (Expand) | Author | Lines |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -2/+2 |
| 2022-09-04 | Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk | bors | -19/+15 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -16/+4 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -19/+15 |
| 2022-09-04 | Use head span for rustc_on_unimplemented's enclosing_scope attr | Michael Goulet | -1/+1 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -7/+30 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -1/+1 |
| 2022-09-02 | Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da... | Matthias Krüger | -87/+135 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -87/+135 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -34/+22 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -12/+12 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -2/+0 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -12/+30 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -4/+8 |
| 2022-08-30 | Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726 | Dylan DPC | -4/+8 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -7/+30 |
| 2022-08-29 | Auto merge of #98626 - oli-obk:tracing, r=lcnr | bors | -0/+1 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -3/+18 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -1/+1 |
| 2022-08-27 | Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorino | bors | -1/+12 |
| 2022-08-26 | Don't catch overflow when running with cargo doc | ouz-a | -1/+4 |
| 2022-08-26 | Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obk | bors | -3/+10 |
| 2022-08-26 | Erase late bound regions before comparing types in suggest_dereferences | Michael Goulet | -4/+8 |
| 2022-08-26 | Add and use ObligationCtxt::new_in_snapshot | Michael Goulet | -0/+13 |
| 2022-08-25 | Use real inference variable in build_fn_sig_ty | Michael Goulet | -9/+16 |
| 2022-08-25 | Don't create an extra infcx in report_closure_arg_mismatch | Michael Goulet | -3/+1 |
| 2022-08-25 | no unnormalized types for implied bounds | lcnr | -1/+12 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-08-24 | Use ExprItemObligation and ExprBindingObligation too | Michael Goulet | -1/+3 |
| 2022-08-24 | Note binding obligation causes for const equate errors | Michael Goulet | -3/+16 |
| 2022-08-24 | Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,... | Matthias Krüger | -11/+146 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+1 |
| 2022-08-23 | Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr | Dylan DPC | -3/+0 |
| 2022-08-23 | Use CRATE_HIR_ID and CRATE_DEF_ID for obligations from foreign crates | Santiago Pastorino | -11/+13 |
| 2022-08-23 | Do not use unneeded extra errors variable | Santiago Pastorino | -2/+1 |
| 2022-08-23 | Permit negative impls coherence to take advantage of implied bounds | Santiago Pastorino | -8/+26 |
| 2022-08-23 | Move InferCtxtExt to rustc_trait_selection | Santiago Pastorino | -0/+116 |
| 2022-08-23 | Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino | Matthias Krüger | -13/+8 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -16/+4 |
| 2022-08-22 | remove hack fix since we don't have no overflow diagnostic | yukang | -3/+0 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -0/+12 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -0/+12 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -1/+22 |
| 2022-08-21 | Bless tests after #100769 | Michael Goulet | -92/+95 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -38/+38 |
| 2022-08-21 | Targeted fixes addressing erroneous suggestions | Michael Goulet | -9/+27 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -2/+1 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -46/+34 |