about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2023-01-31Use `Edition` methods a bit moreMaybe Waffle-4/+4
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-4/+29
2023-01-30session: impl `IntoDiagnosticArg` for `CrateType`David Wood-1/+7
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-3/+8
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+2
2023-01-27Add `drop_tracking_mir` option.Camille GILLOT-0/+2
2023-01-27Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplettYuki Okushi-0/+8
2023-01-26previous thir unpretty output through thir-flatb-naber-3/+8
2023-01-26Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwcoMatthias Krüger-12/+0
2023-01-25Add `target_has_atomic*` symbols if any atomic width is supportedMichal Rostecki-0/+8
2023-01-23Replace terminator-based const eval limitBryan Garza-0/+2
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-16/+41
2023-01-18Support `true` and `false` as boolean flag paramsNilstrieb-5/+5
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-7/+7
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-7/+7
2023-01-16Avoid an unnecessary allocationOli Scherer-9/+9
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-12/+19
2023-01-16check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736)gftea-0/+5
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-0/+18
2023-01-15Preserve split DWARF files when building archives.Kyle Huey-12/+0
2023-01-14Removed various double spaces in compiler source comments.André Vennberg-1/+1
2023-01-11Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=da...nils-1/+1
2023-01-12Add log-backtrace option to show backtraces along with loggingYuki Omoto-0/+2
2023-01-10Disable "split dwarf inlining" by default.Kyle Huey-1/+1
2023-01-11Rollup merge of #106671 - tmiasko:opt-bool, r=wesleywiserYuki Okushi-2/+2
2023-01-10Change type of box_noalias to boolTomasz Miąsko-1/+1
2023-01-10Change type of mutable_noalias to boolTomasz Miąsko-1/+1
2023-01-09Fix help docs for -Zallow-featuresEric Huss-1/+1
2023-01-06Rollup merge of #106542 - sigaloid:master, r=bjorn3Matthias Krüger-2/+8
2023-01-06Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j...Matthias Krüger-1/+13
2023-01-06Update compiler/rustc_session/src/config.rsMatthew E-1/+1
2023-01-06Add default and latest stable edition to --edition in rustcMatthew Esposito-2/+8
2023-01-04Rename stock solver to classicMichael Goulet-6/+8
2023-01-04Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flagMichael Goulet-3/+26
2023-01-04Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebankMatthias Krüger-2/+11
2023-01-04Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqdMatthias Krüger-1/+37
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-1/+37
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-1/+8
2023-01-02Print correct base for too-large literalsclubby789-2/+10
2023-01-02Note maximum integer literal for `IntLiteralTooLarge`clubby789-0/+1
2022-12-30Add some docs to `bug`, `span_bug` and `delay_span_bug`Nilstrieb-1/+13
2022-12-25Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...Matthias Krüger-30/+0
2022-12-25Only enable relative span hashing on nightly.Camille GILLOT-0/+9
2022-12-25Enable relative span hashing.Camille GILLOT-2/+0
2022-12-25Mark incremental-ignore-spans as TRACKED.Camille GILLOT-1/+1
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-7/+7
2022-12-21Auto merge of #105812 - ojeda:no-jump-tables, r=nikicbors-0/+2
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-7/+7
2022-12-20Add `-Zno-jump-tables`Miguel Ojeda-0/+2
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-30/+0