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
/
astconv
/
bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-21
Don't actually make bound ty/const for RTN
Michael Goulet
-25
/
+9
2024-01-18
Don't forget that the lifetime on hir types is `'tcx`
Oli Scherer
-3
/
+5
2024-01-11
Taint more aggressively in astconv
Oli Scherer
-1
/
+3
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-28
Don't elaborate `!Sized` to `!Sized + Sized`
León Orell Valerian Liehr
-22
/
+30
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-0
/
+3
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-12-15
banish hir::GenericBound::LangItemTrait
Michael Goulet
-11
/
+0
2023-12-07
Resolve assoc item bindings by namespace
León Orell Valerian Liehr
-100
/
+34
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-3
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-30
Improve some diagnostics around `?Trait` bounds
Oli Scherer
-26
/
+31
2023-10-18
AliasTy::new instead of tcx method
lcnr
-1
/
+1
2023-10-16
Rollup merge of #116257 - estebank:issue-101351, r=b-naber
Matthias Krüger
-0
/
+1
2023-10-13
Suggest trait bounds for used associated type on type param
Esteban Küber
-0
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+4
2023-09-26
subst -> instantiate
lcnr
-1
/
+1
2023-08-11
Don't add associated type bound for non-types
Michael Goulet
-10
/
+19
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-8
/
+8
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+4
2023-07-04
Replace `const_error` methods with `Const::new_error`
Boxy
-7
/
+7
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-5
/
+4
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-35
/
+27
2023-06-23
Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-ty
Santiago Pastorino
-1
/
+1
2023-06-17
Move some bounds computation out of astconv into its own file
Michael Goulet
-0
/
+583