about summary refs log tree commit diff
path: root/Cargo.lock
AgeCommit message (Expand)AuthorLines
2025-03-13Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789Matthias Krüger-7/+0
2025-03-12Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmeaseMatthias Krüger-0/+2
2025-03-12remove rls source from the repositoryonur-ozkan-7/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-10Convert `ShardedHashMap` to use `hashbrown::HashTable`Josh Stone-0/+2
2025-03-10Update rand to 0.9.0Chris Denton-7/+7
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-2/+4
2025-03-09Rollup merge of #137885 - klensy:tidy-triagebot, r=jieyouxuMatthias Krüger-0/+1
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-2/+4
2025-03-07Temporarily depend on `os_pipe` in `run-make-support` and re-export it许杰友 Jieyou Xu (Joe)-0/+11
2025-03-05tidy: add check to verify paths in triagebot.tomlklensy-0/+1
2025-03-01Auto merge of #137752 - flip1995:clippy-subtree-update, r=Manishearthbors-6/+10
2025-03-01Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrennMatthias Krüger-2/+0
2025-02-28Update Cargo.lockPhilipp Krones-6/+10
2025-02-28compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK许杰友 Jieyou Xu (Joe)-2/+2
2025-02-28Remove `rustc_transmute`'s dependence on `rustc_macros`.Nicholas Nethercote-1/+0
2025-02-28Remove `rustc_transmute`'s dependence on `rustc_infer`.Nicholas Nethercote-1/+0
2025-02-26Print out destructorMichael Goulet-0/+1
2025-02-24pretty print hir attributesJana Dönszelmann-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-0/+5
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-6/+9
2025-02-24Auto merge of #137285 - yotamofek:pr/rustdoc/pulldown-escaping, r=GuillaumeGomezbors-0/+1
2025-02-21Use StableHasher + Hash64 for dep_tracking_hashBen Kimock-0/+1
2025-02-21Stacker now handles miri using a noop impl itselfbjorn3-4/+4
2025-02-20Rollup merge of #137262 - compiler-errors:ast-ir-begone, r=lcnrMatthias Krüger-7/+0
2025-02-19librustdoc: Use `pulldown-cmark-escape` for HTML escapingYotam Ofek-0/+1
2025-02-19Make fewer crates depend on rustc_ast_irMichael Goulet-7/+0
2025-02-19Rollup merge of #137177 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-2/+2
2025-02-17Move error_index_generator to the rustbook workspaceEric Huss-193/+1
2025-02-17Update `minifier-rs` version to `0.3.5`Guillaume Gomez-2/+2
2025-02-17Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubileeMatthias Krüger-0/+21
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+21
2025-02-13Windows: Update generated bindings to 0.59Chris Denton-13/+2
2025-02-11compiler: remove rustc_target reexport of rustc_abi::HashStableContextJubilee Young-2/+1
2025-02-11Auto merge of #136605 - lsunsi:update-rustc-hash, r=lqdbors-8/+8
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-1/+3
2025-02-10Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxuJubilee-2/+2
2025-02-10Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul...Jubilee-21/+0
2025-02-10Bump `cc` to v1.2.13 for the compiler workspaceclubby789-2/+2
2025-02-09compiler: remove rustc_target::spec::abi reexportsJubilee Young-0/+1
2025-02-09compiler: start using rustc_ast_lowering in rustc_passesJubilee Young-0/+1
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-1/+1
2025-02-09Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-2/+2
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-7/+0
2025-02-09Rollup merge of #136530 - Kobzol:x-perf, r=onur-ozkanUrgau-7/+0
2025-02-07compiler: use rustc_abi in rustc_ast_*Jubilee Young-0/+2
2025-02-07Update minifier version to `0.3.4`Guillaume Gomez-2/+2
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-0/+1
2025-02-06Auto merge of #136585 - gvozdvmozgu:memchr-eat-until-lexer, r=lcnrbors-0/+1