about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2023-02-20Make untracked.source_span lockable so that resolution can still write to it ...Oli Scherer-1/+1
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-3/+3
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-4/+11
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-9/+19
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-4/+4
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-9/+5
2023-02-16Remove save-analysis.Nicholas Nethercote-3/+0
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-9/+19
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-4/+11
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-1/+33
2023-02-12Rollup merge of #107748 - tshepang:renamed, r=cuviperMatthias Krüger-1/+1
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-2/+29
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-2/+29
2023-02-10Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiserMatthias Krüger-5/+5
2023-02-10Auto merge of #102963 - ilammy:xray-basic, r=estebankbors-3/+106
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+33
2023-02-09Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi-0/+10
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-3/+96
2023-02-07Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer-2/+0
2023-02-07refer to new homeTshepang Mbambo-1/+1
2023-02-05Sort Generator `print-type-sizes` according to their yield pointsArpad Borsos-1/+5
2023-02-05rustc_session: remove huge error importsest31-29/+23
2023-02-02Rename `rust_2015` => `is_rust_2015`Maybe Waffle-2/+2
2023-02-01Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-...Matthias Krüger-5/+23
2023-01-31Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obkGuillaume Gomez-4/+5
2023-01-31placate tidy.Felix S. Klock II-3/+3
2023-01-31Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ...Felix S. Klock II-5/+23
2023-01-31Document `rust_2015` methodsMaybe Waffle-0/+1
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