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_symbol_mangling
/
src
/
v0.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-23
Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU
Matthias Krüger
-32
/
+27
2024-09-20
handle unsized consts with type `str` in v0 symbol mangling
Jaic1
-32
/
+27
2024-09-17
Do not expect infer/bound/placeholder/error in v0 symbol mangling
Michael Goulet
-16
/
+30
2024-09-11
clippy::useless_conversion
Michael Goulet
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+0
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+6
2024-06-29
Fix FnMut/Fn shim for coroutine-closures that capture references
Michael Goulet
-2
/
+9
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-8
/
+8
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-40
/
+31
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-8
/
+8
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-14
Add v0 symbol mangling for `f16` and `f128`
Trevor Gross
-3
/
+2
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-2
/
+1
2024-05-03
Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk
bors
-2
/
+2
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-2
/
+2
2024-04-14
Update v0.rs
Tobias Decking
-1
/
+1
2024-04-09
Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errors
Matthias Krüger
-2
/
+2
2024-04-08
KCFI: Use legal charset in shim encoding
Matthew Maurer
-2
/
+2
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+19
2024-04-02
Track reason for creating a `ReifyShim`
Matthew Maurer
-3
/
+5
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-3
/
+3
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-6
/
+2
2024-03-01
Add `f16` and `f128` LLVM intrinsics
Trevor Gross
-0
/
+3
2024-02-12
Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk
Matthias Krüger
-2
/
+2
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-2
/
+2
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-1
/
+2
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-0
/
+7
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-01-26
MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...
h1467792822
-43
/
+61
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-2
/
+0
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-0
/
+2
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-3
/
+2
2023-11-21
Fix some unnecessary casts
Nilstrieb
-1
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-90
/
+91
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-17
Remove `Printer::Error`
Nilstrieb
-22
/
+20
2023-10-17
Remove "subprinter" types from `Printer`
Nilstrieb
-20
/
+14
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-1
/
+1
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-2
/
+1
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-1
/
+1
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-1
/
+1
2023-08-02
avoid 'miri' when refering to the shared interpreter
Ralf Jung
-1
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-24
/
+24
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-07-05
Deal with fallout
Boxy
-1
/
+1
2023-07-04
nit
Boxy
-0
/
+1
[next]