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
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-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
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-20
Remove the BoundConstness::NotConst variant
Michael Goulet
-4
/
+8
2024-10-02
Improve const traits diagnostics for new desugaring
Deadbeef
-12
/
+34
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-12
Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu
Stuart Cook
-1
/
+1
2024-09-11
clippy::useless_conversion
Michael Goulet
-1
/
+1
2024-09-11
Simplify some nested if statements
Michael Goulet
-4
/
+2
2024-08-22
Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors
Matthias Krüger
-1
/
+4
2024-08-22
Pretty-print own args of existential projections
León Orell Valerian Liehr
-1
/
+4
2024-08-17
Use cnum for extern crate data
Michael Goulet
-5
/
+3
2024-08-14
Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr
bors
-1
/
+3
2024-08-13
Use is_lang_item more
Michael Goulet
-1
/
+3
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-17
/
+13
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-1
/
+1
2024-07-17
Put the dots back
Michael Goulet
-2
/
+5
2024-07-07
Get rid of the redundant elaboration in middle
Michael Goulet
-7
/
+8
2024-07-04
Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk
bors
-2
/
+2
2024-07-03
Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr
bors
-1
/
+31
2024-07-02
Re-implement a type-size based limit
Michael Goulet
-1
/
+31
2024-07-02
Miri function identity hack: account for possible inlining
Ralf Jung
-2
/
+2
2024-07-01
Make `FloatTy` checks exhaustive in pretty print
Trevor Gross
-16
/
+18
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-18
Make pretty printing for `f16` and `f128` consistent
Trevor Gross
-1
/
+9
[next]