| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -21/+0 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
| 2019-11-15 | Move SourceMap to syntax_pos | Mark Rousskov | -0/+1 | |
| This does not update the use sites or delete the now unnecessary SourceMapper trait, to allow git to interpret the file move as a rename rather than a new file. | ||||
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -0/+1 | |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 | |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+1 | |
| Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that! | ||||
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -0/+1 | |
| 2019-02-26 | update scoped_tls to 1.0 | Marcel Hellwig | -1/+1 | |
| 2019-02-04 | libsyntax_pos => 2018 | Taiki Endo | -0/+1 | |
| 2018-06-27 | Add SSE2 accelerated version of FileMap analysis. | Michael Woerister | -0/+1 | |
| 2018-05-10 | Allocate Symbol strings from an arena | John Kåre Alsaker | -0/+1 | |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -0/+1 | |
| 2017-11-03 | Display spans correctly when there are non-half-width characters | Wonwoo Choi | -0/+1 | |
| 2017-06-10 | Moved FileMap construction to it's own constructor. | Inokentiy Babushkin | -0/+1 | |
| The rationale is that BOM stripping is needed for lazy source loading for external crates, and duplication can be avoided by moving the corresponding functionality to libsyntax_pos. | ||||
| 2016-06-23 | Address comments and fix travis warning | Jonathan Turner | -1/+0 | |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -0/+13 | |
