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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
syntax
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-2
/
+1
2011-08-02
Compiler accepts input from stdin when source file is called "-"
Brian Anderson
-0
/
+11
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-135
/
+121
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-21
/
+39
2011-07-16
Fix pre-existing problem with filemap line positions always starting at 0. Fi...
Josh Matthews
-4
/
+12
2011-07-16
Use the actual start position of the file in the codemap rather than the posi...
Josh Matthews
-4
/
+2
2011-07-16
Reenable error line printing.
Josh Matthews
-2
/
+1
2011-07-16
Fix error line display slicing.
Josh Matthews
-5
/
+7
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-16
/
+17
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-15
/
+16
2011-07-12
Fix fast-check target by disabling code snippet printing on warnings (broken ...
Graydon Hoare
-1
/
+4
2011-07-11
Only print up to six lines on error. Print ^~~~~ to highlight error span.
Josh Matthews
-1
/
+49
2011-07-11
Hack to print lines when error spans are available.
Josh Matthews
-2
/
+55
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+96