about summary refs log tree commit diff
path: root/src/librustc_data_structures
AgeCommit message (Expand)AuthorLines
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-21Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddybbors-0/+9
2020-07-20index: introduce and use `FiniteBitSet`David Wood-0/+9
2020-07-20Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomezbors-3/+3
2020-07-19Use italics for O notationpierwill-3/+3
2020-07-03Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievinkManish Goregaokar-4/+6
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-5/+6
2020-07-03Edit docs for rustc_data_structures::graph::sccpierwill-4/+6
2020-07-02Standardize bibliographic citations in rustc API docspierwill-5/+6
2020-06-30Rewrite a few manual index loops with while-letJosh Stone-10/+6
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-1/+0
2020-06-19Update chalkJack Huey-1/+1
2020-06-10Migrate to numeric associated constsLzu Tao-2/+2
2020-06-02Rename the crates in source codeVadim Petrochenkov-2/+2
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-0/+15
2020-05-27Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakisbors-0/+1
2020-05-24perf: Add inline on commonly used methods added in 69464Markus Westerlind-0/+1
2020-05-22Replace `rustc_data_structures::sync::Once` with `OnceCell`Dylan MacKenzie-129/+5
2020-05-22Rollup merge of #72161 - nbdd0121:master, r=cuviperRalf Jung-24/+57
2020-05-21Comment flock usage on LinuxGary Guo-0/+5
2020-05-20Use fcntl-based file lock for non-Linux unixGary Guo-10/+67
2020-05-16Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrumbors-1/+1
2020-05-13Replace fcntl-based file lock with flockGary Guo-48/+19
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-2/+2
2020-05-11Fix clippy warningsMatthias Krüger-2/+2
2020-05-10update stacker to 0.1.9 to unbreak build on OpenBSDSébastien Marie-1/+1
2020-05-10use min_specialization for some rustc crates where it requires no changesRalf Jung-1/+1
2020-05-07Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obkbors-0/+19
2020-05-05perf: Lazily recive the Rollback argument in rollback_toMarkus Westerlind-1/+2
2020-05-05Move projection_cache into the combined undo logMarkus Westerlind-7/+19
2020-05-05Allow SnapshotMap to have a separate undo_logMarkus Westerlind-92/+58
2020-05-05Move region_constraint to the unified undo logMarkus Westerlind-1/+1
2020-05-05perf: Reduce snapshot/rollback overheadMarkus Westerlind-0/+1
2020-05-02Move ensure_sufficient_stack to data_structuresSimonas Kazlauskas-0/+19
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-2/+2
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-0/+5
2020-04-25Replace thread_local with generator resume arguments in box_region.Alex Aktsipetrov-20/+27
2020-04-22Rollup merge of #71369 - ctaggart:wasm32_profiling, r=ecstatic-morseDylan DPC-31/+42
2020-04-22remove some extra }Cameron Taggart-30/+28
2020-04-22suggested rearrangement of the cfg if statementsCameron Taggart-32/+30
2020-04-21accept cfg_if suggestionCameron Taggart-17/+7
2020-04-21use cfg_if! and use FileSerializationSink for wasiCameron Taggart-38/+56
2020-04-21sccs are computed in dependency orderNiko Matsakis-0/+5
2020-04-20./x.py fmtCameron Taggart-6/+6
2020-04-20allow wasm32 compilation of librustc_data_structures/profiling.rsCameron Taggart-4/+11
2020-04-20Remove unused ToHex/FromHex traitShotaro Yamada-2/+0
2020-04-18Move `MapInPlace` to rustc_data_structuresYuki Okushi-0/+109
2020-04-16rustc_target::abi: add Primitive variant to FieldsShape.Ana-Maria Mihalache-0/+6
2020-04-11Depend on libc from crates.ioLuca Barbieri-2/+1