about summary refs log tree commit diff
path: root/compiler/rustc_span/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Remove (lots of) dead codeJoshua Nelson-7/+0
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-2/+2
2021-03-11Hash SyntaxContext first.Camille GILLOT-3/+2
2021-03-11Remove useless method.Camille GILLOT-4/+0
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-0/+2
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-14rustc_span: Remove obsolete `allow_internal_unstable_backcompat_hack`Vadim Petrochenkov-5/+4
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-04faster spansklensy-0/+1
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-0/+2
2021-01-23Add disambiugator to ExpnDataAaron Hill-9/+13
2021-01-13Properly handle `SyntaxContext` of dummy spans in incr compAaron Hill-1/+2
2021-01-11Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebankbors-17/+7
2021-01-07resolve: Scope visiting doesn't need an `Ident`Vadim Petrochenkov-1/+5
2020-12-31Add edition 2021.Mara Bos-0/+5
2020-12-30Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnrYuki Okushi-24/+42
2020-12-25Edit rustc_span documentationpierwill-24/+42
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+1
2020-12-03rustc_span: add span_data_to_lines_and_cols to caching source map viewTyson Nottingham-17/+7
2020-12-03Fix some clippy lintsJoshua Nelson-4/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-0/+1
2020-11-12Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakisbors-5/+26
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-11-04incr-comp: hash span end line/columnTyson Nottingham-5/+26
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+8
2020-10-29Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obkJonas Schievink-6/+15
2020-10-28Auto merge of #78415 - tgnottingham:expn_id_tag_hash, r=Aaron1011bors-2/+1
2020-10-27rustc_span: represent line bounds with RangeTyson Nottingham-5/+5
2020-10-27Fix typo in commentDániel Buga-2/+2
2020-10-26rustc_span: improve bounds checks in byte_pos_to_line_and_colTyson Nottingham-1/+10
2020-10-26rustc_span: avoid hashing ExpnId tag when using cached hashTyson Nottingham-2/+1
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-1/+8
2020-10-14Remove unused code from rustc_spanest31-6/+0
2020-10-08Use shorter path for std::hash::Hashest31-6/+6
2020-10-05Updates to experimental coverage counter injectionRich Kadel-0/+84
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-21Remove cast to usize for BytePos and CharPosJames Whaley-2/+2
2020-09-21Reduce boilerplate for BytePos and CharPosJames Whaley-82/+55
2020-09-20Rollup merge of #76825 - lcnr:array-windows-apply, r=varkorRalf Jung-2/+8
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+8
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-2/+0
2020-09-13Add visualization of rustc span in docIvan Tham-1/+19
2020-08-31Adds two source span utility functions used in source-based coverageRich Kadel-0/+7
2020-08-30mv compiler to compiler/mark-0/+1872