about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2023-03-08Only compute the crate hash when necessary.Nicholas Nethercote-0/+39
2023-03-07Simplify `sort_by` callsMaybe Waffle-9/+3
2023-03-04Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff...Dylan DPC-3/+7
2023-03-03Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=NilstriebMatthias Krüger-1/+1
2023-03-03Match end user facing unmatched backticks in compiler/est31-1/+1
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-1/+1
2023-03-01Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino-0/+3
2023-03-01Use FxIndexSet instead of FxHashSet for asm_target_features query.Michael Woerister-5/+5
2023-02-28compiler/rustc_session: fix sysroot detection logic ...liushuyu-1/+11
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-0/+2
2023-02-23Lazily compute crate name for consider_optimizingNilstrieb-3/+7
2023-02-22link-directives: clarify usage messageJeremy Fitzhardinge-1/+1
2023-02-22Implement -Zlink-directives=yes/noJeremy Fitzhardinge-0/+2
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-5/+14
2023-02-22various: translation resources from cg backendDavid Wood-12/+7
2023-02-22errors: generate typed identifiers in each crateDavid Wood-5/+19
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-4/+2
2023-02-21Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=...Dylan DPC-2/+0
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-3/+2
2023-02-21Remove unused `Debug` implOli Scherer-1/+0
2023-02-20remove flagBoxy-2/+0
2023-02-20Move the resolver into a queryOli Scherer-1/+1
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