about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2023-10-28Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obkJubilee-45/+41
2023-10-28Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkovJubilee-200/+185
2023-10-28Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwcoJubilee-1/+0
2023-10-28Clean up config mess.Nicholas Nethercote-33/+35
2023-10-28Optimize `parse_cfgspecs`.Nicholas Nethercote-5/+7
2023-10-28Streamline `rustc_interface` tests.Nicholas Nethercote-11/+3
2023-10-28Fix a comment.Nicholas Nethercote-1/+1
2023-10-27Better guard against wrong input with check-cfg any()Urgau-3/+7
2023-10-26Remove most indentation in check-cfg implUrgau-200/+181
2023-10-26Rollup merge of #117207 - Zalathar:no-option, r=compiler-errorsMatthias Krüger-1/+1
2023-10-26The value of `-Cinstrument-coverage=` doesn't need to be `Option`Zalathar-1/+1
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-4/+18
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-4/+18
2023-10-25Rollup merge of #117173 - oli-obk:gen_fn_split2, r=compiler-errorsMatthias Krüger-0/+5
2023-10-25Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errorsMatthias Krüger-1/+0
2023-10-25Make `Iterator` a lang itemOli Scherer-0/+5
2023-10-25Remove support for alias `-Z instrument-coverage`Zalathar-1/+0
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-2/+6
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+1
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-7/+133
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-2/+6
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-2/+13
2023-10-13MCP636: Add simpler and more explicit syntax to check-cfgUrgau-7/+133
2023-10-13Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillotbors-2/+1
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-2/+1
2023-10-08Remove -Zdep-tasks.Camille GILLOT-1/+0
2023-10-04introduce `Polonius` enum for `-Zpolonius`Rémy Rakic-1/+2
2023-09-24Don't use a thread to load the dep graphJohn Kåre Alsaker-44/+3
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-10/+6
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-17/+5
2023-09-22Have a single struct for queries and hookOli Scherer-12/+12
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-5/+8
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-1/+42
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-7/+13
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-1/+1
2023-09-11Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errorsMatthias Krüger-0/+2
2023-09-10Fix testbjorn3-1/+1
2023-09-10Deprecate the pre_configure querybjorn3-0/+2
2023-09-09Use `FreezeLock` for `CStore`John Kåre Alsaker-5/+3
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-0/+10
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+10
2023-09-03Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)Martin Nordholts-7/+13
2023-09-02Rename `Freeze` to `FreezeLock`John Kåre Alsaker-2/+4
2023-09-02Add `Freeze` type and use it to store `Definitions`John Kåre Alsaker-2/+2
2023-09-01Use `OnceLock` for `SingleCache`John Kåre Alsaker-5/+5
2023-08-30Auto merge of #111713 - Zoxc:lock-switch, r=nnethercotebors-8/+28
2023-08-30Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errorsbors-3/+2
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-8/+28