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
Age
Commit message (
Expand
)
Author
Lines
2020-01-24
Print constants in `type_name` for const generics
varkor
-1
/
+1
2020-01-20
Make sure that all upstream generics get re-exported from Rust dylibs.
Michael Woerister
-36
/
+76
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-7
/
+8
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-4
/
+4
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-30
Make things build again
Vadim Petrochenkov
-1
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-74
/
+52
2019-12-22
Format the world
Mark Rousskov
-153
/
+123
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-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-4
/
+4
2019-12-20
Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddyb
Mazdak Farrokhzad
-4
/
+24
2019-12-16
Fix handling of wasm import modules and names
Alex Crichton
-4
/
+24
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-1
/
+1
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-1
/
+1
2019-11-20
Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister
Mazdak Farrokhzad
-3
/
+35
2019-11-12
Rename in librustc_codegen_utils.
Camille GILLOT
-1
/
+1
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-4
/
+4
2019-11-06
Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...
Mazdak Farrokhzad
-2
/
+3
2019-11-05
rewrote error messages for #[rustc_error]
Quentin Boyer
-2
/
+8
2019-11-05
rustc: remove "GlobalMetaData" dead code from hir::map::definitions.
Eduard-Mihai Burtescu
-2
/
+1
2019-11-03
add rustc_error(delay_span_bug_from_inside_query) attribute
Quentin Boyer
-3
/
+29
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-2
/
+3
2019-10-24
rustc: Add a convenience alias for `dyn MetadataLoader + Sync`
Vadim Petrochenkov
-2
/
+2
2019-10-21
Change `SymbolName::name` from `InternedString` to `Symbol`.
Nicholas Nethercote
-13
/
+10
2019-10-21
Convert fields within `DefPathData` from `InternedString` to `Symbol`.
Nicholas Nethercote
-1
/
+1
2019-10-13
Add top level provide/provide_extern to cg_ssa and cg_utils
bjorn3
-0
/
+5
2019-10-13
Remove unused method CodegenBackend::diagnostics
bjorn3
-1
/
+0
2019-10-04
clean up GeneratorSubsts
csmoe
-2
/
+2
2019-09-29
remove ClosureSubsts with SubstsRef
csmoe
-2
/
+2
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-2
/
+2
2019-09-26
Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril
bors
-2
/
+0
2019-09-26
Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb
Mazdak Farrokhzad
-2
/
+0
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-13
/
+13
2019-09-25
Remove tx_to_llvm_workers from TyCtxt
Mark Rousskov
-2
/
+0
2019-09-25
Rename `sty` to `kind`
varkor
-6
/
+6
2019-09-23
Remove unused dependencies
Shotaro Yamada
-1
/
+0
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
2019-08-17
Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank
Mazdak Farrokhzad
-2
/
+10
2019-08-14
rustc_codegen_utils: account for 1-indexed anonymous lifetimes in v0 mangling.
Eduard-Mihai Burtescu
-2
/
+10
2019-08-14
Update rustc-demangle to 0.1.16.
Eduard-Mihai Burtescu
-1
/
+1
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-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-4
/
+0
2019-07-08
normalize use of backticks for compiler messages in librustc_codegen
Samy Kacimi
-1
/
+1
[next]