rust/src/librustc_metadata
kennytm 9dfb95b11f
Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe
Prefer `.nth(n)` over `.skip(n).next()`.

Found by clippy.
2018-08-24 19:24:44 +08:00
..
Cargo.toml Move validate_crate_name to rustc_metadata 2018-08-03 11:09:02 -06:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
creader.rs mv codemap source_map 2018-08-19 23:01:01 +02:00
cstore.rs mv codemap source_map 2018-08-19 23:01:01 +02:00
cstore_impl.rs Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis 2018-08-23 02:54:24 +00:00
decoder.rs Replace TyForeign with ForeignTy 2018-08-22 16:08:49 +01:00
diagnostics.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dynamic_lib.rs rustc_metadata: test loading atoi instead of cos 2018-07-26 17:20:02 -07:00
encoder.rs Prefer `.nth(n)` over `.skip(n).next()`. 2018-08-23 09:35:49 -04:00
foreign_modules.rs ItemKind 2018-07-16 15:09:17 +02:00
index.rs Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
index_builder.rs Replace uses of DepGraph.in_ignore with DepGraph.with_ignore 2018-01-09 18:35:50 +01:00
isolated_encoder.rs Remove HIR inlining 2018-04-19 20:33:18 -04:00
lib.rs librustc_metadata: enable feature(nll) for bootstrap 2018-08-09 01:49:07 -04:00
link_args.rs ItemKind 2018-07-16 15:09:17 +02:00
locator.rs Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
native_libs.rs Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
schema.rs mv codemap source_map 2018-08-19 23:01:01 +02:00