]> git.lizzy.rs Git - rust.git/history - src
Fix inline asm codegen for empty template
[rust.git] / src /
2022-07-22 bjorn3Fix inline asm codegen for empty template
2022-07-22 bjorn3Don't crash when local variables are too big to store...
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-14 5225225Use constant eval to do strict validity checks
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
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-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-09 Ralf Jungtweak names and output and bless
2022-07-09 Ralf Jungreview feedback
2022-07-09 Ralf Jungfix cranelift and gcc backends
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-06 David Woodincr: cache dwarf objects in work products
2022-07-06 Alan EgertonUpdate TypeVisitor paths
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-28 bjorn3Fix a crash for 11 single byte fields passed through...
2022-06-28 bjorn3Run regalloc checker on CI
2022-06-23 bjorn3Disable DWARF debuginfo on Windows
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-19 bjorn3Remove the source archive functionality of ArchiveWriter
2022-06-19 bjorn3Fix "Remove src_files and remove_file"
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-14 bjorn3Remove src_files and remove_file
2022-06-14 b-naberimplement valtrees as the type-system representation...
2022-06-14 Nicholas NethercoteRename the `ConstS::val` field as `kind`.
2022-06-09 bjorn3Mark extern rust-cold calls as cold
2022-06-09 bjorn3Sync from rust be16c6166f08f9b26d854783bbd4ce8d006c8f6f
2022-06-07 borsAuto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r...
2022-06-07 borsAuto merge of #97512 - scottmcm:add-coldcc, r=nagisa...
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-06-02 bjorn3Remove workaround for bytecodealliance/wasmtime#3963
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-30 Scott McMurrayUse CallConv::Cold in cranelift for extern "rust-cold"
2022-05-30 Scott McMurrayAdd support for emitting functions with `coldcc` in...
2022-05-24 5225225Add flag for stricter checks on uninit/zeroed
2022-05-23 Jakob DegenRefactor call terminator to always hold a destination...
2022-05-18 bjorn3Fix symbol tables in case of multiple object files...
2022-05-15 bjorn3Merge branch 'sync_from_rust'
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 bjorn3Rustup to rustc 1.62.0-nightly (70b3681bf 2022-05-14)
2022-05-15 bjorn3Sync from rust e1ec3260d79497080ca86540562d410ba67d2a95
2022-05-12 Scott McMurrayRename `unsigned_offset_from` to `sub_ptr`
2022-05-12 Scott McMurrayAdd `unsigned_offset_from` on pointers
2022-05-11 bjorn3Use cfg(any()) instead of cfg(disabled)
2022-05-06 bjorn3Rustfmt
2022-05-06 bjorn3Fix assert_assignable for array types
2022-04-30 bjorn3Fix #[track_caller] location for function chains
2022-04-30 bjorn3Fix #[track_caller] with MIR inlining
2022-04-30 bjorn3Merge pull request #1225 from bjorn3/build_system_rework
2022-04-29 bjorn3Use -Zcodegen-backend instead of a rustc replacement...
2022-04-29 bjorn3Remove cg_clif_build_sysroot
2022-04-27 bjorn3Use jit_builder.symbol instead of #[no_mangle] for...
2022-04-22 bjorn3Merge branch 'sync_from_rust'
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-17 bjorn3Remove option to select regalloc algorithm
2022-04-11 Jakob DegenAdd new `Deinit` statement kind
2022-04-08 klensycheck_doc_keyword: don't alloc string for emptiness...
2022-04-05 Oli SchererMark scalar layout unions so that backends that do...
2022-04-05 bjorn3Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-03-25 bjorn3Use fma(f) libm function for simd_fma intrinsic
2022-03-25 bjorn3Fix NaN handling of simd float min and max operations
2022-03-25 bjorn3Fix saturating float casts test
2022-03-25 bjorn3Sync from rust 903427b2e807cb1292388940b3f44f3b061cfebf
2022-03-20 bjorn3Merge branch 'sync_from_rust'
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 bjorn3Run part of the simd test suite
2022-03-20 bjorn3Wrap write_mir_fn call in with_no_trimmed_paths!()
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-19 bjorn3Codegen 128bit atomic loads and stores for compiler...
2022-03-18 bjorn3Merge pull request #1221 from bjorn3/run_more_rustc_tests
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-17 bjorn3Fix and re-enable some rustc tests
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-15 bjorn3Avoid once_cell unstable feature in cg_clif.rs
2022-03-14 bjorn3Merge pull request #1220 from bjorn3/dont_print_on_trap
2022-03-14 bjorn3Replace a lot of print+trap with plain trap
2022-03-13 bjorn3Mark cold blocks
2022-03-13 bjorn3Add and remove some fixmes
2022-03-13 bjorn3Remove almost all remaining feature gates
next