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
/
compiler
/
rustc_index
Age
Commit message (
Expand
)
Author
Lines
2021-08-26
Formatting
Will Crichton
-2
/
+2
2021-08-26
Add comments
Will Crichton
-0
/
+12
2021-08-26
Fix sparse intersect bug, add more sparse / dense tests
Will Crichton
-2
/
+13
2021-08-25
Add unit tests for BitSet intersect/subtract
Will Crichton
-1
/
+12
2021-08-25
Small fixes
Will Crichton
-3
/
+6
2021-08-25
Add optimized sparse-hybrid / dense-hybrid intersect
Will Crichton
-6
/
+21
2021-08-25
Remove BitRelations impls for SparseBitSet, add optimizations
Will Crichton
-63
/
+29
2021-08-24
Fix HybridBitSet port issue
Will Crichton
-3
/
+16
2021-08-24
Refactor BitSet relational methods into trait with parameterized
Will Crichton
-122
/
+231
2021-08-23
Make SparseBitMatrix::ensure_row public to enable general mutation of rows
Will Crichton
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-31
Use allow_internal_unstable more in rustc_index
bjorn3
-2
/
+1
2021-05-26
Unify feature flags as `step_trait`
Jacob Pratt
-1
/
+1
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+4
2021-05-26
Make Range implementation safe
Jacob Pratt
-1
/
+1
2021-05-04
Change bitwise operator to more easily keep data in vector registers
Mark Rousskov
-3
/
+7
2021-04-25
fix sanitizer tests
Ralf Jung
-1
/
+0
2021-04-25
move core::hint::black_box under its own feature gate
Ralf Jung
-0
/
+2
2021-04-24
Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk
bors
-1
/
+0
2021-04-21
Use arrayvec 0.7, drop smallvec 0.6
Jubilee Young
-2
/
+2
2021-04-18
fix feature use in rustc libs
Ralf Jung
-1
/
+0
2021-04-03
Add fixme comment to revert change once const_panic is stable
Wilco Kusee
-0
/
+2
2021-04-03
Remove nightly features in rustc_type_ir
Wilco Kusee
-2
/
+2
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+4
2021-03-09
Remove useless Clone bound in IndexVec.
Camille GILLOT
-7
/
+7
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-02-07
Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=mat...
bors
-0
/
+4
2021-02-05
Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obk
Mara Bos
-0
/
+34
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-0
/
+12
2021-02-02
Add additional benchmarks to bit_set
kadmin
-0
/
+34
2021-01-29
Apply workaround from #72003 for #56935
Thomas Eizinger
-0
/
+4
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-1
/
+0
2020-11-22
Stabilise `then`
varkor
-1
/
+0
2020-09-19
cache types during normalization
Bastian Kauschke
-1
/
+1
2020-08-30
Improve `BitSet` APIs
Dylan MacKenzie
-17
/
+37
2020-08-30
mv compiler to compiler/
mark
-0
/
+2451
[prev]