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-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
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-4
/
+9
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+4
2023-04-27
Add a `ConstParamTy` trait
Maybe Waffle
-107
/
+148
2023-04-25
Remove some useless `ty::Binder::dummy` calls
Maybe Waffle
-2
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-3
/
+8
2023-04-18
Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb
Guillaume Gomez
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-17
Use `Item::expect_*` and `ImplItem::expect_*` more
Maybe Waffle
-4
/
+3
2023-04-12
region error cleanup
lcnr
-4
/
+2
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-2
/
+1
[next]