| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 | |
| This flag opts out of the min-const-fn checks entirely, which is usually not what we want. The few cases where the flag is still necessary have been annotated. | ||||
| 2020-01-10 | Fix `next_point` to be unicode aware | Esteban Küber | -1/+1 | |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -0/+1 | |
| This feature adds `X..`, `..X`, and `..=X` patterns. | ||||
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+1 | |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+1 | |
| 2020-01-08 | span_to_lines: account for DUMMY_SP | Mazdak Farrokhzad | -2/+3 | |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -1/+0 | |
| Also add unit tests | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-03 | Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrum | bors | -2/+0 | |
| Revert #65244 for performance reasons This reverts commit f35517ee861dc012ccc26083dd4520045e2c4f6f. Revert #65244 so we can see if it is the cause of the performance issue in #67706 cc https://github.com/rust-lang/rust/issues/67644 | ||||
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -2/+0 | |
| This reverts commit f35517ee861dc012ccc26083dd4520045e2c4f6f. | ||||
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -2/+2 | |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -0/+5794 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
