about summary refs log tree commit diff
path: root/src/librustc_data_structures
AgeCommit message (Expand)AuthorLines
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-2/+2
2017-05-03factor variances into a proper queryNiko Matsakis-0/+14
2017-05-03make transitive relation use a hash mapNiko Matsakis-27/+42
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-1/+1
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-30intern CodeExtentsNiko Matsakis-0/+21
2017-04-22Haiku: fix initial platform supportJessica Hamilton-0/+1
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-18/+35
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-8/+34
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-0/+52
2017-04-11add some comments and `debug!` calls to "obligation forest"Niko Matsakis-18/+35
2017-04-09Move away from the ad-hoc NoDrop unionsSimonas Kazlauskas-29/+9
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-1/+193
2017-03-30Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichtonbors-1/+0
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-1/+0
2017-03-27Fix various useless derefs and slicingsOliver Schneider-10/+10
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-03-22Add resize() method to IndexVec.Michael Woerister-0/+7
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-3/+1
2017-03-10Add extra methods to IndexVec and implement TypeFoldable for itJames Miller-0/+24
2017-02-28move the `FreeRegionMap` into `TypeckTables`Niko Matsakis-2/+32
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-0/+4
2017-02-10Allow rustc data structures compile to androidMarco A L Barbosa-1/+1
2017-02-10SwitchInt over SwitchSimonas Kazlauskas-0/+4
2017-02-03Bump version, upgrade bootstrapAlex Crichton-4/+1
2017-01-29Remove dead recursive partial eq implest31-9/+1
2017-01-15Auto merge of #38610 - djzin:master, r=sfacklerbors-2/+12
2017-01-14add required imports & featureDjzin-0/+2
2017-01-14update array_vec to use new rangeargumentdjzin-2/+10
2017-01-12Mark some BitVector methods with #[inline]Michael Woerister-0/+9
2017-01-10Use little-endian encoding for Blake2 hashing on all architecturesAriel Ben-Yehuda-6/+10
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-03Add drain method to AccumulateVec/ArrayVecAndrew Cann-1/+126
2016-12-30Fix rebase fallout and compilation fixesest31-2/+6
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-2/+0
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-0/+6
2016-12-16flock needs repr(C)Austin Hicks-0/+6
2016-12-15Use StableHasher everywhereAriel Ben-Yehuda-0/+179
2016-12-15Warn unused type aliasesSeo Sanghyeon-2/+0
2016-12-12Do not generate '@' character in symbol names.Vadzim Dambrouski-0/+2
2016-11-22Use SmallVec for TypeWalker's stack.Nicholas Nethercote-0/+12
2016-11-18Don't clone in UnificationTable::probe().Nicholas Nethercote-1/+1
2016-11-13Make names of types used in LLVM IR stable.Michael Woerister-0/+65
2016-11-12Rollup merge of #37551 - Mark-Simulacrum:upgrade-accvec, r=eddybEduard-Mihai Burtescu-16/+495
2016-11-12Rollup merge of #37535 - Havvy:graph, r=eddybEduard-Mihai Burtescu-19/+126
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-16/+495
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-8/+9
2016-11-08Add FxHasher, a faster alternative to FnvHasher.Nicholas Nethercote-0/+115
2016-11-03Auto merge of #36306 - nagisa:mir-local-cleanup, r=eddybbors-0/+15