]> git.lizzy.rs Git - rust.git/log
rust.git
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

5 years agoMerge pull request #262 from bjorn3/dependabot/cargo/cranelift-aaf819d
dependabot[bot] [Thu, 3 Jan 2019 14:38:36 +0000 (14:38 +0000)]
Merge pull request #262 from bjorn3/dependabot/cargo/cranelift-aaf819d

5 years agoBump cranelift from `c00d8ae` to `aaf819d`
dependabot[bot] [Thu, 3 Jan 2019 06:15:01 +0000 (06:15 +0000)]
Bump cranelift from `c00d8ae` to `aaf819d`

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUse layout.abi
bjorn3 [Wed, 2 Jan 2019 13:03:56 +0000 (14:03 +0100)]
Use layout.abi

5 years agoRename load_value to load_scalar and make it support all Abi::Scalar types
bjorn3 [Wed, 2 Jan 2019 12:37:56 +0000 (13:37 +0100)]
Rename load_value to load_scalar and make it support all Abi::Scalar types

5 years agoSome cleanup of abi.rs
bjorn3 [Wed, 2 Jan 2019 11:20:32 +0000 (12:20 +0100)]
Some cleanup of abi.rs

5 years agoUpdate Cargo.lock
bjorn3 [Wed, 2 Jan 2019 10:55:02 +0000 (11:55 +0100)]
Update Cargo.lock

5 years agoRustup to rustc 1.33.0-nightly (59183180f 2018-12-29)
bjorn3 [Sun, 30 Dec 2018 11:06:55 +0000 (12:06 +0100)]
Rustup to rustc 1.33.0-nightly (59183180f 2018-12-29)

5 years agoFix unsize coercions and the size_of_val and min_align_of_val intrinsics for custom...
bjorn3 [Sat, 29 Dec 2018 14:33:34 +0000 (15:33 +0100)]
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for custom dst's

5 years agoSetup env_logger
bjorn3 [Sat, 29 Dec 2018 11:04:35 +0000 (12:04 +0100)]
Setup env_logger

5 years agoMerge pull request #252 from bjorn3/dependabot/cargo/serde-1.0.83
dependabot[bot] [Fri, 28 Dec 2018 18:29:44 +0000 (18:29 +0000)]
Merge pull request #252 from bjorn3/dependabot/cargo/serde-1.0.83

5 years agoBump serde from 1.0.82 to 1.0.83
dependabot[bot] [Fri, 28 Dec 2018 17:55:52 +0000 (17:55 +0000)]
Bump serde from 1.0.82 to 1.0.83

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.82...v1.0.83)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoAdd 'set is_pic' to clif files
bjorn3 [Fri, 28 Dec 2018 17:48:47 +0000 (18:48 +0100)]
Add 'set is_pic' to clif files

5 years agoMisc build changes
bjorn3 [Fri, 28 Dec 2018 16:15:13 +0000 (17:15 +0100)]
Misc build changes

5 years agoOnly build clif comments in debug mode
bjorn3 [Fri, 28 Dec 2018 16:07:40 +0000 (17:07 +0100)]
Only build clif comments in debug mode

5 years agoFix release mode
bjorn3 [Fri, 28 Dec 2018 14:18:17 +0000 (15:18 +0100)]
Fix release mode

5 years agoRustup to rustc 1.33.0-nightly (fb86d604b 2018-12-27)
bjorn3 [Fri, 28 Dec 2018 09:44:32 +0000 (10:44 +0100)]
Rustup to rustc 1.33.0-nightly (fb86d604b 2018-12-27)

5 years agoAdd some more clif comments
bjorn3 [Thu, 27 Dec 2018 09:59:01 +0000 (10:59 +0100)]
Add some more clif comments

5 years agoMerge pull request #251 from bjorn3/dependabot/cargo/cranelift-c87da1a
dependabot[bot] [Thu, 27 Dec 2018 07:55:08 +0000 (07:55 +0000)]
Merge pull request #251 from bjorn3/dependabot/cargo/cranelift-c87da1a

