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
2025-05-01
Set groundwork for proper const normalization
Boxy
-2
/
+3
2025-04-28
Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk
Guillaume Gomez
-2
/
+2
2025-04-26
convert some `GenericArg` to `Term`
lcnr
-1
/
+1
2025-04-24
Remove `weak` alias terminology
Boxy
-2
/
+2
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-3
/
+3
2025-04-11
Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors
Jacob Pratt
-2
/
+2
2025-04-11
Auto merge of #139453 - compiler-errors:incr, r=jieyouxu
bors
-1
/
+1
2025-04-11
Introduce `DefPathData::AnonAssocTy`.
Nicholas Nethercote
-2
/
+2
2025-04-09
Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote
Matthias Krüger
-0
/
+7
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-4
/
+4
2025-04-07
Simplify temp path creation a bit
Michael Goulet
-1
/
+1
2025-04-04
Make the compiler suggest actual paths instead of visible paths if the visibl...
morine0122
-0
/
+7
2025-03-30
Encode synthetic by-move coroutine body with a different DefPathData
Michael Goulet
-2
/
+5
2025-03-26
Remove `kw::Empty` uses from `rustc_middle`.
Nicholas Nethercote
-6
/
+4
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-5
/
+3
2025-03-15
Fold visit into ty
Michael Goulet
-1
/
+1
2025-03-12
Add an opt-out in pretty printing for RTN rendering
Michael Goulet
-25
/
+92
2025-03-07
Make synthetic RPITIT assoc ty name handling more rigorous.
Nicholas Nethercote
-2
/
+2
2025-03-03
Rename a bit
Michael Goulet
-15
/
+6
2025-03-03
Fix pretty printing of unsafe binders
Michael Goulet
-37
/
+80
2025-02-27
Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas...
Matthias Krüger
-4
/
+1
2025-02-27
Introduce `AssocOp::Binary`.
Nicholas Nethercote
-4
/
+1
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-6
/
+12
2025-02-23
Fix missing self subst when rendering Fn* trait with no output type
Michael Goulet
-10
/
+14
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-3
/
+2
2025-02-13
intern valtrees
Lukas Markeffsky
-13
/
+11
2025-02-12
Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwU
Matthias Krüger
-4
/
+9
2025-02-11
Lower fn items as ZST valtrees and delay a bug
Michael Goulet
-4
/
+9
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-2
/
+2
2025-02-05
Pretty print pattern type values with `transmute` if they don't satisfy their...
Oli Scherer
-1
/
+1
2025-02-03
Rollup merge of #136430 - FedericoBruzzone:follow-up-136180, r=oli-obk
Matthias Krüger
-20
/
+22
2025-02-03
Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`
FedericoBruzzone
-13
/
+11
2025-02-03
Refactor using the type-level constant value `ty::Value`
FedericoBruzzone
-26
/
+30
2025-01-31
Rework "long type names" printing logic
Esteban Küber
-30
/
+67
2025-01-30
add comments
Lukas Markeffsky
-0
/
+1
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-26
/
+25
2025-01-28
Make mir dumps more readable
Oli Scherer
-0
/
+4
2025-01-15
Render fn defs with target_features attrs with the attribute
Oli Scherer
-1
/
+8
2025-01-06
Use a post-monomorphization typing env when mangling components that come fro...
Michael Goulet
-21
/
+19
2024-12-25
Actually print all the relevant parts of a coroutine in verbose mode
Michael Goulet
-0
/
+6
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+5
2024-12-18
introduce `LateParamRegionKind`
lcnr
-2
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-11
Rename projection_def_id to item_def_id
Michael Goulet
-1
/
+1
2024-11-22
Pretty print AsyncFn traits too
Michael Goulet
-11
/
+23
2024-11-22
Simplify logic a bit
Michael Goulet
-113
/
+68
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-9
/
+10
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-3
/
+2
2024-10-30
Merge HostPolarity and BoundConstness
Michael Goulet
-4
/
+4
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+10
[prev]
[next]