about summary refs log tree commit diff
path: root/Cargo.lock
AgeCommit message (Expand)AuthorLines
2023-03-22Update cargoWeihang Lo-2/+2
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-0/+1
2023-03-21Eagerly intern and check CrateNum/StableCrateId collisionsOli Scherer-0/+1
2023-03-20Auto merge of #106610 - euclio:windows-rs, r=ChrisDentonbors-22/+31
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-22/+31
2023-03-19Update mdbookEric Huss-2/+2
2023-03-17Fast path that skips over unchanged obligations in process_obligationsThe 8472-2/+2
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-0/+3
2023-03-16Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no...Matthias Krüger-1/+10
2023-03-15Rollup merge of #109150 - weihanglo:update-cargo, r=weihangloDylan DPC-2/+2
2023-03-14Update cargoWeihang Lo-2/+2
2023-03-14rustdoc: DocFS: Replace rayon with threadpool and enable it for all targetsGuillaume Gomez-1/+10
2023-03-14Simplify proc macro signature validity checkMichael Goulet-0/+1
2023-03-10Update Cargo.lock (Clippy version)Philipp Krones-4/+4
2023-03-08Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgrbors-8/+2
2023-03-08Rollup merge of #108846 - celinval:smir-poc, r=oli-obkMatthias Krüger-8/+2
2023-03-07Update cargoWeihang Lo-57/+719
2023-03-06Create new rustc_smir struct to map future cratesCelina G. Val-8/+2
2023-03-06Update askama version to 0.12Guillaume Gomez-23/+37
2023-03-05Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoidMatthias Krüger-0/+2
2023-03-05fix inconsistent json outputs from rustdocozkanonur-0/+2
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-2/+2
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-0/+2
2023-03-01Rollup merge of #108400 - csmoe:cgu-instr-perf, r=bjorn3Matthias Krüger-0/+2
2023-02-28Update cargoWeihang Lo-15/+6
2023-02-27Rollup merge of #108500 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+2
2023-02-26update lockfileRalf Jung-8/+2
2023-02-26Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplettbors-2/+2
2023-02-26refactor: improve `error-index-generator` dependencyEzra Shaw-0/+1
2023-02-26Rollup merge of #108432 - klensy:test-deps, r=Mark-SimulacrumMatthias Krüger-2/+0
2023-02-25record llvm cgu instruction statscsmoe-0/+2
2023-02-24test: drop unused depsklensy-2/+0
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-2/+10
2023-02-24Upgrade `ena` to 0.14.1.Nicholas Nethercote-2/+2
2023-02-23Update cargoWeihang Lo-22/+6
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-0/+21
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+21
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-0/+10
2023-02-21replace lazy_static with once_cellklensy-1/+1
2023-02-21compiletest: bump miow crateklensy-1/+1
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-0/+10
2023-02-21Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472bors-3/+6
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+3
2023-02-21Use `ThinVec` in `ast::Generics` and related types.Nicholas Nethercote-0/+1
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-2/+2
2023-02-20Run the resolver after TyCtxt constructionOli Scherer-0/+1
2023-02-17Update cargoWeihang Lo-15/+4
2023-02-16Remove save-analysis.Nicholas Nethercote-41/+0
2023-02-15Use libc which supports QNX NeutrinoFlorian Bartels-2/+2
2023-02-14Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwcoMatthias Krüger-28/+24