about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-27/+60
2014-07-09syntax: doc comments all the thingsCorey Richardson-13/+13
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+2
2014-06-15Register new snapshotsAlex Crichton-5/+5
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-4/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-6/+10
2014-05-19Reset the terminal color before the newline for diagnosticsKevin Ballard-2/+21
2014-05-16Update for BoxCorey Richardson-1/+1
2014-05-16syntax: update for libterm falloutCorey Richardson-4/+4
2014-05-15Add compiler flag to configure output coloringHanno Braun-4/+18
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-8/+12
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-10/+22
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-0/+2
2014-04-05Added session.fileline_note() method and support infrastucture for it.Felix S. Klock II-8/+42
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+2
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+4
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-9/+9
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-22/+20
2014-03-14rustc: make stack traces print for .span_bug/.bug.Huon Wilson-10/+11
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+2
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+2
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-101/+109
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-6/+9
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-21/+21
2014-02-07Removed @self and @Trait.Eduard Burtescu-35/+28
2014-02-03syntax: Remove io_error usageAlex Crichton-48/+64
2014-02-02Move term, terminfo out of extra.xales-1/+1
2014-01-30Remove Times traitBrendan Zabarauskas-3/+4
2014-01-23Make some borrow checker errors more user friendlyKiet Tran-12/+76
2014-01-18rustc: Clean up error reportingAlex Crichton-2/+7
2014-01-11Various READMEs and docs cleanupAdrien Tétar-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-35/+37
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-2/+1
2014-01-03libsyntax: De-`@mut` the handlerPatrick Walton-16/+16
2014-01-03libsyntax: De-`@mut` `HandlerT::err_count`Patrick Walton-7/+8
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-13/+10
2014-01-01syntax::diagnostic: Remove @ from Emitterklutzy-12/+12
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-66/+38
2013-12-07syntax: print expansion info from #[attribute] macros in the correctHuon Wilson-1/+6