| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -0/+2 | |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 | |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -0/+2 | |
| also share the code that emits the actual error | ||||
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -0/+3 | |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -0/+35 | |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -24/+24 | |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -0/+2 | |
| It's just a short wrapper used by `tcx.require_lang_item`. Deleting it gives us a negative diff. | ||||
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -0/+3 | |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -0/+4 | |
| 2023-03-11 | Simplify message paths | est31 | -0/+36 | |
| 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 | ||||
