| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor | bors | -33/+35 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -0/+2 |
| 2021-06-01 | Remove unused functions and arguments from rustc_serialize | bjorn3 | -33/+35 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-31 | Use allow_internal_unstable more in rustc_index | bjorn3 | -1/+0 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -2/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -55/+121 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -1/+4 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+1 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -0/+10 |
| 2021-05-05 | Revamp RealFileName public methods | Andy Wang | -20/+22 |
| 2021-05-05 | Remove impl Display for FileName and add FileNameDisplay wrapper type | Andy Wang | -12/+39 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -12/+54 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -28/+13 |
| 2021-05-02 | Use new thread-local const-init | Mark Rousskov | -0/+1 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -7/+0 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -2/+2 |
| 2021-03-11 | Hash SyntaxContext first. | Camille GILLOT | -3/+2 |
| 2021-03-11 | Remove useless method. | Camille GILLOT | -4/+0 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -0/+2 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-14 | rustc_span: Remove obsolete `allow_internal_unstable_backcompat_hack` | Vadim Petrochenkov | -5/+4 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-04 | faster spans | klensy | -0/+1 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -0/+2 |
| 2021-01-23 | Add disambiugator to ExpnData | Aaron Hill | -9/+13 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -1/+2 |
| 2021-01-11 | Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebank | bors | -17/+7 |
| 2021-01-07 | resolve: Scope visiting doesn't need an `Ident` | Vadim Petrochenkov | -1/+5 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -0/+5 |
| 2020-12-30 | Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnr | Yuki Okushi | -24/+42 |
| 2020-12-25 | Edit rustc_span documentation | pierwill | -24/+42 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+1 |
| 2020-12-03 | rustc_span: add span_data_to_lines_and_cols to caching source map view | Tyson Nottingham | -17/+7 |
| 2020-12-03 | Fix some clippy lints | Joshua Nelson | -4/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -0/+1 |
| 2020-11-12 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -5/+26 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-11-04 | incr-comp: hash span end line/column | Tyson Nottingham | -5/+26 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+8 |
| 2020-10-29 | Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obk | Jonas Schievink | -6/+15 |
| 2020-10-28 | Auto merge of #78415 - tgnottingham:expn_id_tag_hash, r=Aaron1011 | bors | -2/+1 |
| 2020-10-27 | rustc_span: represent line bounds with Range | Tyson Nottingham | -5/+5 |
| 2020-10-27 | Fix typo in comment | Dániel Buga | -2/+2 |
| 2020-10-26 | rustc_span: improve bounds checks in byte_pos_to_line_and_col | Tyson Nottingham | -1/+10 |
| 2020-10-26 | rustc_span: avoid hashing ExpnId tag when using cached hash | Tyson Nottingham | -2/+1 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+8 |
| 2020-10-14 | Remove unused code from rustc_span | est31 | -6/+0 |