rust/src/librustc_resolve
kennytm 77777b4528
Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm
Use sort_by_cached_key where appropriate

A follow-up to https://github.com/rust-lang/rust/pull/48639, converting various slice sorting calls to `sort_by_cached_key` when the key functions are more expensive.
2018-04-11 19:56:41 +08:00
..
build_reduced_graph.rs Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
check_unused.rs Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov 2018-02-23 11:21:29 +00:00
diagnostics.rs Remove E0245; improve E0404 explanation 2018-02-28 12:05:04 -06:00
lib.rs Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm 2018-04-11 19:56:41 +08:00
macros.rs Remove more duplicated spans 2018-04-06 11:50:49 +03:00
resolve_imports.rs Get rid of SpannedIdent 2018-04-06 11:48:19 +03:00