Jubilee Young
325af25c94
TL note: current means target
2024-09-20 10:02:14 -07:00
Michael Goulet
0f7f3f4045
Re-implement a type-size based limit
2024-07-02 15:48:48 -04:00
Xiretza
41a20b4c56
Port DeprecatedMacro to diag structs
2024-05-21 20:16:39 +00:00
Oli Scherer
bc926f7c33
Add a custom panic message for resuming gen
blocks after they panicked
2023-10-30 10:23:57 +00:00
Oli Scherer
e96ce20b34
s/generator/coroutine/
2023-10-20 21:14:01 +00:00
Ralf Jung
9ac8b363e3
don't point at const usage site for resolution-time errors
...
also share the code that emits the actual error
2023-09-14 22:34:05 +02:00
Michael Goulet
37076c9b4e
Don't attempt to compute layout of type referencing error
2023-07-27 18:24:08 +00:00
Deadbeef
4f83717cf7
Use translatable diagnostics in rustc_const_eval
2023-06-01 14:45:18 +00:00
clubby789
f97fddab91
Ensure Fluent messages are in alphabetical order
2023-05-25 23:49:35 +00:00
Nilstrieb
c3efa51947
Remove LangItems::require
...
It's just a short wrapper used by `tcx.require_lang_item`. Deleting it
gives us a negative diff.
2023-05-16 19:53:38 +02:00
Oli Scherer
7bc6d598f9
Avoid ICEing miri on layout query cycles
2023-05-02 16:14:20 +00:00
bohan
d8a4e7cf51
fix(middle): emit error rather than delay bug when reaching limit
2023-04-03 11:08:14 +08:00
est31
7e2ecb3cd8
Simplify message paths
...
This makes it easier to open the messages file while developing on features.
The commit was the result of automatted changes:
for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done
for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done
2023-03-11 22:51:57 +01:00