]> git.lizzy.rs Git - rust.git/log
rust.git
5 years agoImplement isize -> raw-ptr cast
bjorn3 [Sat, 16 Feb 2019 15:37:30 +0000 (16:37 +0100)]
Implement isize -> raw-ptr cast

5 years agoImplement float -> int/uint cast
bjorn3 [Sat, 16 Feb 2019 15:24:38 +0000 (16:24 +0100)]
Implement float -> int/uint cast

5 years agoFix atomic_xchg* intrinsics
bjorn3 [Sat, 16 Feb 2019 15:24:03 +0000 (16:24 +0100)]
Fix atomic_xchg* intrinsics

5 years agoFix cttz{,_nonzero} intrinsics
bjorn3 [Sat, 16 Feb 2019 14:42:20 +0000 (15:42 +0100)]
Fix cttz{,_nonzero} intrinsics

5 years agoFix BinOp::Offset
bjorn3 [Sat, 16 Feb 2019 13:02:15 +0000 (14:02 +0100)]
Fix BinOp::Offset

fixes #341

5 years agoSeveral fixes
bjorn3 [Sat, 16 Feb 2019 12:49:42 +0000 (13:49 +0100)]
Several fixes

5 years agoRemove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore
bjorn3 [Sat, 16 Feb 2019 11:37:33 +0000 (12:37 +0100)]
Remove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore

5 years agoRustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
bjorn3 [Sat, 16 Feb 2019 11:35:45 +0000 (12:35 +0100)]
Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)

5 years agoLibstd and varargs are now supported.
bjorn3 [Sat, 16 Feb 2019 11:21:22 +0000 (12:21 +0100)]
Libstd and varargs are now supported.

5 years agoMerge pull request #345 from bjorn3/dependabot/cargo/cranelift-2145dd3
dependabot[bot] [Wed, 13 Feb 2019 17:24:33 +0000 (17:24 +0000)]
Merge pull request #345 from bjorn3/dependabot/cargo/cranelift-2145dd3

