about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic.rs
AgeCommit message (Expand)AuthorLines
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
2013-07-14Highlight rustc's warnings/errors in bold instead of bright whiteKevin Ballard-14/+15
2013-07-09bright white for the message, similar to clangLenny222-1/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-4/+4
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-9/+18
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-2/+1
2013-06-26Refactor extra::term a bitKevin Ballard-6/+6
2013-06-26Make ^~~~~ colour dependent on error/warning/note level. Also correct spellin...Ben Blum-7/+7
2013-06-25great renaming propagation: syntaxCorey Richardson-5/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-22Merge pull request #7230 from Blei/green-squiggleDaniel Micay-13/+20
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-19syntax::diagnostics: Color the ^~~~ in green for better visibilityPhilipp Brüschweiler-13/+20
2013-06-16Add copies to type params with Copy boundNiko Matsakis-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-2/+2
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+2
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-4/+3
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-9/+9
2013-05-31extra::term overhaulCorey Richardson-10/+18
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-7/+7
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-3/+3
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-1/+1
2013-05-06refinement to technique used to not run regionckNiko Matsakis-1/+7
2013-04-27only use #[no_core] in libcoreDaniel Micay-7/+0
2013-04-22Revert "Errors with the same span print the span once"Brian Anderson-147/+13
2013-04-20syntax: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-18Errors with the same span print the span onceYoungmin Yoo-13/+147
2013-03-26option: rm functions that duplicate methodsDaniel Micay-3/+1
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-6/+6
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-08syntax: Remove uses of DVecAlex Crichton-2/+1
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-1/+1