]> git.lizzy.rs Git - rust.git/history - src/base.rs
Stop using a deprecated function
[rust.git] / src / base.rs
2022-10-23 bjorn3Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b...
2022-10-23 bjorn3Sync from rust e64f1110c062f61746f222059439529a43ccf6dc
2022-10-11 bjorn3Sync from rust bb93450ec4af83c20e9ba6c8e575aca55423001a
2022-10-06 ouz-aRemove `mir::CastKind::Misc`
2022-10-05 bjorn3Sync from rust d8613f792c11d6d348b15eee79da561323fa0199
2022-09-27 bjorn3Merge pull request #1283 from bjorn3/update_cranelift
2022-09-26 bjorn3Update to Cranelift 0.88.0
2022-09-25 bjorn3Merge branch 'rustup'
2022-09-25 bjorn3Fix ConstantKind::Ty codegen
2022-09-25 bjorn3Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
2022-09-20 borsAuto merge of #99806 - oli-obk:unconstrained_opaque_typ...
2022-09-17 borsAuto merge of #98588 - b-naber:valtrees-cleanup, r...
2022-09-16 Oli SchererRevert "Revert "Rollup merge of #98582 - oli-obk:uncons...
2022-09-15 bjorn3Implement dyn* support
2022-09-15 bjorn3Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
2022-09-14 borsAuto merge of #101212 - eholk:dyn-star, r=compiler...
2022-09-13 borsAuto merge of #99556 - davidtwco:collapse-debuginfo...
2022-09-13 Eric HolkMake x.py check work
2022-09-12 bjorn3Sync from rust 56e7678ca97e9740f7d09206f767d5bb676917f7
2022-09-10 borsAuto merge of #101483 - oli-obk:guaranteed_opt, r=fee1...
2022-09-06 Oli SchererGeneralize the Assume intrinsic statement to a general...
2022-09-06 Oli SchererLower the assume intrinsic to a MIR statement
2022-09-04 bjorn3Sync from rust 8521a8c92da6c0c845d4f6394e903651a227946a
2022-09-02 borsAuto merge of #97802 - Enselic:add-no_ignore_sigkill...
2022-09-01 borsAuto merge of #100707 - dzvon:fix-typo, r=davidtwco
2022-08-31 Ralf JungRollup merge of #100730 - CleanCut:diagnostics-rustc_mo...
2022-08-30 bjorn3Sync from rust 9f4d5d2a28849ec0ecb2976ddc9946f65b626fe8
2022-08-30 Dylan DPCRollup merge of #101101 - RalfJung:read-pointer-as...
2022-08-29 Matthias KrügerRollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
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-26 Tomasz MiąskoReplace `Body::basic_blocks()` with field access
2022-08-25 Nathan Stocksadjust to new error value
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 bjorn3Compile functions from clif ir to object code in parallel
2022-08-23 bjorn3Store symbol name as owned string
2022-08-22 bjorn3Update to Cranelift 0.87.0
2022-08-19 bjorn3Merge pull request #1266 from bjorn3/parallel_comp_refa...
2022-08-18 bjorn3Move Span lowering from debuginfo finalization to codegen
2022-08-18 bjorn3Move set_function_span earlier
2022-08-18 bjorn3Move FunctionDebugContext creation to codegen_fn
2022-08-18 bjorn3Introduce FunctionDebugContext
2022-08-18 bjorn3Remove TyCtxt from DebugContext
2022-08-18 bjorn3Remove Instance param of DebugContext::define_function
2022-08-18 bjorn3Remove stub local debuginfo implementation
2022-08-17 bjorn3Remove TyCtxt parameter from compile_fn
2022-08-17 bjorn3Remove TyCtxt field from CodegenCx
2022-08-17 bjorn3Replace instance param of write_clif_file with symbol_name
2022-08-17 bjorn3Remove optimize_function
2022-08-15 bjorn3Sync from rust 6ce76091c7cef21692a15dce1f0a4c415d245be4
2022-08-13 bjorn3Merge pull request #1264 from bjorn3/parallel_comp_refactor
2022-08-13 bjorn3Merge pull request #1255 from afonso360/abi-checker
2022-08-10 bjorn3Move cached_context out of CodegenCx
2022-08-10 bjorn3Split non-compile parts of codegen_fn out into a separa...
2022-08-10 bjorn3Move some code into codegen_fn_content
2022-08-09 bjorn3Remove most trap functions and remove all trapnz usages
2022-07-26 borsAuto merge of #99745 - JohnTitor:rollup-lvrie64, r...
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-07-25 bjorn3Sync from rust 2f320a224e827b400be25966755a621779f797cc
2022-07-24 borsAuto merge of #99251 - cuviper:hashbrown-0.12, r=Mark...
2022-07-20 Oli SchererRevert "Rollup merge of #98582 - oli-obk:unconstrained_...
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-07-03 bjorn3Sync from rust f99f9e48ed77a99747c6d07b42fdfe500f1a7de0
2022-07-02 bjorn3Add code to print clif ir on panics during define_function
2022-06-30 Camille GILLOTRecover when failing to normalize closure signature.
2022-06-30 Oli SchererChange enum->int casts to not go through MIR casts.
2022-06-23 bjorn3Adopt for "Remove dereferencing of Box from codegen"
2022-06-23 bjorn3Sync from rust 10f4ce324baf7cfb7ce2b2096662b82b79204944
2022-06-21 borsAuto merge of #98098 - bjorn3:archive_refactor, r=micha...
2022-06-16 Yuki OkushiRollup merge of #97675 - nvzqz:unsized-needs-drop,...
2022-06-14 Nicholas NethercoteRename the `ConstS::val` field as `kind`.
2022-06-09 bjorn3Sync from rust be16c6166f08f9b26d854783bbd4ce8d006c8f6f
2022-06-07 borsAuto merge of #97512 - scottmcm:add-coldcc, r=nagisa...
2022-06-02 Ralf Jungadd cast kind of from_exposed_addr (int-to-ptr casts)
2022-06-01 Ralf Jungrename PointerAddress → PointerExposeAddress
2022-05-31 Tomasz MiąskoAdd a pointer to address cast kind
2022-05-23 Jakob DegenRefactor call terminator to always hold a destination...
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 bjorn3Sync from rust e1ec3260d79497080ca86540562d410ba67d2a95
2022-05-11 bjorn3Use cfg(any()) instead of cfg(disabled)
2022-04-30 bjorn3Fix #[track_caller] location for function chains
2022-04-30 bjorn3Fix #[track_caller] with MIR inlining
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-21 bjorn3Rustup to rustc 1.62.0-nightly (879aff385 2022-04-20)
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-11 Jakob DegenAdd new `Deinit` statement kind
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 bjorn3Wrap write_mir_fn call in with_no_trimmed_paths!()
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-18 bjorn3Merge pull request #1221 from bjorn3/run_more_rustc_tests
next