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
/
astconv
/
generics.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-22
Rename module astconv to hir_ty_lowering
León Orell Valerian Liehr
-658
/
+0
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-15
/
+13
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-5
/
+5
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-4
/
+6
2024-03-15
Clean up AstConv
León Orell Valerian Liehr
-8
/
+4
2024-03-05
Rename `StructuredDiagnostic` as `StructuredDiag`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-2
/
+2
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-4
/
+4
2024-02-02
Remove dead args from functions
Michael Goulet
-14
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+3
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-18
Don't forget that the lifetime on hir types is `'tcx`
Oli Scherer
-1
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-2
/
+2
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-12-19
effects: fix comment
León Orell Valerian Liehr
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+1
2023-12-04
Use default params until effects in desugaring
Deadbeef
-0
/
+25
2023-10-26
Deny providing explicit effect params
Deadbeef
-3
/
+13
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+5
2023-09-26
subst -> instantiate
lcnr
-8
/
+9
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-4
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-21
/
+21
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-03-18
Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2023-03-10
feat: implement better error for manual impl of `Fn*` traits
Ezra Shaw
-9
/
+3
2023-03-07
Error code E0794 for late-bound lifetime parameter error.
Christopher Acosta
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-20
`const` generic -> const parameter in err msg
lcnr
-6
/
+6
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-4
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-7
/
+7
2023-01-11
Make selfless `dyn AstConv` methods into toplevel functions
Maybe Waffle
-576
/
+558
2022-12-04
Avoid InferCtxt::build in generic_arg_mismatch_err
Michael Goulet
-4
/
+1
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-3
/
+3
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-3
/
+2
2022-10-01
Refactor rustc lint API
Maybe Waffle
-3
/
+2
2022-09-29
Don't lower assoc bindings just to deny them
Michael Goulet
-2
/
+2
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+663