| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+6 | |
| 2022-09-11 | Add diagnostic arg 'current_crate' | Jan Niehusmann | -0/+1 | |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -6/+6 | |
| Suggested by the team in this Zulip Topic https://rust-lang.zulipchat.com/#narrow/stream/336883-i18n/topic/.23100717.20SessionDiagnostic.20on.20Handler Handler already has almost all the capabilities of ParseSess when it comes to diagnostic emission, in this migration we only needed to add the ability to access source_map from the emitter in order to get a Snippet and the start_point. Not sure if this is the best way to address this gap | ||||
| 2022-08-31 | port 5 new diagnostics that appeared in master | Nathan Stocks | -0/+36 | |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -103/+112 | |
| - ... when creating diagnostics in rustc_metadata - use the error_code! macro - pass macro output to diag.code() - use fluent from within manual implementation of SessionDiagnostic - emit the untested errors in case they occur in the wild - stop panicking in the probably-not-dead code, add fixme to write test | ||||
| 2022-08-31 | port of locator.rs to SessionDiagnostics, fix some of the errors | Nathan Stocks | -5/+252 | |
| revealed by tests, manually add a panic to test for dead code | ||||
| 2022-08-31 | port fs.rs to SessionDiagnostics | Nathan Stocks | -0/+26 | |
| 2022-08-31 | port creader.rs to SessionDiagnostics | Nathan Stocks | -0/+52 | |
| 2022-08-31 | port encoder.rs to SessionDiagnostics | Nathan Stocks | -0/+18 | |
| 2022-08-31 | port native_libs.rs to SessionDiagnostics | Nathan Stocks | -0/+232 | |
| 2022-08-31 | set up rustc_metadata for SessionDiagnostics, port dependency_format.rs | Nathan Stocks | -0/+52 | |
