rust/compiler/rustc_middle/src
bors 2eb4fc800a Auto merge of #78323 - est31:smaller_list_overlap, r=varkor
Iterate over the smaller list

If there are two lists of different sizes,
iterating over the smaller list and then
looking up in the larger list is cheaper
than vice versa, because lookups scale
sublinearly.
2020-10-28 03:58:32 +00:00
..
dep_graph mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hir Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov 2020-10-25 18:43:49 +09:00
ich Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
infer review 2020-10-23 09:52:04 +02:00
middle Compute proper module parent during resolution 2020-10-24 14:28:13 -04:00
mir Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk 2020-10-28 01:21:18 +01:00
query Calculate visibilities once in resolve 2020-10-19 11:57:50 +03:00
traits Review comments: use newtype instead of bool 2020-10-23 08:06:41 -07:00
ty Auto merge of #78323 - est31:smaller_list_overlap, r=varkor 2020-10-28 03:58:32 +00:00
util Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
arena.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
lint.rs Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
macros.rs Lift: take self by value 2020-10-21 23:59:35 +02:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00