Commit Graph

2035 Commits

Author SHA1 Message Date
Ralf Jung 8e994a2732 bump backtrace version to get prettier pretty-printing 2018-12-11 22:36:24 +01:00
Alex Crichton b4110900bd Update Cargo submodule and its dependencies
Hopefully just another routine update!

So far this starts to enable the `std::arch` in stage0 builds of rustc.
This means that we may need stage0/not(stage0) in stdsimd itself, but
more and more code is starting to use `std::arch` so I think it's time
to start shifting the balance of work here.
2018-12-10 13:45:22 -08:00
Igor Matuszewski 4ceed86278 Bump failure to 0.1.3
We use failure_derive 0.1.3, try to work around
```
error[E0433]: failed to resolve: could not find `AsFail` in `failure`
```
2018-12-10 10:57:43 +01:00
Igor Matuszewski a5755f99ff Update in-tree rustfmt to 1.0.1 to dedup versions 2018-12-10 09:05:37 +01:00
Igor Matuszewski 14b1b57e6a Update RLS 2018-12-10 09:01:26 +01:00
Nicholas Nethercote ecf6cd4b3c Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. 2018-12-10 09:31:27 +11:00
Bastien Orivel 5c4534a6d0 Reduce the numbers of syn versions compiled from 4 to 2
The last remaining one comes from mdbook. Unfortunately updating it
breaks everything
2018-12-08 15:11:47 +01:00
Ralf Jung f2a6db7ead update vergen 2018-12-07 17:48:38 +01:00
Jethro Beekman 4a3505682e Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from
the wasm target.

This also updates the dlmalloc submodule to the very latest version.
2018-12-07 11:26:50 +05:30
Shotaro Yamada 6cfbb5b9a1 Remove unused dependency (rustc_lint -> rustc_mir) 2018-12-05 14:06:32 +09:00
Eric Huss 8c20adddbc Update cargo 2018-12-03 06:04:48 -08:00
Ralf Jung 44b0fd6202 update miri 2018-12-03 08:19:38 +01:00
Nick Cameron 7a7445bdfd Update RLS and Rustfmt
Closes #56261
2018-12-02 00:33:23 +13:00
Eduard-Mihai Burtescu 67afeef9e4 proc_macro: move to a dependency of libtest. 2018-11-30 06:15:20 +02:00
Eduard-Mihai Burtescu 8cf463bcff proc_macro: move the rustc server to syntax_ext. 2018-11-30 06:15:19 +02:00
Nicholas Nethercote 1e34dfce6f Update to `ena` 0.11.0.
This version has some significant speed-ups relating to snapshotting.
2018-11-25 17:54:04 +11:00
Oliver Scherer 65b702c6b1 Update miri submodule 2018-11-24 11:36:32 +01:00
kennytm 1b707f78f5
Rollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb
Add rustc_codegen_ssa to sysroot

Outside of rustc you are currently unable to use it.

r? @nikomatsakis (because you r+'ed #55627)
2018-11-24 01:31:53 +08:00
Matthias Krüger 2598a7a56d submodules: update clippy from 2f6881c6 to 754b4c07
Changes:
````
rustup https://github.com/rust-lang/rust/pull/54071/
dependencies: update pulldown-cmark from 0.1 to 0.2
s/file_map/source_map
````
2018-11-23 13:05:31 +01:00
bjorn3 60e4158188 Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
bjorn3 d6d8a330f8 Add rustc_codegen_ssa to sysroot 2018-11-22 20:20:23 +01:00
Eduard-Mihai Burtescu 7c166f54b2 Move Cargo.{toml,lock} to the repository root directory. 2018-11-22 12:10:04 +02:00
Oliver Schneider 52c58335aa
Remove workspace and Cargo.lock 2017-10-18 08:22:06 +02:00
mcarton b10610cdeb Add the `url` crate as a dependency 2017-09-30 14:53:22 +02:00
Manish Goregaokar 201b5c2f24 Use ..= in the suggestion 2017-09-28 10:40:36 -07:00
Manish Goregaokar 15a2d1a473
Bump to 0.0.164 2017-09-25 19:56:51 -07:00
Manish Goregaokar 8408d48658
Update lockfile 2017-09-25 13:52:39 -07:00
Andre Bogus 1e0268fda8 avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.as_str()` where applicable.
THis fixes #2070.

Also fixes a few formatting mishaps
2017-09-20 23:59:23 +02:00
Manish Goregaokar 31489d75a3 Bump to 0.0.162 2017-09-18 20:27:24 -07:00
Seiichi Uchida 9f0cc93ac6 Bump version 2017-09-14 22:24:00 +09:00
Oliver Schneider 32a9394490
Rustup 2017-09-13 15:34:04 +02:00
Oliver Schneider b127ad251f
Rustup 2017-09-12 14:38:59 +02:00
Oliver Schneider 81d32123f4
Bump version 2017-09-09 14:37:16 +02:00
Oliver Schneider 78f6db907c
Soft rustup (only fixed some tests) 2017-09-08 12:28:31 +02:00
Oliver Schneider 4402bc70a3 Rust needs clippy to have a Cargo.lock 2017-08-15 18:24:42 +02:00