summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors2023-04-271-2/+2
|\
| * Add definitions for riscv64gc-unknown-fuchsiaDan Johnson2023-04-251-2/+2
* | Auto merge of #110518 - loongarch-rs:update-linux-raw-sys, r=Mark-Simulacrumbors2023-04-251-14/+23
|\ \
| * | Update dependenciesWANG Rui2023-04-231-14/+23
* | | Auto merge of #110718 - flip1995:clippyup, r=Manishearthbors2023-04-241-5/+4
|\ \ \
| * | | Update Cargo.lockPhilipp Krones2023-04-231-5/+4
| |/ /
* | | Rollup merge of #110681 - klensy:cut-dep, r=lcnrYuki Okushi2023-04-251-11/+0
|\ \ \ | |/ / |/| |
| * | drop unused deps, gate libc under unix for one crateklensy2023-04-221-11/+0
* | | Auto merge of #110186 - Nilstrieb:update-time, r=Mark-Simulacrumbors2023-04-231-39/+271
|\ \ \
| * | | Update chrono/spdx-rsnils2023-04-221-39/+271
| |/ /
* | | Remove unused `synstructure` depclubby7892023-04-221-1/+0
|/ /
* | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors2023-04-191-34/+31
|\ \
| * | Bump version of object and related cratesQiu Chaofan2023-04-191-34/+31
* | | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-181-4/+47
|/ /
* | Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing...Matthias Krüger2023-04-181-1/+0
|\ \
| * | Don't use `serde_json` to serialize a simple JSON objectNilstrieb2023-04-161-1/+0
| |/
* | chore: remove `rustc-workspace-hack`Weihang Lo2023-04-161-6/+2
* | chore: remove Cargo features in rustc-workspace-hackWeihang Lo2023-04-161-82/+0
* | chore: allow `cargo` to have its own workspaceWeihang Lo2023-04-161-1680/+25
* | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors2023-04-161-1/+0
|\ \
| * | Move some utils out of `rustc_const_eval`Nilstrieb2023-04-161-1/+0
| |/
* | Use lints via `lint_defs` instead of `lints`Nilstrieb2023-04-161-1/+1
|/
* Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68Yuki Okushi2023-04-141-2/+11
|\
| * feat: implement basic suggest-tests toolEzra Shaw2023-04-091-2/+11
* | Auto merge of #110079 - fee1-dead-contrib:bump-futures, r=Mark-Simulacrumbors2023-04-131-19/+19
|\ \
| * | bump `futures` to use syn 2.0Deadbeef2023-04-081-19/+19
| |/
* | Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514Matthias Krüger2023-04-121-2/+0
|\ \
| * | Remove orphaned remove_dir_all implementation from rust-installernils2023-04-111-2/+0
* | | Rollup merge of #110182 - WaffleLapkin:neither, r=NilstriebMatthias Krüger2023-04-121-0/+1
|\ \ \
| * | | Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle2023-04-111-0/+1
* | | | Auto merge of #110198 - weihanglo:update-cargo, r=weihanglobors2023-04-111-8/+8
|\ \ \ \
| * | | | Update cargoWeihang Lo2023-04-111-8/+8
* | | | | Update Cargo.lockPhilipp Krones2023-04-111-0/+1
|/ / / /
* | | | Auto merge of #110078 - fee1-dead-contrib:bump-serde, r=Mark-Simulacrumbors2023-04-101-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Bump serde to use syn 2.0Deadbeef2023-04-081-5/+5
| | |/ | |/|
* | | Auto merge of #110008 - klensy:deps-up-apr-06, r=Mark-Simulacrumbors2023-04-101-18/+22
|\ \ \ | |/ / |/| |
| * | bump few depsklensy2023-04-061-18/+22
* | | Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstriebbors2023-04-071-6/+18
|\ \ \ | |/ / |/| |
| * | migrate rustc_macros to syn 2.0Deadbeef2023-04-061-6/+18
| |/
* | Use elsa =1.7.1 as 1.8.0 was an accidental copy of 1.7.0Oli Scherer2023-04-051-2/+2
* | Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obkbors2023-04-031-4/+4
|\ \
| * | Increase libffi version to 3.2 to support s390xUlrich Weigand2023-04-031-4/+4
* | | Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrumbors2023-04-031-2/+2
|\ \ \ | |_|/ |/| |
| * | Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes.William D. Jones2023-03-301-2/+2
| |/
* | Update cargoEric Huss2023-04-011-25/+87
|/
* Auto merge of #108792 - Amanieu:ohos, r=petrochenkovbors2023-03-291-4/+4
|\
| * Add OpenHarmony targetsAmanieu d'Antras2023-03-281-4/+4
* | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrumnils2023-03-281-3/+3
|\ \
| * | Update ar_archive_writer to 0.1.3bjorn32023-03-241-3/+3
| |/
* | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils2023-03-281-8/+6
|\ \