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
/
compiler
/
rustc_codegen_cranelift
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-0
/
+9
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-2
/
+1
2021-06-04
Move windows_subsystem field from CodegenResults to CrateInfo
bjorn3
-16
/
+0
2021-06-04
Allow printing the version of the default codegen backend if it isn't llvm
bjorn3
-0
/
+4
2021-06-04
Provide default MetadataLoader
bjorn3
-5
/
+1
2021-06-04
Provide a default provide* implementation for CodegenBackend
bjorn3
-4
/
+0
2021-06-01
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+2
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-3
/
+2
2021-05-30
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+2
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-05-27
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...
bjorn3
-49
/
+170
2021-05-24
Change the ice hook for cg_clif to refer to cg_clif's issue tracker
bjorn3
-2
/
+23
2021-05-23
(try to) fix cranelift
Ralf Jung
-0
/
+2
2021-05-23
Add BPF target
Alessandro Decina
-0
/
+1
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-5
/
+3
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-11
/
+10
2021-05-14
Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa
bors
-66
/
+2
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-3
/
+14
2021-05-12
Use () for codegen queries.
Camille GILLOT
-8
/
+7
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-2
/
+2
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-4
/
+6
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-3
/
+1
2021-05-07
Use the object crate for metadata reading
bjorn3
-66
/
+2
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-2
/
+2
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+4
2021-05-05
Revamp RealFileName public methods
Andy Wang
-2
/
+2
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-1
/
+1
2021-05-02
Pass target_cpu to LinkerInfo::new instead of link_binary
bjorn3
-3
/
+1
2021-04-30
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
Erin Power
-1
/
+4
2021-04-30
[cg_clif] Fix run_jit from sync
Erin Power
-51
/
+5
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-1172
/
+691
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-2
/
+2
2021-04-14
Add more SIMD math.h intrinsics
Jubilee Young
-0
/
+2
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-30
Add an Mmap wrapper to rustc_data_structures
bjorn3
-17
/
+4
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-266
/
+433
2021-03-20
update `const_eval_resolve`
lcnr
-5
/
+5
2021-03-19
Add simd_neg platform intrinsic
SparrowLii
-0
/
+1
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-6
/
+6
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-20
/
+24
2021-03-10
Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu
bors
-2
/
+5
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-2
/
+5
2021-03-09
Clean up todos
kadmin
-1
/
+0
2021-03-09
Build StKind::CopyOverlapping
kadmin
-2
/
+13
2021-03-09
Update cranelift
kadmin
-0
/
+11
2021-03-08
Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
bors
-2
/
+3
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-2258
/
+831
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-2
/
+3
2021-02-26
Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se
Guillaume Gomez
-2
/
+1
[prev]
[next]