| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -9/+0 | |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -0/+1 | |
| 2022-01-12 | Remove pretty tests for LLVM-style inline assembly | Tomasz Miąsko | -3/+3 | |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 | |
| The compiler will now issue a warning for crates that have syntax of the form `extern crate "foo" as bar`, but it will still continue to accept this syntax. Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist in the transition period as well. This patch will land hopefully in tandem with a Cargo patch that will start translating all crate names to have underscores instead of hyphens. cc #23533 | ||||
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -1/+1 | |
| This removes the ability to use `foo(bar)` style cfgs. Switch them to `foo_bar` or `foo="bar"` instead. [breaking-change] | ||||
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -1/+1 | |
| Implements remaining part of RFC #47. Addresses issue #16461. Removed link_attrs from rust.md, they don't appear to be supported by the parser. Changed all the tests to use the new extern crate syntax Change pretty printer to use 'as' syntax | ||||
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 | |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 | |
| From the 0.10 changelog: * The inner attribute syntax has changed from `#[foo];` to `#![foo]`. | ||||
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 | |
| 2013-10-22 | Activate checking code for ASM feature gate. Fix tests | Léo Testard | -0/+3 | |
| 2013-10-08 | pp: add test for raw strs in non-expression positions | Benjamin Herr | -0/+16 | |
