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_middle
/
src
/
ty
/
print
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er...
Matthias Krüger
-1
/
+5
2023-03-23
Printing alias-relate goals correctly
Michael Goulet
-2
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-1
/
+1
2023-03-23
Include relation direction in AliasEq predicate
Michael Goulet
-1
/
+2
2023-03-23
make param bound vars visibly bound vars
Boxy
-1
/
+5
2023-03-15
ImplTraitPlaceholder -> is_impl_trait_in_trait
Santiago Pastorino
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-13
/
+13
2023-02-18
Pretty placeholders using their names
Michael Goulet
-1
/
+4
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-4
/
+7
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
-1
/
+1
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-9
/
+9
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+2
2023-02-13
Pre-intern some commonly used type variables.
Nicholas Nethercote
-2
/
+2
2023-02-12
Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm
bors
-1
/
+0
2023-02-11
Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr
bors
-0
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+1
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-2
/
+2
2023-02-09
Introduce `ReError`
Esteban Küber
-1
/
+2
2023-02-03
Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk
Dylan DPC
-5
/
+18
2023-02-02
Tweak misleading comment
Michael Goulet
-1
/
+1
2023-02-02
Don't cause a cycle when formatting query description that references a FnDef
Michael Goulet
-5
/
+18
2023-01-31
Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk
Guillaume Gomez
-2
/
+4
2023-01-30
Track bound types like bound regions
Michael Goulet
-2
/
+4
2023-01-30
Hide lifetimes of `impl Trait` in force trimmed paths
Esteban Küber
-3
/
+5
2023-01-30
Do not mention lifetime names in force trimmed paths
Esteban Küber
-0
/
+4
2023-01-30
Don't show `for<'lt>` in force trimmed paths
Esteban Küber
-3
/
+8
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+23
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-20
add raw identifier for keyword in suggestion
bohan
-1
/
+1
2023-01-18
Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb
Michael Goulet
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-1
/
+1
2023-01-18
i am free
Boxy
-8
/
+11
2023-01-18
actually print out non local anon consts
Boxy
-3
/
+3
2023-01-18
defer array len printing to const arg printing
Boxy
-20
/
+4
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-2
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-1
/
+0
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-11
Hide more of long types in E0271
Esteban Küber
-3
/
+15
2022-12-22
Give a more helpful error for "trimmed_def_paths construted"
Joshua Nelson
-1
/
+7
2022-12-15
Shorten trimmed display of closures
Esteban Küber
-1
/
+7
2022-12-14
Remove TraitRef::new
Oli Scherer
-4
/
+2
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+2
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-6
/
+6
[next]