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_traits
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-09-13
Better errors for implied static bound
Jack Huey
-17
/
+23
2022-09-13
Address code review comments
Eric Holk
-1
/
+2
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-08
Remove ReEmpty
Jack Huey
-6
/
+2
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-29
Various changes to logging of borrowck-related code
Jack Huey
-2
/
+3
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-04
Rollup merge of #100095 - jackh726:early-binder, r=lcnr
Matthias Krüger
-15
/
+16
2022-08-03
Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726
Matthias Krüger
-3
/
+2
2022-08-02
Add bound_predicates_of and bound_explicit_predicates_of
Jack Huey
-15
/
+16
2022-08-02
Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors
bors
-1
/
+1
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-5
/
+3
2022-08-01
make `PlaceholderConst` not store the type of the const
Ellen
-1
/
+1
2022-07-28
Rollup merge of #99714 - ouz-a:issue_57961, r=oli-obk
Dylan DPC
-7
/
+14
2022-07-27
add tests and comment
ouz-a
-0
/
+4
2022-07-26
Use TraitEngine in more places that don't specifically need FulfillmentCtxt::...
Michael Goulet
-3
/
+2
2022-07-25
Bubble up obligations
ouz-a
-7
/
+10
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-4
/
+4
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+3
2022-06-28
Make empty bounds lower to WellFormed and make WellFormed coinductive
Jack Huey
-5
/
+18
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+0
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-4
/
+4
2022-06-08
Folding revamp.
Nicholas Nethercote
-3
/
+4
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-28
/
+27
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-5
/
+5
2022-05-13
Add bound_type_of
Jack Huey
-1
/
+4
2022-05-10
Introduce EarlyBinder
Jack Huey
-19
/
+28
2022-03-28
Remove opaque type obligation and just register opaque types as they are enco...
Oli Scherer
-6
/
+0
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-0
/
+8
2022-03-24
Swap DtorckConstraint to DropckConstraint
InfRandomness
-8
/
+8
2022-03-23
make rustc work again
Michael Goulet
-10
/
+37
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-10
/
+10
2022-02-22
chalk/db: use correct debrujin index when replacing opaque type.
Dario Nieuwenhuis
-15
/
+40
2022-02-21
chalk/lowering: lower generator types.
Dario Nieuwenhuis
-1
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-11
/
+8
2022-02-19
Adopt let else in more places
est31
-3
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-7
/
+7
2022-02-15
Remove unnecessary `RegionKind::` quals.
Nicholas Nethercote
-22
/
+18
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-8
/
+8
2022-02-15
Overhaul `PredicateInner` and `Predicate`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-11
Reverse parameter to placeholder substitution in chalk results
Matthew Jasper
-10
/
+40
2022-02-11
Fix more chalk lowering issues
Matthew Jasper
-16
/
+22
2022-02-11
Stop using a placeholder for empty regions in Chalk
Matthew Jasper
-60
/
+14
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-8
/
+0
2022-02-09
Avoid clone.
Camille GILLOT
-4
/
+4
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-4
/
+4
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+8
[prev]
[next]