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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
check
/
check.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-24
repr_transparent_external_private_fields: treat `rustc_pub_transparent` types...
Pavel Grigorenko
-1
/
+2
2024-08-22
Use a LocalDefId in ResolvedArg.
Camille GILLOT
-2
/
+2
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-08-16
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+10
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-17
Account for structs that have unused params in nested types in fields
Michael Goulet
-0
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-2
/
+2
2024-06-28
temporarily disable effects on specialization tests
Deadbeef
-0
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-1
/
+1
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-2
/
+5
2024-06-06
Uplift TypeError
Michael Goulet
-0
/
+1
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-2
/
+2
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-10
/
+8
2024-05-24
Remove `DefId` from `EarlyParamRegion` (type system)
Boxy
-10
/
+5
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-10
/
+8
2024-05-13
Warn against redundant use<...>
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-4
/
+4
2024-04-23
Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr
León Orell Valerian Liehr
-36
/
+11
2024-04-20
Explicitly mention `Self`
Michael Goulet
-6
/
+14
2024-04-20
Flip spans for precise capturing syntax not capturing a ty/ct param
Michael Goulet
-11
/
+18
2024-04-19
Fix capturing duplicated lifetimes via parent
Michael Goulet
-7
/
+30
2024-04-17
Auto merge of #123674 - oli-obk:bogus_note, r=estebank
bors
-2
/
+8
2024-04-15
redundant ::{self}
Michael Goulet
-1
/
+1
2024-04-15
Do check_coroutine_obligations once per typeck root
Michael Goulet
-36
/
+11
2024-04-15
Rename coroutine_stalled_predicates
Michael Goulet
-3
/
+3
2024-04-15
More polishing
Michael Goulet
-0
/
+8
2024-04-15
Some ordering and duplication checks
Michael Goulet
-14
/
+43
2024-04-15
Add hir::Node::PreciseCapturingNonLifetimeArg
Michael Goulet
-1
/
+3
2024-04-15
Validation and other things
Michael Goulet
-2
/
+93
2024-04-13
remove some ancient debug output, looks unused?
klensy
-1
/
+0
2024-04-11
Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors
Matthias Krüger
-1
/
+0
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-1
/
+0
2024-04-09
Silence some follow-up errors on trait impls in case the trait has conflictin...
Oli Scherer
-2
/
+8
2024-04-08
Eliminate `DefiningAnchor` now that is just a single-variant enum
Oli Scherer
-6
/
+3
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-1
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-1
/
+4
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-3
/
+3
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-2
/
+2
2024-03-13
Delay a bug for stranded opaques
Michael Goulet
-1
/
+7
2024-03-12
Manual rustfmt
Oli Scherer
-1
/
+1
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-2
/
+2
2024-03-11
Make `DefiningAnchor::Bind` only store the opaque types that may be constrain...
Oli Scherer
-2
/
+2
2024-03-08
Rename some functions to represent their generalized behavior
Michael Goulet
-1
/
+1
[next]