5 years agoBump cranelift from `9055dd1` to `c87da1a`
dependabot[bot] [Thu, 27 Dec 2018 06:37:20 +0000 (06:37 +0000)]
Bump cranelift from `9055dd1` to `c87da1a`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `9055dd1` to `c87da1a`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/9055dd16ce925e95756d84a59b232e80d6efdb5f...c87da1a42e3da7a403ee78c1bafd239f07f3da5a)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoReduce duplication in abi.rs a bit
bjorn3 [Wed, 26 Dec 2018 10:15:42 +0000 (11:15 +0100)]
Reduce duplication in abi.rs a bit

5 years agoMerge pull request #245 from bjorn3/dependabot/cargo/cranelift-9055dd1
dependabot[bot] [Wed, 26 Dec 2018 06:57:04 +0000 (06:57 +0000)]
Merge pull request #245 from bjorn3/dependabot/cargo/cranelift-9055dd1

5 years agoBump cranelift from `328642f` to `9055dd1`
dependabot[bot] [Wed, 26 Dec 2018 05:57:00 +0000 (05:57 +0000)]
Bump cranelift from `328642f` to `9055dd1`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `328642f` to `9055dd1`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/328642ffb2c095c8046ec4f17af1f49fbd9cdc24...9055dd16ce925e95756d84a59b232e80d6efdb5f)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #242 from bjorn3/dependabot/cargo/backtrace-sys-0.1.28
dependabot[bot] [Tue, 25 Dec 2018 15:57:04 +0000 (15:57 +0000)]
Merge pull request #242 from bjorn3/dependabot/cargo/backtrace-sys-0.1.28

5 years agoSimplify argument storage
bjorn3 [Tue, 25 Dec 2018 15:47:33 +0000 (16:47 +0100)]
Simplify argument storage

5 years agoBump backtrace-sys from 0.1.26 to 0.1.28
dependabot[bot] [Mon, 24 Dec 2018 14:44:05 +0000 (14:44 +0000)]
Bump backtrace-sys from 0.1.26 to 0.1.28

Bumps [backtrace-sys](https://github.com/alexcrichton/backtrace-rs) from 0.1.26 to 0.1.28.
- [Release notes](https://github.com/alexcrichton/backtrace-rs/releases)
- [Commits](https://github.com/alexcrichton/backtrace-rs/compare/backtrace-sys-0.1.26...backtrace-sys-0.1.28)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #241 from bjorn3/dependabot/cargo/cc-1.0.28
dependabot[bot] [Mon, 24 Dec 2018 14:41:19 +0000 (14:41 +0000)]
Merge pull request #241 from bjorn3/dependabot/cargo/cc-1.0.28

5 years agoBump cc from 1.0.27 to 1.0.28
dependabot[bot] [Mon, 24 Dec 2018 14:14:13 +0000 (14:14 +0000)]
Bump cc from 1.0.27 to 1.0.28

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
bjorn3 [Mon, 24 Dec 2018 13:50:18 +0000 (14:50 +0100)]
Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)

5 years agoUse the linkage and visibility produced by tcx.collect_and_partition_mono_itemscc...
bjorn3 [Sun, 23 Dec 2018 18:11:17 +0000 (19:11 +0100)]
Use the linkage and visibility produced by tcx.collect_and_partition_mono_itemscc #209

5 years agoAdd pretty param and local info comments to clif
bjorn3 [Sat, 22 Dec 2018 16:42:38 +0000 (17:42 +0100)]
Add pretty param and local info comments to clif

5 years agoImprove debug messages in generated clif files
bjorn3 [Fri, 21 Dec 2018 20:42:29 +0000 (21:42 +0100)]
Improve debug messages in generated clif files

5 years agoRustup to rustc 1.33.0-nightly (e40548bc4 2018-12-21)
bjorn3 [Sat, 22 Dec 2018 09:54:38 +0000 (10:54 +0100)]
Rustup to rustc 1.33.0-nightly (e40548bc4 2018-12-21)

5 years agoRustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
bjorn3 [Fri, 21 Dec 2018 12:45:06 +0000 (13:45 +0100)]
Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)