| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-21 | cleanup: Remove compile-fail-fulldeps directory again | Vadim Petrochenkov | -45/+0 | |
| 2019-01-19 | Fix lints in tests | John Kåre Alsaker | -0/+4 | |
| 2019-01-13 | Removed more copyright notices. | Alexander Regueiro | -10/+0 | |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -0/+51 | |
| 2018-12-09 | Move compile-fail-fulldeps tests to ui-fulldeps | Vadim Petrochenkov | -556/+0 | |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -3/+0 | |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -3/+0 | |
| 2018-08-31 | Update tests | flip1995 | -1/+1 | |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -2/+2 | |
| Fix typos found by codespell. | ||||
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -3/+3 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 | |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -14/+14 | |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -0/+3 | |
| 2018-05-02 | fix tests | flip1995 | -1/+1 | |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 | |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -1/+5 | |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -0/+4 | |
| Retains the `stmt_expr_attributes` feature requirement for attributes on expressions. closes #41475 cc #38356 | ||||
| 2018-03-13 | Add test for issue 48941 | Michael Lamparski | -0/+10 | |
| A broken test to be fixed in the next commit. | ||||
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -0/+3 | |
| Remove a couple of obsolete lints | ||||
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+0 | |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+0 | |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -4/+4 | |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -2/+0 | |
| 2017-01-03 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+144 | |
| 2016-12-07 | remove useless lifetimes on LateLintPass impl methods | Oliver Schneider | -2/+2 | |
| 2016-12-07 | remove useless lifetime outlives bounds | Oliver Schneider | -6/+6 | |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ↵ | Oliver Schneider | -2/+2 | |
| to a Visitor | ||||
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -6/+7 | |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+0 | |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -2/+1 | |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 | |
| This commit changes `ExtCtx::cfg()` so it returns a `CrateConfig` reference instead of a clone. As a result, it also changes all of the `cfg()` callsites to explicitly clone... except one, because the commit also changes `macro_parser::parse()` to take `&CrateConfig`. This is good, because that function can be hot, and `CrateConfig` is expensive to clone. This change almost halves the number of heap allocations done by rustc for `html5ever` in rustc-benchmarks suite, which makes compilation 1.20x faster. | ||||
| 2016-09-15 | Remove irrelevant test. | Jeffrey Seyfried | -26/+0 | |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -2/+3 | |
| 2016-08-25 | Fix fallout in tests. | Jeffrey Seyfried | -1/+0 | |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -8/+9 | |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 | |
| syntax-[breaking-change] cc #31645 (Only breaking because ast::TokenTree is now tokenstream::TokenTree.) This pull request refactors TokenTrees into their own file as src/libsyntax/tokenstream.rs, moving them out of src/libsyntax/ast.rs, in order to prepare for an accompanying TokenStream implementation (per RFC 1566). | ||||
| 2016-06-24 | Reexport syntax_pos in codemap and fix some cfail tests | Jonathan Turner | -0/+1 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. ↵ | cgswords | -1/+2 | |
| Modified tests to point to the new file now. | ||||
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+422 | |
| For legacy reasons (presumably), Windows does not permit files name aux. | ||||
