| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-08 | Corrected E0637.md based on test failures | Josh White | -50/+23 | |
| 2020-02-08 | Clean up E0277 and E0282 explanations | Guillaume Gomez | -8/+14 | |
| 2020-02-08 | Corrected E0637.md based on test failure | Josh White | -2/+2 | |
| 2020-02-08 | Added compiler flags to example code, removed unexpected curly | Josh White | -4/+2 | |
| 2020-02-08 | Removed trailing white spaces | Josh White | -2/+2 | |
| 2020-02-07 | Merge branch 'master' of https://github.com/jwhite927/rust into E0637 | Josh White | -17/+24 | |
| 2020-02-07 | Cleaned up long error description | Josh White | -2/+1 | |
| 2020-02-07 | performed --bless of 15 ui tests affected | Josh White | -19/+50 | |
| 2020-02-07 | Rollup merge of #68928 - GuillaumeGomez:cleanup-e0276, r=Dylan-DPC | Dylan DPC | -2/+3 | |
| clean up E0276 explanation r? @Dylan-DPC | ||||
| 2020-02-07 | clean up E0276 explanation | Guillaume Gomez | -2/+3 | |
| 2020-02-06 | Tidied up the long error description | Josh White | -4/+1 | |
| 2020-02-06 | Edited error description | Josh White | -4/+4 | |
| 2020-02-06 | Rollup merge of #68894 - JohnTitor:update-e0565, r=Dylan-DPC | Dylan DPC | -5/+9 | |
| Update E0565 examples Fixes #68892 r? @GuillaumeGomez | ||||
| 2020-02-06 | Rollup merge of #68888 - tspiteri:ignore-to-compile_fail, r=petrochenkov | Dylan DPC | -5/+7 | |
| error code examples: replace some more ignore with compile_fail Now that #68664 has been merged and `compile_fail` attempts a full build rather than `--emit=metadata`, these errors should be caught by `compile_fail` and do not need to be ignored. | ||||
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -5/+5 | |
| Generator Resume Arguments cc https://github.com/rust-lang/rust/issues/43122 and https://github.com/rust-lang/rust/issues/56974 Blockers: * [x] Fix miscompilation when resume argument is live across a yield point (https://github.com/rust-lang/rust/pull/68524#issuecomment-578459069) * [x] Fix 10% compile time regression in `await-call-tree` benchmarks (https://github.com/rust-lang/rust/pull/68524#issuecomment-578487162) * [x] Fix remaining 1-3% regression (https://github.com/rust-lang/rust/pull/68524#issuecomment-579566255) - resolved (https://github.com/rust-lang/rust/pull/68524#issuecomment-581144901) * [x] Make dropck rules account for resume arguments (https://github.com/rust-lang/rust/pull/68524#issuecomment-578541137) Follow-up work: * Change async/await desugaring to make use of this feature * Rewrite [`box_region.rs`](https://github.com/rust-lang/rust/blob/3d8778d767f0dde6fe2bc9459f21ead8e124d8cb/src/librustc_data_structures/box_region.rs) to use resume arguments (this shows up in profiles too) | ||||
| 2020-02-06 | Revised error long description | Josh White | -8/+20 | |
| 2020-02-06 | Added long error description & modifed error_codes.rs | Josh White | -1/+23 | |
| 2020-02-07 | Update E0565 examples | Yuki Okushi | -5/+9 | |
| 2020-02-06 | Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPC | Dylan DPC | -5/+7 | |
| clean up E0271 explanation r? @Dylan-DPC | ||||
| 2020-02-06 | error code examples: replace some more ignore with compile_fail | Trevor Spiteri | -5/+7 | |
| Now that compile_fail attempts a full build rather than --emit=metadata, these errors should be caught by compile_fail and do not need to be ignored. | ||||
| 2020-02-06 | Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakis | bors | -3/+3 | |
| rustdoc: attempt full build for compile_fail test Some code fails when doing a full build but does not fail when only emitting metadata. This commit makes sure compile_fail tests for such code behave as expected, that is, the test succeeds because the compilation fails. Fixes #67771. | ||||
| 2020-02-05 | clean E0271 explanation | Guillaume Gomez | -5/+7 | |
| 2020-02-05 | Rollup merge of #68832 - GuillaumeGomez:clean-up-3-err-codes, r=estebank | Dylan DPC | -6/+11 | |
| Clean up E0264, E0267 and E0268 explanations r? @Dylan-DPC | ||||
| 2020-02-04 | Clean up E0264, E0267 and E0268 explanations | Guillaume Gomez | -6/+11 | |
| 2020-02-03 | Rollup merge of #68777 - GuillaumeGomez:clean-up-e0263, r=Dylan-DPC | Dylan DPC | -4/+13 | |
| Clean up E0263 explanation r? @Dylan-DPC | ||||
| 2020-02-02 | Clean up E0263 explanation | Guillaume Gomez | -4/+13 | |
| 2020-02-02 | move_ref_pattern: adjust error index | Mazdak Farrokhzad | -1/+5 | |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -5/+5 | |
| 2020-01-30 | error code examples: replace some ignore with compile_fail | Trevor Spiteri | -3/+3 | |
| 2020-01-29 | Rollup merge of #68582 - LeSeulArtichaut:code-explanations, r=Dylan-DPC | Yuki Okushi | -1/+27 | |
| Add E0727 long explanation Add long explanation for the `E0727` error code (async generators not yet supported). Part of #61137 r? @GuillaumeGomez | ||||
| 2020-01-28 | Add E0727 long explanation | LeSeulArtichaut | -1/+27 | |
| 2020-01-28 | Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPC | Yuki Okushi | -3/+7 | |
| Clean up E0262 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -3/+6 | |
| clean up error codes explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPC | Yuki Okushi | -4/+9 | |
| clean up E0214 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68412 - GuillaumeGomez:clean-up-e0207, r=Dylan-DPC | Yuki Okushi | -13/+17 | |
| Clean up E0207 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68383 - GuillaumeGomez:clean-up-e0205, r=Dylan-DPC | Yuki Okushi | -5/+11 | |
| Clean up E0205 explanation r? @Dylan-DPC | ||||
| 2020-01-27 | Clean up E0262 explanation | Guillaume Gomez | -3/+7 | |
| 2020-01-27 | Update src/librustc_error_codes/error_codes/E0220.md | Guillaume Gomez | -1/+1 | |
| Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com> | ||||
| 2020-01-26 | Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, ↵ | Yuki Okushi | -4/+5 | |
| r=Dylan-DPC clean up error codes E0229 and E0261 r? @Dylan-DPC | ||||
| 2020-01-25 | clean up error codeS E0229 and E0261 | Guillaume Gomez | -4/+5 | |
| 2020-01-25 | Rollup merge of #68509 - GuillaumeGomez:clean-up-err-codes-e0223-e0225, ↵ | Yuki Okushi | -3/+7 | |
| r=Dylan-DPC Clean up error codes E0223 and E0225 explanations r? @Dylan-DPC | ||||
| 2020-01-24 | Clean up error codes E0223 and E0225 explanations | Guillaume Gomez | -3/+7 | |
| 2020-01-23 | Clean up E0207 explanation | Guillaume Gomez | -13/+17 | |
| 2020-01-23 | clean up error codes explanation | Guillaume Gomez | -3/+6 | |
| 2020-01-22 | clean up E0214 explanation | Guillaume Gomez | -4/+9 | |
| 2020-01-21 | Clean up E0205 explanation | Guillaume Gomez | -5/+11 | |
| 2020-01-20 | Rollup merge of #68365 - GuillaumeGomez:clean-up-err-codes-2, r=Dylan-DPC | Dylan DPC | -10/+13 | |
| Clean up error codes r? @Dylan-DPC | ||||
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -9/+1 | |
| Remove `rustc_error_codes` deps except in `rustc_driver` Remove dependencies on `rustc_error_codes` in all crates except for `rustc_driver`. This has some benefits: 1. Adding a new error code when hacking on the compiler only requires rebuilding at most `rustc_error_codes`, `rustc_driver`, and the reflexive & transitive closure of the crate where the new error code is being added and its reverse dependencies. This improves time-to-UI-tests (TTUT). 2. Adding an error description to an error code only requires rebuilding `rustc_error_codes` and `rustc_driver`. This should substantially improve TTUT. r? @petrochenkov cc @rust-lang/wg-diagnostics | ||||
| 2020-01-19 | clean up E0204 explanation | Guillaume Gomez | -7/+10 | |
| 2020-01-19 | clean up E0201 explanation | Guillaume Gomez | -3/+3 | |
