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