index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_data_structures
Age
Commit message (
Expand
)
Author
Lines
2019-03-27
Update ena to version 0.13.0
varkor
-1
/
+1
2019-03-27
Update ena
varkor
-1
/
+1
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-0
/
+10
2019-03-13
Fix newtype_index
John Kåre Alsaker
-2
/
+6
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-0
/
+175
2019-03-09
Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister
Mazdak Farrokhzad
-7
/
+54
2019-03-08
expand unused doc comment diagnostic
Andy Russell
-5
/
+25
2019-03-06
Add some comments
John Kåre Alsaker
-1
/
+7
2019-03-06
Execute all parallel blocks even if they panic in a single-threaded compiler
John Kåre Alsaker
-1
/
+41
2019-03-06
Run the first block in a parallel! macro directly in the scope which guarante...
John Kåre Alsaker
-5
/
+6
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-2
/
+1
2019-03-01
Address comments
John Kåre Alsaker
-5
/
+8
2019-03-01
Add support for using a jobserver with Rayon
John Kåre Alsaker
-2
/
+158
2019-02-22
Update parking_lot to 0.7
Bastien Orivel
-1
/
+1
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-0
/
+6
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-61
/
+61
2019-02-11
Use `allow_internal_unstable` in rustc itself
Oliver Scherer
-1
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-61
/
+61
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-107
/
+86
2019-02-07
Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin
Guillaume Gomez
-3
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister
bors
-0
/
+27
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-0
/
+9
2019-01-30
Move privacy checking later in the pipeline and make some passes run in parallel
John Kåre Alsaker
-0
/
+27
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-22
/
+22
2019-01-25
Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis
Mazdak Farrokhzad
-86
/
+80
2019-01-15
update/remove some old readmes
mark
-86
/
+80
2019-01-15
Optimize try_mark_green and eliminate the lock on dep node colors
John Kåre Alsaker
-1
/
+5
2019-01-09
Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
bors
-149
/
+62
2019-01-07
Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoerister
Pietro Albini
-0
/
+1
2019-01-06
flock: Use fcntl constants directly from libc crate on Unix targets
John Paul Adrian Glaubitz
-41
/
+5
2019-01-03
Make CompileController thread-safe
John Kåre Alsaker
-0
/
+1
2018-12-29
Replace LockCell with atomic types
John Kåre Alsaker
-149
/
+62
2018-12-25
Remove licenses
Mark Rousskov
-391
/
+0
2018-12-23
Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister
kennytm
-0
/
+2
2018-12-21
Inline tweaks
John Kåre Alsaker
-0
/
+2
2018-12-19
Stabilize Vec(Deque)::resize_with
Scott McMurray
-1
/
+0
2018-12-17
Tweak query code for performance
John Kåre Alsaker
-0
/
+23
2018-12-10
sorted_map: add contains_key function
ljedrz
-0
/
+8
2018-12-10
sorted_map: readability/whitespace fixes
ljedrz
-4
/
+6
2018-12-10
sorted_map: add is_empty
ljedrz
-0
/
+5
2018-12-10
sorted_map: make the impls of Index and get match ones from BTreeMap
ljedrz
-12
/
+26
2018-12-10
sorted_map: change From<Iterator<I>> to FromIterator<I>
ljedrz
-4
/
+4
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-8
/
+8
2018-12-06
Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis
bors
-4
/
+28
2018-12-04
Automatically generate imports for newtype_index `Deserialize` impls
Oliver Scherer
-8
/
+16
2018-12-04
Make `newtype_index` safe
Oliver Scherer
-4
/
+20
2018-12-03
data_structures: remove tuple_slice
ljedrz
-71
/
+0
2018-11-29
Use raw_entry for more efficient interning
John Kåre Alsaker
-0
/
+70
[next]