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
Age
Commit message (
Expand
)
Author
Lines
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
2023-10-18
Make sure that non-pretty-printing usages are using the correct elaborator
Michael Goulet
-3
/
+4
2023-09-23
Check types live across yields in generators too
Michael Goulet
-1
/
+3
2023-09-23
Check that closure's by-value captures are sized
Michael Goulet
-0
/
+2
2023-09-21
Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors
bors
-0
/
+3
2023-09-21
proof trees: use for `intercrate_ambiguity_causes`
lcnr
-9
/
+59
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-0
/
+3
2023-09-18
Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors
Matthias Krüger
-24
/
+43
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-10
/
+3
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-25
/
+20
2023-09-14
differentiate root and nested goals
lcnr
-10
/
+19
2023-09-14
inspect: explicitly store added goals
lcnr
-0
/
+2
2023-09-14
order `added_goals_evaluation` and `nested_probes`
lcnr
-7
/
+12
2023-09-14
`GoalCandidate` to `Probe`
lcnr
-11
/
+14
2023-09-11
dedup `GoalEvaluationStep` and `GoalCandidate`
lcnr
-14
/
+19
2023-09-11
inspect: strongly typed CandidateKind
lcnr
-18
/
+89
2023-09-11
revision -> iteration for added_goals_evaluation
lcnr
-3
/
+3
2023-09-11
split GoalEvaluation and CanonicalGoalEvaluation
lcnr
-50
/
+43
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-2
/
+1
2023-08-14
Point at return type when it influences non-first `match` arm
Esteban Küber
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-7
/
+8
2023-08-04
Rollup merge of #114287 - lcnr:overflow, r=compiler-errors
Michael Goulet
-2
/
+102
2023-08-04
Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr
bors
-7
/
+13
2023-08-03
resolve before canonicalization, ICE if unresolved
Michael Goulet
-1
/
+1
2023-08-03
Rework upcasting
Michael Goulet
-7
/
+13
2023-08-03
rewrite stack dependent overflow handling
lcnr
-2
/
+102
2023-07-31
Rollup merge of #114169 - lcnr:unsize, r=compiler-errors
Matthias Krüger
-1
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-26
/
+23
2023-07-28
refactor builtin unsize handling, extend comments
lcnr
-1
/
+2
2023-07-25
Make everything builtin!
Michael Goulet
-85
/
+35
2023-07-25
Restore tuple unsizing feature gate
Michael Goulet
-3
/
+11
2023-07-25
Normalize the RHS of an unsize goal
Michael Goulet
-1
/
+8
2023-07-23
match on chars instead of &strs for .split() or .strip_prefix()
Matthias Krüger
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+11
2023-07-13
typo
lcnr
-1
/
+1
2023-07-13
refactor proof tree formatting
lcnr
-57
/
+63
2023-07-05
Add some extra information to opaque type cycle errors
Oli Scherer
-0
/
+4
2023-07-03
Remove chalk from the compiler
Michael Goulet
-401
/
+0
2023-06-28
Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr
Dylan DPC
-37
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+2
2023-06-20
yeet upcast_trait_def_id from ImplSourceObjectData
Michael Goulet
-6
/
+2
2023-06-20
yeet ImplSource::TraitAlias too
Michael Goulet
-31
/
+0
2023-06-20
cleanup imports
lcnr
-8
/
+12
2023-06-19
move to nested module
Boxy
-130
/
+134
2023-06-19
show normalizes-to hack and response instantiation goals
Boxy
-2
/
+28
2023-06-19
introduce a separate set of types for finalized proof trees
Boxy
-28
/
+39
2023-06-19
say what kind of cache hit
Boxy
-3
/
+10
2023-06-19
initial info dump
Boxy
-11
/
+181
2023-06-17
Remove even more redundant builtin candidates
Michael Goulet
-45
/
+4
2023-06-17
Simplify even more candidates
Michael Goulet
-111
/
+26
[next]