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_symbol_mangling
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-8
/
+9
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
-9
/
+8
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-2
/
+2
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-2
/
+2
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-2
/
+2
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-9
/
+8
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-18
Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakis
Jack Huey
-6
/
+37
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-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-1
/
+1
2021-04-05
Rollup merge of #80525 - devsnek:wasm64, r=nagisa
Dylan DPC
-1
/
+1
2021-04-04
wasm64
Gus Caplan
-1
/
+1
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
-3
/
+3
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-1
/
+1
2021-02-15
Use less HirId when referring to items.
Camille GILLOT
-6
/
+6
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-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
2021-01-10
Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasper
Yuki Okushi
-1
/
+9
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-1
/
+1
2020-12-17
Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
bors
-21
/
+22
2020-12-17
Simplify based on eddyb's comment
bjorn3
-21
/
+9
2020-12-14
Convenience funcs for `some_option.unwrap_or(...)`
Rich Kadel
-5
/
+1
2020-12-14
Improve warnings on incompatible options involving -Zinstrument-coverage
Rich Kadel
-1
/
+5
2020-12-12
Use better symbol names for the drop glue
bjorn3
-0
/
+20
2020-12-11
Move binder for dyn to each list item
Jack Huey
-21
/
+22
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-2
/
+2
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-2
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-1
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-20
/
+11
2020-10-29
Make anonymous binders start at 0
Jack Huey
-13
/
+3
2020-10-21
Do not print type for placeholder values
varkor
-1
/
+2
2020-10-21
Support signed integers and `char` in v0 mangling
varkor
-6
/
+20
2020-10-16
Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddyb
Dylan DPC
-27
/
+48
2020-10-15
mangling: encode all impl parameters
David Wood
-23
/
+42
2020-10-15
mangling: non-monomorphic `#[rustc_symbol_name]`
David Wood
-4
/
+6
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-07
Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov
Dylan DPC
-1
/
+2
2020-10-06
Fix rustc_def_path to show the full path and not the trimmed one
Dan Aloni
-1
/
+2
[prev]
[next]