5 years agoBump cranelift from `4d92022` to `2145dd3`
dependabot[bot] [Wed, 13 Feb 2019 16:59:20 +0000 (16:59 +0000)]
Bump cranelift from `4d92022` to `2145dd3`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4d92022` to `2145dd3`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/4d92022a0b1b0bef82a933057005f598d6e48bfc...2145dd3ffaedaea4db1bc4f238550beae3f0492e)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)
bjorn3 [Wed, 13 Feb 2019 13:55:09 +0000 (14:55 +0100)]
Rustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)

5 years agoUse correct alignment for CValue::ByRef for a ZST
bjorn3 [Wed, 13 Feb 2019 13:32:30 +0000 (14:32 +0100)]
Use correct alignment for CValue::ByRef for a ZST

5 years agoMerge pull request #339 from bjorn3/fix_libstd
bjorn3 [Tue, 12 Feb 2019 11:21:40 +0000 (12:21 +0100)]
Merge pull request #339 from bjorn3/fix_libstd

Fix libstd

5 years ago*const char -> *const i8
bjorn3 [Tue, 12 Feb 2019 07:24:32 +0000 (08:24 +0100)]
*const char -> *const i8

5 years agoFix and enable libstd building
bjorn3 [Mon, 11 Feb 2019 18:40:07 +0000 (19:40 +0100)]
Fix and enable libstd building

5 years agoImplement variadic function calling
bjorn3 [Mon, 11 Feb 2019 18:18:52 +0000 (19:18 +0100)]
Implement variadic function calling

5 years agoDisable macOS debuginfo and on all platforms optimizations
bjorn3 [Mon, 11 Feb 2019 18:11:55 +0000 (19:11 +0100)]
Disable macOS debuginfo and on all platforms optimizations

5 years agoFix "offset" intrinsic
bjorn3 [Mon, 11 Feb 2019 17:49:59 +0000 (18:49 +0100)]
Fix "offset" intrinsic

It didn't multiply the offset given by the pointee type size.

5 years agoCleanup config.sh
bjorn3 [Mon, 11 Feb 2019 14:42:28 +0000 (15:42 +0100)]
Cleanup config.sh

5 years agoFix alloc_example
bjorn3 [Mon, 11 Feb 2019 14:28:56 +0000 (15:28 +0100)]
Fix alloc_example

5 years agoRustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)
bjorn3 [Mon, 11 Feb 2019 14:05:26 +0000 (15:05 +0100)]
Rustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)

5 years agoMerge pull request #338 from philipc/gimli
bjorn3 [Mon, 11 Feb 2019 14:09:17 +0000 (15:09 +0100)]
Merge pull request #338 from philipc/gimli

Update gimli

5 years agoUpdate gimli
Philip Craig [Sat, 9 Feb 2019 07:15:15 +0000 (17:15 +1000)]
Update gimli

5 years agoImplement drop for trait objects
bjorn3 [Thu, 7 Feb 2019 19:45:15 +0000 (20:45 +0100)]
Implement drop for trait objects

5 years agoMerge pull request #334 from bjorn3/dependabot/cargo/cranelift-4d92022
dependabot[bot] [Fri, 8 Feb 2019 06:42:44 +0000 (06:42 +0000)]
Merge pull request #334 from bjorn3/dependabot/cargo/cranelift-4d92022

5 years agoBump cranelift from `0a04fb6` to `4d92022`
dependabot[bot] [Fri, 8 Feb 2019 05:37:43 +0000 (05:37 +0000)]
Bump cranelift from `0a04fb6` to `4d92022`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `0a04fb6` to `4d92022`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/0a04fb6ad0b3acb165b9b4dc1aeab5abf061a9fc...4d92022a0b1b0bef82a933057005f598d6e48bfc)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMake codegen_call_inner a bit more readable
bjorn3 [Thu, 7 Feb 2019 19:28:55 +0000 (20:28 +0100)]
Make codegen_call_inner a bit more readable

5 years agoMerge pull request #330 from bjorn3/dependabot/cargo/cranelift-0a04fb6
dependabot[bot] [Thu, 7 Feb 2019 08:55:13 +0000 (08:55 +0000)]
Merge pull request #330 from bjorn3/dependabot/cargo/cranelift-0a04fb6

5 years agoBump cranelift from `c47ca7b` to `0a04fb6`
dependabot[bot] [Thu, 7 Feb 2019 07:26:33 +0000 (07:26 +0000)]
Bump cranelift from `c47ca7b` to `0a04fb6`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `c47ca7b` to `0a04fb6`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/c47ca7bafc8fc48358f1baa72360e61fc1f7a0f2...0a04fb6ad0b3acb165b9b4dc1aeab5abf061a9fc)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #327 from bjorn3/dependabot/cargo/gimli-955c33e
bjorn3 [Thu, 7 Feb 2019 07:22:39 +0000 (08:22 +0100)]
Merge pull request #327 from bjorn3/dependabot/cargo/gimli-955c33e

Bump gimli from `9ed8d7b` to `955c33e`

5 years agoBump gimli from `9ed8d7b` to `955c33e`
dependabot[bot] [Thu, 7 Feb 2019 06:21:48 +0000 (06:21 +0000)]
Bump gimli from `9ed8d7b` to `955c33e`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `9ed8d7b` to `955c33e`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/9ed8d7bce40613c9c9b5b511d9c5ead24492d7e1...955c33ed0056374ab349b1a175f743db3f571e0d)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRemove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch
bjorn3 [Wed, 6 Feb 2019 18:22:01 +0000 (19:22 +0100)]
Remove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch

5 years agoMisc changes
bjorn3 [Wed, 6 Feb 2019 18:07:21 +0000 (19:07 +0100)]
Misc changes

5 years agoFix some warnings
bjorn3 [Wed, 6 Feb 2019 17:49:59 +0000 (18:49 +0100)]
Fix some warnings

5 years agoImplement dynamic dispatch for self: Box<T>
bjorn3 [Wed, 6 Feb 2019 17:44:02 +0000 (18:44 +0100)]
Implement dynamic dispatch for self: Box<T>

5 years agoMerge pull request #324 from bjorn3/dependabot/cargo/fuchsia-cprng-0.1.1
bjorn3 [Wed, 6 Feb 2019 16:37:07 +0000 (17:37 +0100)]
Merge pull request #324 from bjorn3/dependabot/cargo/fuchsia-cprng-0.1.1

Bump fuchsia-cprng from 0.1.0 to 0.1.1

5 years agoMerge pull request #325 from bjorn3/dependabot/cargo/cc-1.0.29
bjorn3 [Wed, 6 Feb 2019 16:36:59 +0000 (17:36 +0100)]
Merge pull request #325 from bjorn3/dependabot/cargo/cc-1.0.29

Bump cc from 1.0.28 to 1.0.29

5 years agoBump cc from 1.0.28 to 1.0.29
dependabot[bot] [Wed, 6 Feb 2019 06:06:48 +0000 (06:06 +0000)]
Bump cc from 1.0.28 to 1.0.29

Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.28 to 1.0.29.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases)
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.28...1.0.29)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump fuchsia-cprng from 0.1.0 to 0.1.1
dependabot[bot] [Wed, 6 Feb 2019 06:06:44 +0000 (06:06 +0000)]
Bump fuchsia-cprng from 0.1.0 to 0.1.1

Bumps fuchsia-cprng from 0.1.0 to 0.1.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #323 from bjorn3/dependabot/cargo/serde-1.0.87
bjorn3 [Tue, 5 Feb 2019 07:25:18 +0000 (08:25 +0100)]
Merge pull request #323 from bjorn3/dependabot/cargo/serde-1.0.87

Bump serde from 1.0.86 to 1.0.87

5 years agoBump serde from 1.0.86 to 1.0.87
dependabot[bot] [Tue, 5 Feb 2019 05:19:56 +0000 (05:19 +0000)]
Bump serde from 1.0.86 to 1.0.87

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.86...v1.0.87)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoIntroduce CPlace::NoPlace for zst's
bjorn3 [Mon, 4 Feb 2019 18:58:07 +0000 (19:58 +0100)]
Introduce CPlace::NoPlace for zst's

5 years agoTake stack_addr in advance for locals to avoid many duplicate instructions
bjorn3 [Mon, 4 Feb 2019 18:44:16 +0000 (19:44 +0100)]
Take stack_addr in advance for locals to avoid many duplicate instructions

5 years agoIntroduce CPlace::Stack
bjorn3 [Mon, 4 Feb 2019 18:27:58 +0000 (19:27 +0100)]
Introduce CPlace::Stack

5 years agoRefactor CPlace address handling
bjorn3 [Mon, 4 Feb 2019 18:18:39 +0000 (19:18 +0100)]
Refactor CPlace address handling

5 years agoDon't try to store func_addr for FnDef in trans_const_value
bjorn3 [Sun, 3 Feb 2019 12:29:04 +0000 (13:29 +0100)]
Don't try to store func_addr for FnDef in trans_const_value

This would crash, because the place provides 0 bytes of space for FnDef

5 years agoAdd some patches for libstd
bjorn3 [Sun, 3 Feb 2019 10:26:44 +0000 (11:26 +0100)]
Add some patches for libstd

5 years agoMisc changes
bjorn3 [Sun, 3 Feb 2019 10:25:56 +0000 (11:25 +0100)]
Misc changes

5 years agoUpdate Cargo.lock
bjorn3 [Sun, 3 Feb 2019 10:08:25 +0000 (11:08 +0100)]
Update Cargo.lock

5 years agoMerge pull request #321 from bjorn3/dependabot/cargo/proc-macro2-0.4.27
dependabot[bot] [Sat, 2 Feb 2019 13:51:06 +0000 (13:51 +0000)]
Merge pull request #321 from bjorn3/dependabot/cargo/proc-macro2-0.4.27

5 years agoBump proc-macro2 from 0.4.26 to 0.4.27
dependabot[bot] [Sat, 2 Feb 2019 13:29:23 +0000 (13:29 +0000)]
Bump proc-macro2 from 0.4.26 to 0.4.27

Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.26...0.4.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate gimli
bjorn3 [Fri, 1 Feb 2019 18:48:09 +0000 (19:48 +0100)]
Update gimli

5 years agoRustup to rustc 1.34.0-nightly (852701ad6 2019-02-01)
bjorn3 [Sat, 2 Feb 2019 10:43:42 +0000 (11:43 +0100)]
Rustup to rustc 1.34.0-nightly (852701ad6 2019-02-01)

5 years agoMisc debuginfo.rs changes
bjorn3 [Fri, 1 Feb 2019 18:31:26 +0000 (19:31 +0100)]
Misc debuginfo.rs changes

5 years agoRustup to rustc 1.34.0-nightly (c1c3c4e95 2019-01-29)
bjorn3 [Wed, 30 Jan 2019 18:01:07 +0000 (19:01 +0100)]
Rustup to rustc 1.34.0-nightly (c1c3c4e95 2019-01-29)

5 years agoFix line debuginfo malformness in presence of macros
bjorn3 [Wed, 30 Jan 2019 13:56:25 +0000 (14:56 +0100)]
Fix line debuginfo malformness in presence of macros

5 years agoUpdate cranelift
bjorn3 [Tue, 29 Jan 2019 19:28:57 +0000 (20:28 +0100)]
Update cranelift

5 years agoRustup to rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)
bjorn3 [Tue, 29 Jan 2019 19:28:04 +0000 (20:28 +0100)]
Rustup to rustc 1.34.0-nightly (d8a0dd7ae 2019-01-28)

5 years agoFix panic_if_uninhabited intrinsic
bjorn3 [Sun, 6 Jan 2019 17:11:30 +0000 (18:11 +0100)]
Fix panic_if_uninhabited intrinsic

5 years agoFix offset addend mixup
bjorn3 [Sun, 6 Jan 2019 16:51:21 +0000 (17:51 +0100)]
Fix offset addend mixup

5 years agoUpdate Cargo.lock
bjorn3 [Sat, 26 Jan 2019 16:17:17 +0000 (17:17 +0100)]
Update Cargo.lock

5 years agoUpdate Readme.md
bjorn3 [Sat, 26 Jan 2019 16:03:35 +0000 (17:03 +0100)]
Update Readme.md

5 years agoRemove accidentially checked in file
bjorn3 [Sat, 26 Jan 2019 14:19:27 +0000 (15:19 +0100)]
Remove accidentially checked in file

5 years agoUse mini_core::panic with jit
bjorn3 [Sat, 26 Jan 2019 14:16:58 +0000 (15:16 +0100)]
Use mini_core::panic with jit

5 years agoPrint a message when panicking from mini_core
bjorn3 [Sat, 26 Jan 2019 14:14:39 +0000 (15:14 +0100)]
Print a message when panicking from mini_core

5 years agoUse malloc in mini_core::allocate
bjorn3 [Sat, 26 Jan 2019 14:10:21 +0000 (15:10 +0100)]
Use malloc in mini_core::allocate

5 years agoMisc debuginfo change
bjorn3 [Sat, 26 Jan 2019 13:06:02 +0000 (14:06 +0100)]
Misc debuginfo change

5 years agoMerge pull request #304 from bjorn3/dependabot/cargo/cranelift-4e096e2
dependabot[bot] [Sat, 26 Jan 2019 12:54:40 +0000 (12:54 +0000)]
Merge pull request #304 from bjorn3/dependabot/cargo/cranelift-4e096e2

5 years agoBump cranelift from `a7ea916` to `4e096e2`
dependabot[bot] [Sat, 26 Jan 2019 12:12:45 +0000 (12:12 +0000)]
Bump cranelift from `a7ea916` to `4e096e2`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `a7ea916` to `4e096e2`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/a7ea916dcd8e2849f9271324ce3814db36fd43e9...4e096e29cecc762e345cfc62c34e3113ba5777d7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #291 from bjorn3/debuginfo_line
bjorn3 [Sat, 26 Jan 2019 12:10:18 +0000 (13:10 +0100)]
Merge pull request #291 from bjorn3/debuginfo_line

Implement line debuginfo

5 years agoDeduplicate debug section defining and linking
bjorn3 [Sat, 26 Jan 2019 11:49:33 +0000 (12:49 +0100)]
Deduplicate debug section defining and linking

5 years agoUpdate gimli
bjorn3 [Sat, 26 Jan 2019 11:37:49 +0000 (12:37 +0100)]
Update gimli

5 years agoUse FileIndex for DW_AT_decl_file and omit .debug_ranges and .debug_rnglists when...
bjorn3 [Sat, 26 Jan 2019 11:28:54 +0000 (12:28 +0100)]
Use FileIndex for DW_AT_decl_file and omit .debug_ranges and .debug_rnglists when empty

5 years agoImprove it a bit
bjorn3 [Sat, 19 Jan 2019 15:16:30 +0000 (16:16 +0100)]
Improve it a bit

5 years agoUse IndexSet and keep full source info in set_debug_loc
bjorn3 [Sat, 19 Jan 2019 11:18:39 +0000 (12:18 +0100)]
Use IndexSet and keep full source info in set_debug_loc

5 years agoUse gimli's byteorder in debuginfo.rs
bjorn3 [Sat, 19 Jan 2019 11:07:42 +0000 (12:07 +0100)]
Use gimli's byteorder in debuginfo.rs

5 years agoUpdate gimli
bjorn3 [Sat, 19 Jan 2019 11:00:51 +0000 (12:00 +0100)]
Update gimli

5 years agoGenerate lineinfo for default srcloc
bjorn3 [Thu, 17 Jan 2019 17:33:54 +0000 (18:33 +0100)]
Generate lineinfo for default srcloc

5 years agoImplement line debuginfo
bjorn3 [Thu, 17 Jan 2019 17:07:27 +0000 (18:07 +0100)]
Implement line debuginfo

5 years agoRustup to rustc 1.33.0-nightly (bf669d1e3 2019-01-25)
bjorn3 [Sat, 26 Jan 2019 10:59:34 +0000 (11:59 +0100)]
Rustup to rustc 1.33.0-nightly (bf669d1e3 2019-01-25)

5 years agoRustup to rustc 1.33.0-nightly (c76f3c374 2019-01-18)
bjorn3 [Sat, 19 Jan 2019 10:47:56 +0000 (11:47 +0100)]
Rustup to rustc 1.33.0-nightly (c76f3c374 2019-01-18)

5 years agoUpdate Cargo.lock
bjorn3 [Fri, 18 Jan 2019 16:42:48 +0000 (17:42 +0100)]
Update Cargo.lock

5 years agoMerge pull request #287 from bjorn3/dependabot/cargo/cranelift-a7ea916
dependabot[bot] [Thu, 17 Jan 2019 08:13:38 +0000 (08:13 +0000)]
Merge pull request #287 from bjorn3/dependabot/cargo/cranelift-a7ea916

5 years agoBump cranelift from `78b2535` to `a7ea916`
dependabot[bot] [Thu, 17 Jan 2019 06:48:53 +0000 (06:48 +0000)]
Bump cranelift from `78b2535` to `a7ea916`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `78b2535` to `a7ea916`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/78b2535947c249f9c1181e158f12aa3e9c88d76b...a7ea916dcd8e2849f9271324ce3814db36fd43e9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate cranelift
bjorn3 [Wed, 16 Jan 2019 17:21:20 +0000 (18:21 +0100)]
Update cranelift

5 years agoMerge pull request #283 from bjorn3/dependabot/cargo/syn-0.15.26
bjorn3 [Wed, 16 Jan 2019 07:53:25 +0000 (08:53 +0100)]
Merge pull request #283 from bjorn3/dependabot/cargo/syn-0.15.26

Bump syn from 0.15.25 to 0.15.26

5 years agoBump syn from 0.15.25 to 0.15.26
dependabot[bot] [Wed, 16 Jan 2019 05:53:57 +0000 (05:53 +0000)]
Bump syn from 0.15.25 to 0.15.26

Bumps [syn](https://github.com/dtolnay/syn) from 0.15.25 to 0.15.26.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/0.15.25...0.15.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate Cargo.lock and use emit_small_memcpy
bjorn3 [Tue, 15 Jan 2019 19:35:49 +0000 (20:35 +0100)]
Update Cargo.lock and use emit_small_memcpy

5 years agoMerge pull request #279 from bjorn3/dependabot/cargo/faerie-0.7.1
dependabot[bot] [Mon, 14 Jan 2019 06:55:40 +0000 (06:55 +0000)]
Merge pull request #279 from bjorn3/dependabot/cargo/faerie-0.7.1

5 years agoBump faerie from 0.7.0 to 0.7.1
dependabot[bot] [Mon, 14 Jan 2019 06:34:33 +0000 (06:34 +0000)]
Bump faerie from 0.7.0 to 0.7.1

Bumps [faerie](https://github.com/m4b/faerie) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/m4b/faerie/releases)
- [Commits](https://github.com/m4b/faerie/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.33.0-nightly (75a369c5b 2019-01-12)
bjorn3 [Sun, 13 Jan 2019 10:15:38 +0000 (11:15 +0100)]
Rustup to rustc 1.33.0-nightly (75a369c5b 2019-01-12)

5 years agoImprove global name for anonymous allocations
bjorn3 [Sat, 12 Jan 2019 11:37:12 +0000 (12:37 +0100)]
Improve global name for anonymous allocations

5 years agoMerge pull request #275 from bjorn3/dependabot/cargo/cranelift-4b698c2
dependabot[bot] [Tue, 8 Jan 2019 15:20:34 +0000 (15:20 +0000)]
Merge pull request #275 from bjorn3/dependabot/cargo/cranelift-4b698c2

5 years agoBump cranelift from `48ec9dc` to `4b698c2`
dependabot[bot] [Tue, 8 Jan 2019 14:57:37 +0000 (14:57 +0000)]
Bump cranelift from `48ec9dc` to `4b698c2`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `48ec9dc` to `4b698c2`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/48ec9dc0b667b7f9741ccf42e1843e2b762b77d4...4b698c2b3b5ec4702a5494c6636a723d5b6df466)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.33.0-nightly (8e2063d02 2019-01-07)
bjorn3 [Tue, 8 Jan 2019 14:08:46 +0000 (15:08 +0100)]
Rustup to rustc 1.33.0-nightly (8e2063d02 2019-01-07)

5 years agoRustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
bjorn3 [Sun, 6 Jan 2019 14:27:20 +0000 (15:27 +0100)]
Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)

5 years agoMerge pull request #265 from bjorn3/dependabot/cargo/cranelift-48ec9dc
dependabot[bot] [Fri, 4 Jan 2019 05:55:14 +0000 (05:55 +0000)]
Merge pull request #265 from bjorn3/dependabot/cargo/cranelift-48ec9dc

5 years agoBump cranelift from `aaf819d` to `48ec9dc`
dependabot[bot] [Fri, 4 Jan 2019 05:33:27 +0000 (05:33 +0000)]
Bump cranelift from `aaf819d` to `48ec9dc`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `aaf819d` to `48ec9dc`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/aaf819d6b162e1000957217efc131a6ad9ee18eb...48ec9dc0b667b7f9741ccf42e1843e2b762b77d4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRemove accidentially included submodule ripgrep
bjorn3 [Thu, 3 Jan 2019 17:10:58 +0000 (18:10 +0100)]
Remove accidentially included submodule ripgrep