about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+2
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-20/+20
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+4
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-16/+16
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-3/+3
2015-01-17libsyntax: uint types to usizePaul Collier-3/+3
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+3
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-09Fix checking of command line expansion spans (fixes #20747)Manish Goregaokar-2/+5
2015-01-08libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...Manish Goregaokar-6/+14
2015-01-07use slicing sugarJorge Aparicio-22/+22
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-07Replace full slice notation with index callsNick Cameron-20/+20
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-19/+19
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-13/+5
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-1/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+10
2014-11-20Fix an ICE on diagnostics originating in external macrosJakub Bukaj-23/+33
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-9/+9
2014-10-17auto merge of #16855 : P1start/rust/help-messages, r=brsonbors-11/+24
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-19/+19
2014-09-14Add help diagnostic messagesP1start-11/+24
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-4/+3
2014-09-12Removing unused extern crates.Victor Berger-2/+0
2014-09-04Auto-derive Clone for syntax::diagnostic::Level.Richard Diamond-1/+1
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-0/+3
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