]> git.lizzy.rs Git - rust.git/history - src/driver
Stop using a deprecated function
[rust.git] / src / driver /
2022-10-23 bjorn3Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b...
2022-10-23 bjorn3Sync from rust e64f1110c062f61746f222059439529a43ccf6dc
2022-10-11 bjorn3Sync from rust bb93450ec4af83c20e9ba6c8e575aca55423001a
2022-10-05 bjorn3Sync from rust d8613f792c11d6d348b15eee79da561323fa0199
2022-09-25 bjorn3Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
2022-09-15 bjorn3Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
2022-09-12 bjorn3Sync from rust 56e7678ca97e9740f7d09206f767d5bb676917f7
2022-09-04 bjorn3Sync from rust 8521a8c92da6c0c845d4f6394e903651a227946a
2022-09-02 bjorn3Fix panic in ConcurrencyLimiter when unwinding
2022-09-01 bjorn3Update libloading to 0.7.3
2022-08-30 bjorn3Sync from rust 9f4d5d2a28849ec0ecb2976ddc9946f65b626fe8
2022-08-28 bjorn3Merge pull request #1273 from bjorn3/jit_pull_symbols
2022-08-28 bjorn3Use pull instead of push based model for getting dylib...
2022-08-28 borsAuto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
2022-08-27 borsAuto merge of #100999 - nnethercote:shrink-FnAbi, r...
2022-08-24 bjorn3Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193...
2022-08-24 bjorn3Sync from rust 4a24f08ba43166cfee86d868b3fe8612aec6faca
2022-08-24 bjorn3Merge pull request #1271 from bjorn3/parallel_comp_support
2022-08-23 bjorn3Make sure to count reused cgus towards the count of...
2022-08-23 bjorn3Add some self profiler calls
2022-08-23 bjorn3Compile functions from clif ir to object code in parallel
2022-08-23 bjorn3Use correct CguReuse variant
2022-08-23 bjorn3Do asm compilation and object file emission in parallel
2022-08-19 bjorn3Merge pull request #1266 from bjorn3/parallel_comp_refa...
2022-08-18 bjorn3Small cleanup
2022-08-18 bjorn3Remove TyCtxt from DebugContext
2022-08-18 bjorn3Register debuginfo for lazy jit shim
2022-08-17 bjorn3Remove TyCtxt field from CodegenCx
2022-08-15 bjorn3Sync from rust 6ce76091c7cef21692a15dce1f0a4c415d245be4
2022-08-13 bjorn3Merge pull request #1264 from bjorn3/parallel_comp_refactor
2022-08-13 bjorn3Remove TyCtxt parameter from emit_cgu
2022-08-13 bjorn3Move error reporting out of emit_cgu
2022-08-12 bjorn3Move copy to incr comp cache to codegen join phase
2022-08-12 bjorn3Stream object file to disk
2022-08-12 bjorn3Move build_isa call into make_module
2022-08-12 bjorn3Don't attempt to do incr comp for the allocator shim
2022-08-12 bjorn3Give fields of ModuleCodegenResult names
2022-08-12 bjorn3Remove the partial linking hack for global asm support
2022-08-12 bjorn3Don't take TyCtxt as argument for compile_global_asm
2022-08-12 bjorn3Move some sess.fatal calls out of compile_global_asm
2022-08-12 bjorn3Extract global_asm module
2022-08-11 bjorn3Introduce OngoingCodegen type
2022-08-11 bjorn3Return ModuleCodegenResult from reuse_workproduct_for_cgu
2022-08-10 bjorn3Move cached_context out of CodegenCx
2022-08-10 bjorn3Split non-compile parts of codegen_fn out into a separa...
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-06 David Woodincr: cache dwarf objects in work products
2022-06-23 bjorn3Sync from rust 10f4ce324baf7cfb7ce2b2096662b82b79204944
2022-06-21 borsAuto merge of #98098 - bjorn3:archive_refactor, r=micha...
2022-06-18 Matthias KrügerRollup merge of #98165 - WaffleLapkin:once_things_renam...
2022-06-16 Yuki OkushiRollup merge of #97675 - nvzqz:unsized-needs-drop,...
2022-06-16 Maybe WaffleMove/rename `lazy::Sync{OnceCell,Lazy}` to `sync::...
2022-06-09 bjorn3Sync from rust be16c6166f08f9b26d854783bbd4ce8d006c8f6f
2022-06-07 borsAuto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r...
2022-06-06 bjorn3Make saved_file field of WorkProduct non-optional
2022-06-06 bjorn3Factor Option out of copy_cgu_workproduct_to_incr_comp_...
2022-06-06 bjorn3Avoid an unnecessary clone for copy_cgu_workproduct_to_...
2022-06-06 bjorn3Rename CodegenUnit::work_product to previous_work_product
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 bjorn3Sync from rust e1ec3260d79497080ca86540562d410ba67d2a95
2022-04-27 bjorn3Use jit_builder.symbol instead of #[no_mangle] for...
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-08 klensycheck_doc_keyword: don't alloc string for emptiness...
2022-04-05 bjorn3Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-13 bjorn3Remove almost all remaining feature gates
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-23 bjorn3Sync from rust bafe8d06e015eb00724d3d497516191d6681943f
2022-02-22 bjorn3Sync from rust 03a8cc7df1d65554a4d40825b0490c93ac0f0236
2022-02-16 bjorn3Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306
2022-02-13 bjorn3Sync from rust 9a60099cc43c8a07abb280be323d1ed9afc27f2c
2022-02-08 bjorn3Update Cranelift to 0.81.0
2022-01-30 bjorn3Sync from rust a00e130dae74a213338e2b095ec855156d8f3d8a
2022-01-19 bjorn3Sync from rust 2f004d2d401682e553af3984ebd9a3976885e752
2022-01-18 bjorn3Record object file artifact size in self profile data
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-27 bjorn3Remove TyCtxt dependency from UnwindContext
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-20 bjorn3Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-09 bjorn3Use cg_ssa for creating the dylib metadata file
2021-12-07 bjorn3Use const thread_local!
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-11-24 bjorn3Use cgu name instead of function name as base for inlin...
2021-10-27 bjorn3Sync from rust 47aeac648ed56095688c1c20972c9b72bd0da7ce
2021-10-20 Camille GILLOTMake hash_result an Option.
2021-10-17 bjorn3Remove unnecessary Lazy
2021-10-02 bjorn3Sync from rust a8387aef8c378a771686878062e544af4d5e2245
2021-09-30 Camille GILLOTMove EncodedMetadata to rustc_metadata.
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 bjorn3Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1
next