rust/compiler/rustc_interface/src
est31 d8b5745d46 Treat nightlies for a version as complete
This commit makes cfg(version) treat the nightlies
for version 1.n.0 as 1.n.0, even though that nightly
version might not have all stabilizations and features
of the released 1.n.0. This is done for greater
convenience for people who want to test a newly
stabilized feature on nightly.

For users who wish to pin nightlies, this commit adds
a -Z assume-incomplete-release option that they can
enable if there are any issues due to this change.
2021-01-29 07:59:19 +01:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs Add some intra-doc links to compiler docs 2020-12-22 09:54:23 -05:00
lib.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00
passes.rs Remove DepKind::CrateMetadata and pre-allocation of DepNodes 2021-01-12 11:22:57 -08:00
proc_macro_decls.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
queries.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
tests.rs Treat nightlies for a version as complete 2021-01-29 07:59:19 +01:00
util.rs Properly handle attributes on statements 2020-11-26 17:08:35 -05:00