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
2022-06-14
Auto merge of #96285 - flip1995:pk-vfe, r=nagisa
bors
-0
/
+18
2022-06-14
rebase
b-naber
-1
/
+1
2022-06-14
address review
b-naber
-3
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-38
/
+50
2022-06-14
Add typeid_for_trait_ref function
flip1995
-0
/
+18
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-05-14
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
-2
/
+4
2022-05-12
Replace DefPathData::Misc by two appropriately-named variants.
Camille GILLOT
-1
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+3
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-2
/
+3
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-10
/
+10
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-2
/
+2
2022-01-25
Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot
bors
-1
/
+1
2022-01-19
Store a `Symbol` instead of an `Ident` in `AssocItem`
Aaron Hill
-1
/
+1
2022-01-19
Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser
Matthias Krüger
-3
/
+3
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+4
2022-01-15
initial revert
Ellen
-3
/
+1
2022-01-08
mangling_v0: Skip extern blocks during mangling
Vadim Petrochenkov
-3
/
+3
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-8
/
+8
2021-12-18
hir: Do not introduce dummy type names for `extern` blocks in def paths
Vadim Petrochenkov
-0
/
+4
2021-12-15
Remove `in_band_lifetimes` from `rustc_symbol_mangling`
Sylvan Bowdler
-4
/
+4
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-7
/
+7
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+36
2021-08-26
Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis
bors
-1
/
+3
2021-08-26
review
lcnr
-1
/
+2
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+2
2021-08-24
rustc_symbol_mangling: support structural constants and &str in v0.
Eduard-Mihai Burtescu
-0
/
+103
2021-08-24
rustc_symbol_mangling: never cache placeholders in print_const.
Eduard-Mihai Burtescu
-22
/
+36
2021-07-29
Implement `Printer` for `&mut SymbolMangler`
Tomasz Miąsko
-14
/
+14
2021-07-29
Flatten compression caches into symbol mangler
Tomasz Miąsko
-25
/
+18
2021-07-29
Remove redundant option around compression caches
Tomasz Miąsko
-16
/
+10
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-2
/
+2
2021-07-01
Skip layout query when computing integer type size during mangling
Tomasz Miąsko
-5
/
+5
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-2
/
+2
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-2
/
+2
2021-05-15
Change to just use first binders and add test
Jack Huey
-26
/
+47
2021-05-13
Fix v0 symbol mangling bug
Camelid
-16
/
+26
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-1
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-2
/
+2
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-1
/
+1
2021-01-30
Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se
Yuki Okushi
-1
/
+1
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-2
/
+1
2021-01-13
Use unsigned_abs throughout repository
Jacob Pratt
-1
/
+1
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-1
/
+1
[next]