about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/creader.rs
AgeCommit message (Expand)AuthorLines
2023-03-22Rollup merge of #109358 - petrochenkov:nosess, r=cjgillotMatthias Krüger-20/+17
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-20/+17
2023-03-21Eagerly intern and check CrateNum/StableCrateId collisionsOli Scherer-54/+21
2023-03-13metadata/resolve: Minor refactoring to "tcx -> cstore" conversionsVadim Petrochenkov-6/+9
2023-02-20Stop passing in values that one can also get from the tcx lazilyOli Scherer-12/+17
2023-02-20Remove definitions field that is only needed for one methodOli Scherer-12/+4
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-6/+5
2023-02-13rustc_resolve: Remove `Resolver::clone_output`Vadim Petrochenkov-6/+5
2023-02-06Add extended error message for E0523Matthew Kelly-1/+6
2023-02-05rustc_metadata: remove huge error importsest31-15/+13
2023-02-02Retry opening proc-macro DLLs a few times on Windows.Michael Woerister-2/+40
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-8/+3
2022-12-09Fold `Definitions` into the untracked dataOli Scherer-3/+3
2022-12-09Generate crate loaders on the flyOli Scherer-29/+31
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-3/+3
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-1/+1
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-8/+3
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-12/+85
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-34/+19
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-2/+1
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-11/+8
2022-08-31port creader.rs to SessionDiagnosticsNathan Stocks-34/+22
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-5/+5
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-1/+1
2022-06-20Fix panic by checking if `CStore` has the crate data we want before actually ...Guillaume Gomez-0/+4
2022-06-08Rename `panic_strategy` query to `required_panic_strategy`Gary Guo-1/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-1/+1
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-3/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-8/+8
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-3/+9
2022-04-27Plumb through rustc_lint_defs::Level as enum rather than string.Jeremy Fitzhardinge-4/+1
2022-04-23Add support for `nounused` --extern flagJeremy Fitzhardinge-0/+4
2022-04-19Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwcoDylan DPC-18/+2
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-18/+2
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+5
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
2022-02-19Adopt let else in more placesest31-6/+4
2021-12-21rustc_metadata: Switch crate data iteration from a callback to iteratorVadim Petrochenkov-94/+67
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2021-12-06replace dynamic library module with libloadingAndy Russell-14/+7
2021-12-01Improve suggestion for extern crate self error messageMichael-20/+10
2021-12-01Stop treating extern crate loading failures as fatal errorsMichael-12/+26
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-0/+1
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-2/+2
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+2
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-09-14Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.Michael Woerister-1/+1