about summary refs log tree commit diff
path: root/src/libsyntax/codemap.rs
AgeCommit message (Expand)AuthorLines
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-18/+21
2014-10-09syntax: Convert statics to constantsAlex Crichton-2/+2
2014-10-04Register new snapshotsBjörn Steinbrink-6/+2
2014-09-30librustc: Fix up mutability in method autoderefs if incorrect, andPatrick Walton-0/+5
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-2/+14
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-1/+1
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-3/+3
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-9/+30
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-1/+1
2014-07-09codemap: be less annoying in debug loggingCorey Richardson-5/+4
2014-07-09syntax: doc comments all the thingsCorey Richardson-11/+11
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-13Dump results of analysis phase as CSVNick Cameron-35/+35
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-2/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-32/+32
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-39/+56
2014-04-21auto merge of #13435 : edwardw/rust/span, r=brsonbors-0/+11
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-17/+17
2014-04-18Use more precise span when reporting semicolon hintEdward Wang-0/+11
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-5/+6
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-29/+29
2014-03-29Register new snapshotFlavio Percoco-18/+0
2014-03-27serialize: use ResultSean McArthur-0/+18
2014-03-27syntax: add a some docs/clarification to the fields of ExpnInfo.Huon Wilson-3/+26
2014-03-23use TotalEq for HashMapDaniel Micay-4/+5
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-31/+31
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-18libsyntax: librustdoc: ignore utf-8 BOM in .rs filesLiigo Zhuang-1/+10
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-67/+54
2014-03-10syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of...Dmitry Promsky-14/+58
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-9/+10
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-9/+8
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-6/+6
2014-02-27Fix bytepos_to_file_charpos.Nick Cameron-10/+52
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+1
2014-02-24syntax: calculate positions of multibyte characters more correctly.Huon Wilson-3/+4
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-7/+7
2014-02-19Fix bug with zero-length filemaps and rename bytepos_to_local_charpos to byte...Nick Cameron-8/+78
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+1
2014-02-02libsyntax: Fix tests.Patrick Walton-2/+2
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-3/+3
2014-02-02libsyntax: De-`@str` pathnamesPatrick Walton-3/+3