summaryrefslogtreecommitdiff
path: root/src/librustc_data_structures
Commit message (Expand)AuthorAgeFilesLines
* Update ena to version 0.13.0varkor2019-03-271-1/+1
* Update enavarkor2019-03-271-1/+1
* Use derive macro for HashStableJohn Kåre Alsaker2019-03-131-0/+10
* Fix newtype_indexJohn Kåre Alsaker2019-03-131-2/+6
* Make the rustc driver and interface demand drivenJohn Kåre Alsaker2019-03-102-0/+175
* Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad2019-03-091-7/+54
|\
| * Add some commentsJohn Kåre Alsaker2019-03-061-1/+7
| * Execute all parallel blocks even if they panic in a single-threaded compilerJohn Kåre Alsaker2019-03-061-1/+41
| * Run the first block in a parallel! macro directly in the scope which guarante...John Kåre Alsaker2019-03-061-5/+6
* | expand unused doc comment diagnosticAndy Russell2019-03-081-5/+25
|/
* Bootstrap compiler update for 1.35 releaseMark Rousskov2019-03-021-2/+1
* Address commentsJohn Kåre Alsaker2019-03-011-5/+8
* Add support for using a jobserver with RayonJohn Kåre Alsaker2019-03-013-2/+158
* Update parking_lot to 0.7Bastien Orivel2019-02-221-1/+1
* Always emit an error for a query cycleJohn Kåre Alsaker2019-02-151-0/+6
* Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors2019-02-1212-61/+61
|\
| * rustc: doc commentsAlexander Regueiro2019-02-1012-61/+61
* | Use `allow_internal_unstable` in rustc itselfOliver Scherer2019-02-111-1/+2
|/
* librustc_data_structures => 2018Taiki Endo2019-02-0925-107/+86
* Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez2019-02-071-3/+1
|\
| * Remove images' url to make it work even without internet connectionGuillaume Gomez2019-02-071-3/+1
* | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors2019-02-071-0/+27
|\ \ | |/ |/|
| * Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker2019-01-301-0/+27
* | Overhaul `syntax::fold::Folder`.Nicholas Nethercote2019-02-061-0/+9
|/
* Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker2019-01-281-22/+22
* Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakisMazdak Farrokhzad2019-01-252-86/+80
|\
| * update/remove some old readmesmark2019-01-152-86/+80
* | Optimize try_mark_green and eliminate the lock on dep node colorsJohn Kåre Alsaker2019-01-151-1/+5
|/
* Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors2019-01-092-149/+62
|\
| * Replace LockCell with atomic typesJohn Kåre Alsaker2018-12-292-149/+62
* | Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoeristerPietro Albini2019-01-071-0/+1
|\ \
| * | Make CompileController thread-safeJohn Kåre Alsaker2019-01-031-0/+1
| |/
* | flock: Use fcntl constants directly from libc crate on Unix targetsJohn Paul Adrian Glaubitz2019-01-061-41/+5
|/
* Remove licensesMark Rousskov2018-12-2539-391/+0
* Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoeristerkennytm2018-12-231-0/+2
|\
| * Inline tweaksJohn Kåre Alsaker2018-12-211-0/+2
* | Stabilize Vec(Deque)::resize_withScott McMurray2018-12-191-1/+0
|/
* Tweak query code for performanceJohn Kåre Alsaker2018-12-172-0/+23
* sorted_map: add contains_key functionljedrz2018-12-101-0/+8
* sorted_map: readability/whitespace fixesljedrz2018-12-101-4/+6
* sorted_map: add is_emptyljedrz2018-12-101-0/+5
* sorted_map: make the impls of Index and get match ones from BTreeMapljedrz2018-12-101-12/+26
* sorted_map: change From<Iterator<I>> to FromIterator<I>ljedrz2018-12-101-4/+4
* Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote2018-12-101-1/+1
* Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-074-8/+8
* Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors2018-12-061-4/+28
|\
| * Automatically generate imports for newtype_index `Deserialize` implsOliver Scherer2018-12-041-8/+16
| * Make `newtype_index` safeOliver Scherer2018-12-041-4/+20
* | data_structures: remove tuple_sliceljedrz2018-12-032-71/+0
|/
* Use raw_entry for more efficient interningJohn Kåre Alsaker2018-11-292-0/+70