summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111036 - RalfJung:miri, r=RalfJungbors2023-05-011-2/+4
|\
| * update lockfileRalf Jung2023-04-301-2/+4
* | Auto merge of #111001 - matthiaskrgr:rollup-u590scu, r=matthiaskrgrbors2023-04-301-0/+1
|\ \
| * \ Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger2023-04-301-0/+1
| |\ \ | | |/ | |/|
| | * Fix Unreadable non-UTF-8 output on localized MSVCChris Denton2023-04-271-0/+1
* | | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors2023-04-291-0/+2
|\ \ \ | |/ / |/| |
| * | Remove QueryEngine traitJohn Kåre Alsaker2023-04-261-0/+2
* | | Rollup merge of #110951 - mixi:libressl-3.7.x, r=Mark-SimulacrumMatthias Krüger2023-04-291-2/+2
|\ \ \
| * | | Add support for LibreSSL 3.7.xJohannes Nixdorf2023-04-281-2/+2
| | |/ | |/|
* | | Bump libffi-sys to 2.3.0WANG Rui2023-04-271-2/+2
|/ /
* | 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