about summary refs log tree commit diff
path: root/src/libsyntax_pos/analyze_source_file.rs
AgeCommit message (Collapse)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-274/+0
`syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros`
2019-12-22Format the worldMark Rousskov-22/+20
2019-08-02libsyntax_pos: Unconfigure tests during normal buildVadim Petrochenkov-152/+3
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-04libsyntax_pos => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-2/+1
Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here.
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-3/+3
2018-08-19mv filemap source_fileDonato Sciarra-0/+436