| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -12/+0 | |
| This commit fixes an ICE when `target_feature` is applied to constants. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-04-25 | Add feature-gate for f16c target feature | gnzlbg | -1/+1 | |
| 2019-04-17 | whitelist rtm x86 cpu feature | tyler | -1/+1 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -1/+1 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -1/+2 | |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-12-23 | test: Ignore ui/target-feature-gate on s390x | John Paul Adrian Glaubitz | -1/+1 | |
| 2018-12-19 | test: Ignore ui/target-feature-gate on sparc and sparc64 | John Paul Adrian Glaubitz | -1/+1 | |
| 2018-12-19 | test: Ignore ui/target-feature-gate on powerpc and powerpc64(le) | John Paul Adrian Glaubitz | -1/+1 | |
| 2018-12-17 | rustc: Don't ICE on usage of two new target features | Alex Crichton | -1/+1 | |
| I seem to always forget to update this portion of the compiler... | ||||
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -1/+1 | |
| 2018-08-09 | update target-feature-gate.stderr output | gnzlbg | -1/+1 | |
| 2018-07-31 | tests/ui: Add missing mips{64} ignores | dragan.mladjenovic | -1/+1 | |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -1/+1 | |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -0/+11 | |
| Use an explicit whitelist for what features are actually stable and can be enabled. | ||||
