about summary refs log tree commit diff
path: root/compiler/rustc_session/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Remove unused featuresclubby789-2/+0
2023-12-03rustc_session: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0
2023-11-30Remove unused features.Nicholas Nethercote-2/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-10-26Parse rustc version at compile timeDavid Tolnay-0/+3
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors-1/+0
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-1/+0
2023-10-08consistency check for self-contained linking components CLI optionsRémy Rakic-0/+1
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-06-12Collect VTable stats & add `-Zprint-vtable-sizes`Maybe Waffle-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-10translations(rustc_session): migrate output.rsLuis Cardoso-0/+2
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-31Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=...Ralf Jung-0/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-26translations(rustc_session): migrate 80% of the file parse.rsLuis Cardoso-2/+0
2022-08-26translations(rustc_session): migrate the file cgu_reuse_trackerLuis Cardoso-0/+3
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-01update cfg(bootstrap)sPietro Albini-1/+1
2022-06-15Use get_many_mut to reduce the cost of setup ping check cfg valuesUrgau-0/+1
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+1
2022-05-27Finish bumping stage0Mark Rousskov-1/+0
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+1
2022-04-02ast_lowering: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-0/+1
2022-03-27Make fatal DiagnosticBuilder yield neverMichael Goulet-0/+1
2022-03-24Use a let-chain in _session::output (nfc)Jubilee Young-0/+1
2022-02-26Auto merge of #93516 - nagisa:branch-protection, r=cjgillotbors-0/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-19Adopt let else in more placesest31-0/+1
2022-02-19No branch protection metadata unless enabledSimonas Kazlauskas-0/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+2
2021-07-04Query-ify global limit attribute handlingAaron Hill-0/+5
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0