about summary refs log tree commit diff
path: root/src/librustc_data_structures
AgeCommit message (Expand)AuthorLines
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-2/+3
2019-06-16Separate librustc_data_structures modulechansuke-915/+913
2019-06-12Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkovbors-0/+6
2019-06-10Add more functionality to BitMatrixTyler Mandry-1/+93
2019-06-10Stabilize underscore_const_names: stage0 -> bootstrap.Mazdak Farrokhzad-3/+3
2019-06-10Stabilize underscore_const_names.Mazdak Farrokhzad-2/+3
2019-06-09Allow attributes in formal function parametersCaio-0/+6
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-0/+37
2019-05-25Add Step::sub_usizeTim Vermeulen-0/+5
2019-05-22Add documentation on the reasoningAndreas Molzer-4/+14
2019-05-22Improve union of sparse and dense hybrid setAndreas Molzer-4/+45
2019-05-22Provide some benchmarks for bitset hybrid unionAndreas Molzer-0/+88
2019-05-21update doc commentRalf Jung-2/+1
2019-05-21static_assert: make use of anonymous constantsRalf Jung-3/+3
2019-05-20Rollup merge of #60959 - petrochenkov:sassert, r=estebankMazdak Farrokhzad-0/+9
2019-05-20Document requirements for HashStable implementations better.Michael Woerister-0/+24
2019-05-19Improve type size assertionsVadim Petrochenkov-0/+9
2019-05-17Remove unused field from StableHasher.Michael Woerister-20/+0
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-05-04Delegate SmallVec's stable_hash to array's stable_hash.Jesper Steen Møller-3/+1
2019-05-04Hash all of the import_ids for the TraitCandidate.Jesper Steen Møller-0/+12
2019-04-27Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakisbors-2/+2
2019-04-26Update rustc-rayon versionJohn Kåre Alsaker-2/+2
2019-04-26Use "capacity" as parameter name in with_capacity() methodsMatthias Geier-2/+2
2019-04-15Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad-6/+6
2019-04-14Rollup merge of #59804 - Zoxc:cleaner-jobserver, r=alexcrichtonMazdak Farrokhzad-122/+8
2019-04-09Kill dead code dominator code.Edd Barrett-47/+0
2019-04-09Clean up jobserver integrationJohn Kåre Alsaker-122/+8
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-6/+6
2019-03-27Update ena to version 0.13.0varkor-1/+1
2019-03-27Update enavarkor-1/+1
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-0/+10
2019-03-13Fix newtype_indexJohn Kåre Alsaker-2/+6
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-0/+175
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-7/+54
2019-03-08expand unused doc comment diagnosticAndy Russell-5/+25
2019-03-06Add some commentsJohn Kåre Alsaker-1/+7
2019-03-06Execute all parallel blocks even if they panic in a single-threaded compilerJohn Kåre Alsaker-1/+41
2019-03-06Run the first block in a parallel! macro directly in the scope which guarante...John Kåre Alsaker-5/+6
2019-03-02Bootstrap compiler update for 1.35 releaseMark Rousskov-2/+1
2019-03-01Address commentsJohn Kåre Alsaker-5/+8
2019-03-01Add support for using a jobserver with RayonJohn Kåre Alsaker-2/+158
2019-02-22Update parking_lot to 0.7Bastien Orivel-1/+1
2019-02-15Always emit an error for a query cycleJohn Kåre Alsaker-0/+6
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-61/+61
2019-02-11Use `allow_internal_unstable` in rustc itselfOliver Scherer-1/+2
2019-02-10rustc: doc commentsAlexander Regueiro-61/+61
2019-02-09librustc_data_structures => 2018Taiki Endo-107/+86
2019-02-07Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez-3/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1