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
/
v0.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-74
/
+52
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-4
/
+4
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-4
/
+4
2019-11-05
rustc: remove "GlobalMetaData" dead code from hir::map::definitions.
Eduard-Mihai Burtescu
-2
/
+1
2019-10-04
clean up GeneratorSubsts
csmoe
-1
/
+1
2019-09-29
remove ClosureSubsts with SubstsRef
csmoe
-1
/
+1
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-10
/
+10
2019-09-25
Rename `sty` to `kind`
varkor
-3
/
+3
2019-08-14
rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.
Eduard-Mihai Burtescu
-2
/
+10
2019-08-05
Clear the ParamEnv where its information is irrelevant
Oliver Scherer
-1
/
+1
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
rustc: remove some unnecessary lifetimes in -> TyCtxt methods.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-6
/
+6
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-31
rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.
Eduard-Mihai Burtescu
-12
/
+7
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
/
+664