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
/
src
/
librustc_codegen_utils
/
symbol_names_test.rs
Age
Commit message (
Collapse
)
Author
Lines
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-70
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-4
/
+3
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-1
/
+1
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
This is not a compelling change in isolation, but it is a necessary step.
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
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
-5
/
+5
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-31
rustc_codegen_utils: test demangler output, not just symbol names.
Eduard-Mihai Burtescu
-2
/
+6
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-3
/
+3
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-6
/
+6
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-6
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+79