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_llvm
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-512
/
+0
2020-08-17
Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk
bors
-1
/
+1
2020-08-15
Merge branch 'master' into feature/incorporate-tracing
pawanbisht62
-5
/
+5
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-1
/
+1
2020-08-10
Merge branch 'master' into feature/incorporate-tracing
pawanbisht62
-1
/
+1
2020-08-08
Miri: Renamed "undef" to "uninit"
Philippe Nadon
-5
/
+5
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-08-06
Incorporate tracing crate
bishtpawan
-1
/
+1
2020-07-29
Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov
bors
-1
/
+1
2020-07-29
MinGW: emit dllexport/dllimport by rustc
Mateusz Mikuła
-1
/
+1
2020-07-22
[AVR] Correctly set the pointer address space when constructing pointers to f...
Dylan McKay
-3
/
+9
2020-07-20
mir: `unused_generic_params` query
David Wood
-2
/
+2
2020-07-17
Generating the coverage map
Rich Kadel
-3
/
+7
2020-07-15
Change `SymbolName::name` to a `&str`.
Nicholas Nethercote
-6
/
+4
2020-04-30
Add a convenience function for testing whether a static is `#[thread_local]`
Oliver Scherer
-0
/
+1
2020-04-23
Address comments from review
marmeladema
-3
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+3
2020-04-03
Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obk
Mazdak Farrokhzad
-16
/
+13
2020-04-02
Place TLS initializers with relocations in .tdata
Dylan MacKenzie
-16
/
+13
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-3
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-5
/
+7
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-6
/
+6
2020-03-11
librustc_codegen_llvm: Replace deprecated API usage
Tomasz Miąsko
-2
/
+2
2020-02-15
Change const eval to return `ConstValue`, instead of `Const` as the type insi...
Ben Lewis
-5
/
+3
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-2
/
+3
2020-01-05
Rename Instance.ty to Instance.monomorphic_ty
Aaron Hill
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+3
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-5
/
+3
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-73
/
+59
2019-12-22
Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk
Mazdak Farrokhzad
-8
/
+2
2019-12-21
Handle Attributes in arena.
Camille GILLOT
-2
/
+2
2019-12-22
Add simpler entry points to const eval for common usages.
Ben Lewis
-8
/
+2
2019-12-11
Remove unused import
Aaron Hill
-1
/
+0
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+3
2019-12-04
Migrate to LLVM{Get,Set}ValueName2
Josh Stone
-6
/
+4
2019-11-18
Allow different global references to the same name
Stephen Crane
-3
/
+5
2019-11-12
Rename in librustc_codegen_llvm.
Camille GILLOT
-2
/
+2
2019-10-21
Change `SymbolName::name` from `InternedString` to `Symbol`.
Nicholas Nethercote
-1
/
+1
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-3
/
+3
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-05
Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...
Mazdak Farrokhzad
-7
/
+8
2019-09-04
Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`.
Nicholas Nethercote
-7
/
+8
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
2019-08-30
Fixup remaining direct relocation field references
Andreas Molzer
-4
/
+4
2019-08-28
Address naming and comments from reviews
Andreas Molzer
-3
/
+3
[next]