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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2022-09-02
Fix panic in ConcurrencyLimiter when unwinding
bjorn3
-1
/
+1
2022-09-01
Update libloading to 0.7.3
bjorn3
-1
/
+1
2022-08-28
Use pull instead of push based model for getting dylib symbols in the jit
bjorn3
-34
/
+17
2022-08-23
Make sure to count reused cgus towards the count of jobs done
bjorn3
-0
/
+1
2022-08-23
Add some self profiler calls
bjorn3
-40
/
+55
2022-08-23
Compile functions from clif ir to object code in parallel
bjorn3
-8
/
+9
2022-08-23
Use correct CguReuse variant
bjorn3
-3
/
+3
2022-08-23
Do asm compilation and object file emission in parallel
bjorn3
-24
/
+56
2022-08-18
Small cleanup
bjorn3
-10
/
+5
2022-08-18
Remove TyCtxt from DebugContext
bjorn3
-5
/
+5
2022-08-18
Register debuginfo for lazy jit shim
bjorn3
-1
/
+3
2022-08-17
Remove TyCtxt field from CodegenCx
bjorn3
-6
/
+7
2022-08-13
Remove TyCtxt parameter from emit_cgu
bjorn3
-8
/
+19
2022-08-13
Move error reporting out of emit_cgu
bjorn3
-20
/
+28
2022-08-12
Move copy to incr comp cache to codegen join phase
bjorn3
-24
/
+34
2022-08-12
Stream object file to disk
bjorn3
-40
/
+30
2022-08-12
Move build_isa call into make_module
bjorn3
-7
/
+5
2022-08-12
Don't attempt to do incr comp for the allocator shim
bjorn3
-19
/
+21
2022-08-12
Give fields of ModuleCodegenResult names
bjorn3
-17
/
+17
2022-08-12
Remove the partial linking hack for global asm support
bjorn3
-20
/
+82
2022-08-12
Don't take TyCtxt as argument for compile_global_asm
bjorn3
-4
/
+17
2022-08-12
Move some sess.fatal calls out of compile_global_asm
bjorn3
-1
/
+4
2022-08-12
Extract global_asm module
bjorn3
-107
/
+2
2022-08-11
Introduce OngoingCodegen type
bjorn3
-21
/
+46
2022-08-11
Return ModuleCodegenResult from reuse_workproduct_for_cgu
bjorn3
-29
/
+31
2022-08-10
Move cached_context out of CodegenCx
bjorn3
-8
/
+33
2022-08-10
Split non-compile parts of codegen_fn out into a separate function
bjorn3
-5
/
+7
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-06
incr: cache dwarf objects in work products
David Wood
-2
/
+9
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-1
/
+1
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-15
/
+10
2022-06-06
Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir call
bjorn3
-5
/
+1
2022-06-06
Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir calls
bjorn3
-1
/
+1
2022-06-06
Rename CodegenUnit::work_product to previous_work_product
bjorn3
-1
/
+1
2022-05-15
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...
bjorn3
-2
/
+2
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-2
/
+2
2022-04-03
Cleanup after some refactoring in rustc_target
Loïc BRANSTETT
-2
/
+6
2022-03-20
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...
bjorn3
-3
/
+4
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-9
/
+4
2021-12-30
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...
bjorn3
-1
/
+1
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-8
/
+23
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-10-20
Make hash_result an Option.
Camille GILLOT
-1
/
+1
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+1
2021-09-19
Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...
bjorn3
-7
/
+16
2021-09-02
Use in_incr_comp_dir_sess in cg_clif
bjorn3
-2
/
+1
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-21
/
+111
2021-07-06
Move LinkerInfo into CrateInfo
bjorn3
-4
/
+2
2021-07-05
Remove LibSource
bjorn3
-1
/
+1
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-1
/
+0
[next]