about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-1/+11
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-1/+1
2023-09-11Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwcobors-6/+0
2023-09-10Show lib features in -Zls and allow configuring which things are shownbjorn3-1/+1
2023-09-10Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com...bors-5/+13
2023-09-10Abort if check nightly options failed on stableyukang-5/+13
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-5/+35
2023-09-07Enable incremental-relative-spans by default.Camille GILLOT-6/+0
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-6/+0
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-1/+11
2023-08-18Add the relocation_model to the cfgLuca Barbato-1/+11
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-5/+3
2023-07-27Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726Jubilee-0/+6
2023-07-27Make `--print KIND=PATH` unstableUrgau-0/+6
2023-07-26replace atty crate with std's isTerminalklensy-1/+2
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-2/+2
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-2/+0
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-0/+2
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+2
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-0/+13
2023-07-20Disallow overlapping prints to the same locationDavid Tolnay-0/+15
2023-07-20Parse --print KIND=PATH command line syntaxDavid Tolnay-8/+14
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-31/+38
2023-07-10Auto merge of #113127 - jieyouxu:fix-error-color-summary, r=davidtwcobors-0/+2
2023-07-05Auto merge of #112697 - tgross35:explain-markdown, r=oli-obkbors-0/+2
2023-07-04Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnrMatthias Krüger-0/+8
2023-07-04reviewsBoxy-3/+3
2023-07-04reviewsBoxy-1/+1
2023-07-03Remove chalk from the compilerMichael Goulet-2/+0
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+2
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-0/+8
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+4
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+4
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-10/+30
2023-06-30refactor `add_gcc_ld_path` into its final formRémy Rakic-0/+5
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-0/+56
2023-06-30add dedicated `-C link-self-contained` structureRémy Rakic-1/+44
2023-06-30regroup `LinkerPluginLto` blocksRémy Rakic-9/+9
2023-06-29Set error handler output format as soon as possible许杰友 Jieyou Xu (Joe)-0/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-231/+169
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-12/+93
2023-06-08Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoeristerbors-1/+3
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+3
2023-06-06Write to stdout if `-` is given as output fileJing Peng-12/+93
2023-06-06Add -Ztrait-solver=next-coherenceMichael Goulet-0/+2
2023-05-29rustc_session: Feature gate linker flavors for tier 3 targetsVadim Petrochenkov-1/+14
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-1/+1
2023-05-19Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkovbors-1/+1
2023-05-18fix(resolve): replace bindings to dummy for unresolved importsbohan-1/+1
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-33/+28