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
/
traits
/
specialization_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+3
2023-06-01
Rename `impl_defaultness` to `defaultness`
Deadbeef
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-17
Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb
bors
-6
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+3
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-6
/
+2
2022-12-24
Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk
Matthias Krüger
-4
/
+4
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+4
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+1
2022-11-04
Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr
Matthias Krüger
-1
/
+1
2022-11-03
change error_reported to use Result instead of an option
yukang
-1
/
+1
2022-10-30
better error for rustc_strict_coherence misuse
Michael Goulet
-2
/
+15
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-0
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-4
/
+6
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-01-31
Do not store overlap_mode, just pass it down on insert
Santiago Pastorino
-13
/
+1
2022-01-31
Move overlap_mode into trait level attribute + feature flag
Santiago Pastorino
-1
/
+49
2022-01-07
Add query to avoid name comparison in `leaf_def`
Matthew Jasper
-29
/
+16
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-09-21
use indexmap instead of hashmap
lcnr
-13
/
+3
2021-09-21
rename
lcnr
-4
/
+4
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-2
/
+2
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+248