rust/src/librustc_session
Victor Ding 83fc600a28 Move command line option definitions into a dedicated file
config.rs has reached the 3000 line tidy limit, this commit moves
command line option definitions into a new file - options.rs,  and
leaves the rest of configuration infrastructure in config.rs.
2019-12-20 18:14:35 +11:00
..
Cargo.toml Move Session to librustc_session 2019-12-03 12:19:16 -05:00
cgu_reuse_tracker.rs Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
code_stats.rs Fix -Z print-type-sizes's handling of zero-sized fields. 2019-12-11 15:09:19 +11:00
config.rs Move command line option definitions into a dedicated file 2019-12-20 18:14:35 +11:00
filesearch.rs Move Session to librustc_session 2019-12-03 12:19:16 -05:00
lib.rs Move command line option definitions into a dedicated file 2019-12-20 18:14:35 +11:00
lint.rs Move BufferedEarlyLint to librustc_session 2019-12-03 12:19:16 -05:00
node_id.rs Move BufferedEarlyLint to librustc_session 2019-12-03 12:19:16 -05:00
options.rs Move command line option definitions into a dedicated file 2019-12-20 18:14:35 +11:00
parse.rs Deduplicate CrateConfig 2019-12-03 12:19:17 -05:00
search_paths.rs Move Session to librustc_session 2019-12-03 12:19:16 -05:00
session.rs Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
utils.rs Move NativeLibraryKind to rustc_session 2019-12-03 12:19:16 -05:00