about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-04Suggest bounds in more cases, accounting for type parameters referenced in pr...Esteban Küber-0/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-2/+0
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-03move `check_opaque_type_parameter_valid`lcnr-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-02-23stabilize extract_ifbendn-1/+0
2024-12-17consistently handle global where-boundslcnr-0/+1
2024-09-25Stabilize the `map`/`value` methods on `ControlFlow`Scott McMurray-1/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_trait_selection`.Nicholas Nethercote-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.Nicholas Nethercote-3/+0
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+1
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-0/+3
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-0/+1
2024-07-07Uplift trait_ref_is_knowable and friendsMichael Goulet-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-06-06Stabilize Option::take_ifDaniel Sedlak-1/+0
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-2/+0
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-29Remove `extern crate smallvec` from a couple of crates.Nicholas Nethercote-2/+0
2024-04-29Remove `extern crate rustc_data_structures` from numerous crates.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+0
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-14Fix value suggestion for array in generic contextMichael Goulet-0/+1
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-05Convert `ProofTreeVisitor` to use `VisitorResult`Jason Newcomb-0/+1
2024-03-03Properly deal with GATs when looking for method chains to point atLeón Orell Valerian Liehr-0/+1
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-01-30Deeply normalize when processing registered region obligationsMichael Goulet-0/+1
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-09readd the provisional cachelcnr-0/+1
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-18Remove `#![feature(result_option_inspect)]` from the compilerSlanterns-1/+0
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-06-14remove hash_drain_filter feature usesThe 8472-1/+0
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2023-01-18update cachelcnr-0/+1
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-1/+0
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+2
2022-11-21Use iterators instead of slices at more sitesOli Scherer-0/+1