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