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
2012-02-03
Formatting cleanups.
Kevin Atkinson
-1
/
+1
2012-02-03
Store info about file "substr".
Kevin Atkinson
-4
/
+24
2012-02-03
Don't rely on filename to get a file from the filemap
Kevin Atkinson
-9
/
+15
2012-02-03
Bug fix in lookup_byte_offset.
Kevin Atkinson
-1
/
+1
2012-02-03
Add function to get a code snippet from a span,
Kevin Atkinson
-3
/
+40
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-2
/
+2
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-3
/
+3
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-26
Use string stored in codemap for pretty-printing comments and literals
Marijn Haverbeke
-0
/
+1
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-7
/
+9
2012-01-23
Revert "rustc: Exclude stdin from codemap files when lookup_pos".
Kevin Atkinson
-5
/
+3
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-13
rustc: Extract driver::diagnostic from syntax::codemap
Brian Anderson
-132
/
+0
2012-01-13
rustc: Some more codemap refactoring
Brian Anderson
-74
/
+67
2012-01-13
rustc: Refactor codemap::emit_* functions
Brian Anderson
-17
/
+19
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-1
/
+1
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-2
/
+3
2011-12-21
rustc: Exclude stdin from codemap files when lookup_pos
Haitao Li
-3
/
+5
2011-12-20
Inject "core macros" into default syntax-expansion environment. Bit of a klud...
Graydon Hoare
-1
/
+5
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+3
2011-11-24
rustc: Fix position of diagnostic highlight lines
Haitao Li
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-2
/
+8
2011-10-28
rustc: Extract error reporting from codemap
Brian Anderson
-13
/
+42
2011-10-27
Use the std::term color constants in the codemap
Brian Anderson
-3
/
+3
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-3
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-8
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-8
/
+8
2011-09-02
Reformat. Issue #855
Brian Anderson
-37
/
+33
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-10
/
+10
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Remove a few more usages of std::str from rustc. Issue #855
Brian Anderson
-5
/
+5
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-13
/
+10
2011-08-27
Convert rustc::syntax::codemap to istrs. Issue #855
Brian Anderson
-31
/
+31
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-7
/
+13
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-10
/
+13
2011-08-27
Don't output bogus spans when reporting a message without one.
Brian Anderson
-3
/
+3
2011-08-27
Output error spans that don't confuse emacs compilation mode. Closes #845
Brian Anderson
-2
/
+2
2011-08-20
Reformat
Brian Anderson
-28
/
+27
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-8
/
+8
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-3
/
+3
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-4
/
+26
2011-08-12
Rename std::termivec to std::term
Brian Anderson
-5
/
+5
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-11
/
+11
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-2
/
+1
[next]