about summary refs log tree commit diff
path: root/src/libsyntax/source_map.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Bump to 1.33.0Alex Crichton-4/+4
2018-12-07use top level `fs` functions where appropriateAndy Russell-4/+2
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-29/+13
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-3/+3
2018-12-04new_source_file no longer enters duplicate files, expand_include_bytes includ...Matthew Russo-16/+34
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-91/+92
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-1/+2
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-8/+3
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+2
2018-09-09Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakisbors-11/+21
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-11/+21
2018-09-04Breaking change upgradesMark Rousskov-2/+2
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-19fix tidy errorsDonato Sciarra-2/+4
2018-08-19mv codemap source_mapDonato Sciarra-2/+2
2018-08-19mv (mod) codemap source_mapDonato Sciarra-0/+1235