summary refs log tree commit diff
path: root/src/libsyntax/diagnostic.rs
AgeCommit message (Expand)AuthorLines
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
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-6/+2
2013-11-24libextra: Remove @mut from term.Luqman Aden-23/+30
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-3/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-24Remove even more of std::ioAlex Crichton-20/+18
2013-10-22auto merge of #10006 : alexcrichton/rust/another-massive-rename, r=brsonbors-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-21syntax: Add the Bug Report HOWTO URL to the ICE messageTim Chevalier-1/+5
2013-10-09option: rewrite the API to use compositionDaniel Micay-2/+2
2013-09-30syntax: Remove usage of fmt!Alex Crichton-10/+10
2013-09-23libsyntax: Remove some more `@fn` usesPatrick Walton-7/+0
2013-09-23librustc: Remove the remaining direct uses of `@fn` from librustc.Patrick Walton-31/+43
2013-09-18Register new snapshotsAlex Crichton-1/+1
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-21/+21
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-9/+9
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-07-22new snapshotDaniel Micay-3/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+4
2013-07-14Don't re-parse terminfo (twice!) on every compiler diagnosticKevin Ballard-2/+19