| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-23 | Fail on multiple declarations of `main`. | jumbatm | -2/+29 | |
| Previously, when inserting the entry function, we only checked for duplicate _definitions_ of `main`. However, it's possible to cause problems even only having a duplicate _declaration_. For example, shadowing `main` using an extern block isn't caught by the current check, and causes an assertion failure down the line in in LLVM code. | ||||
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -7/+21 | |
| 2019-08-17 | Move type parameter shadowing errors to resolve | Matthew Jasper | -7/+7 | |
| For some reason type checking did this. Further it didn't consider hygiene. | ||||
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-14 | normalize away spurious error | Ralf Jung | -1/+5 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -5/+5 | |
| 2019-02-07 | Update tests | varkor | -7/+7 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -110/+17 | |
| 2018-10-17 | fix other tests failing due to change in case or new suggestion for extern crate | François Mockers | -1/+1 | |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -3/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+382 | |
