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
/
src
/
librustc_codegen_utils
/
symbol_names
Age
Commit message (
Expand
)
Author
Lines
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+3
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-11
/
+11
2019-06-12
rustc: remove some unnecessary lifetimes in -> TyCtxt methods.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-7
/
+7
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-14
/
+14
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-4
/
+2
2019-06-01
codegen: change `$6d$` to `$u6d$`
David Wood
-1
/
+1
2019-05-31
rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.
Eduard-Mihai Burtescu
-999
/
+8
2019-05-31
rustc_codegen_utils: update mw's symbol mangler implementation.
Eduard-Mihai Burtescu
-166
/
+217
2019-05-31
rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma...
Eduard-Mihai Burtescu
-1
/
+936
2019-05-31
rustc_codegen_utils: don't ignore `Ctor` path components in symbols.
Eduard-Mihai Burtescu
-3
/
+1
2019-05-31
rustc_codegen_utils: add new mangling scheme implementation.
Eduard-Mihai Burtescu
-0
/
+1127