index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
source_map.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-4
/
+4
2019-06-17
don't ICE on large files
Aleksey Kladov
-3
/
+16
2019-06-03
syntax/rustc: move `mark_span_with_reason` back.
David Wood
-21
/
+0
2019-05-30
Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov
bors
-2
/
+2
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-2
/
+2
2019-05-29
syntax: bail out of `find_width_of_character_at_span` if the span doesn't sta...
Eduard-Mihai Burtescu
-0
/
+5
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-1
/
+1
2019-05-09
Do not modify mutability of simple bindings.
David Wood
-0
/
+21
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-13
/
+3
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-9
/
+9
2019-02-07
libsyntax => 2018
Taiki Endo
-3
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-4
/
+4
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-4
/
+2
2018-12-04
adds DocTest filename variant, refactors doctest_offset out of source_map, fi...
Matthew Russo
-29
/
+13
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-3
/
+3
2018-12-04
new_source_file no longer enters duplicate files, expand_include_bytes includ...
Matthew Russo
-16
/
+34
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-91
/
+92
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-8
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+2
2018-09-09
Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis
bors
-11
/
+21
2018-09-05
Provide more context for unenclosed delimiters
Esteban Küber
-11
/
+21
2018-09-04
Breaking change upgrades
Mark Rousskov
-2
/
+2
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-19
fix tidy errors
Donato Sciarra
-2
/
+4
2018-08-19
mv codemap source_map
Donato Sciarra
-2
/
+2
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-0
/
+1235