index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
coherence
/
builtin.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
Explain why a type is not eligible for `impl PointerLike`.
Kevin Reid
-31
/
+69
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-1
/
+7
2024-11-20
Make PointerLike opt-in as a trait
Michael Goulet
-14
/
+71
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+3
2024-10-29
TypingMode :thinking:
lcnr
-3
/
+5
2024-10-24
Plumb through param_env to note_type_err
Michael Goulet
-0
/
+1
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+8
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-6
/
+15
2024-07-17
Forbid `!Sized` types and references
Boxy
-8
/
+34
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-2
/
+2
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-1
/
+1
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-04-16
Prefer identity equality over equating types during coercion.
Oli Scherer
-22
/
+13
2024-03-22
Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr
bors
-1
/
+1
2024-03-22
Split out ImplPolarity and PredicatePolarity
Michael Goulet
-1
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-9
/
+12
2024-03-07
Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`
Yoshitomo Nakanishi
-7
/
+5
2024-02-13
Just pass the checker instead of individual fields
Oli Scherer
-39
/
+33
2024-02-13
Remove an `impl_polarity` call where the information is already available in ...
Oli Scherer
-16
/
+23
2024-02-13
Avoid using the HIR span in the happy path
Oli Scherer
-5
/
+8
2024-02-13
Don't reinvoke `trait_header` query twice
Oli Scherer
-10
/
+10
2024-02-12
Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk
Matthias Krüger
-1
/
+1
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-02-09
use `impl Trait` argument instead of generic param for simplicity
Oli Scherer
-4
/
+5
2024-02-09
No need for FnMut when FnOnce works now
Oli Scherer
-2
/
+2
2024-02-09
Simplify conditional erroring
Oli Scherer
-5
/
+1
2024-02-09
Avoid accessing the HIR in the happy path of `coherent_trait`
Oli Scherer
-13
/
+16
2024-01-23
Remove track_errors entirely
Oli Scherer
-63
/
+87
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-15
/
+15
2023-11-14
finish `RegionKind` rename
lcnr
-1
/
+1
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+5
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-2
/
+2
2023-09-20
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-122
/
+78
2023-09-11
explain why DispatchFromDyn does the check it does
Ralf Jung
-0
/
+8
2023-08-29
some more is_zst that should be is_1zst
Ralf Jung
-2
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-20
/
+18
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+5
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-16
Remove `LangItems::require`
Nilstrieb
-3
/
+1
[next]