index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-21
/
+21
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-35
/
+28
2014-02-03
syntax: Remove io_error usage
Alex Crichton
-48
/
+64
2014-02-02
Move term, terminfo out of extra.
xales
-1
/
+1
2014-01-30
Remove Times trait
Brendan Zabarauskas
-3
/
+4
2014-01-23
Make some borrow checker errors more user friendly
Kiet Tran
-12
/
+76
2014-01-18
rustc: Clean up error reporting
Alex Crichton
-2
/
+7
2014-01-11
Various READMEs and docs cleanup
Adrien Tétar
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-35
/
+37
2014-01-08
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
Marvin Löbel
-2
/
+1
2014-01-03
libsyntax: De-`@mut` the handler
Patrick Walton
-16
/
+16
2014-01-03
libsyntax: De-`@mut` `HandlerT::err_count`
Patrick Walton
-7
/
+8
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-13
/
+10
2014-01-01
syntax::diagnostic: Remove @ from Emitter
klutzy
-12
/
+12
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-66
/
+38
2013-12-07
syntax: print expansion info from #[attribute] macros in the correct
Huon Wilson
-1
/
+6
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-6
/
+2
2013-11-24
libextra: Remove @mut from term.
Luqman Aden
-23
/
+30
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-3
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
2013-10-24
Remove even more of std::io
Alex Crichton
-20
/
+18
2013-10-22
auto merge of #10006 : alexcrichton/rust/another-massive-rename, r=brson
bors
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-21
syntax: Add the Bug Report HOWTO URL to the ICE message
Tim Chevalier
-1
/
+5
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-2
/
+2
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-10
/
+10
2013-09-23
libsyntax: Remove some more `@fn` uses
Patrick Walton
-7
/
+0
2013-09-23
librustc: Remove the remaining direct uses of `@fn` from librustc.
Patrick Walton
-31
/
+43
2013-09-18
Register new snapshots
Alex Crichton
-1
/
+1
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-21
/
+21
2013-08-11
libsyntax: Update from `@Object` to `@mut Object` as required
Niko Matsakis
-9
/
+9
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+1
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-2
/
+2
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+2
2013-07-22
new snapshot
Daniel Micay
-3
/
+0
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-4
/
+4
2013-07-14
Don't re-parse terminfo (twice!) on every compiler diagnostic
Kevin Ballard
-2
/
+19
2013-07-14
Highlight rustc's warnings/errors in bold instead of bright white
Kevin Ballard
-14
/
+15
2013-07-09
bright white for the message, similar to clang
Lenny222
-1
/
+1
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-4
/
+4
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-9
/
+18
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-2
/
+1
2013-06-26
Refactor extra::term a bit
Kevin Ballard
-6
/
+6
2013-06-26
Make ^~~~~ colour dependent on error/warning/note level. Also correct spellin...
Ben Blum
-7
/
+7
2013-06-25
great renaming propagation: syntax
Corey Richardson
-5
/
+3
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-22
Merge pull request #7230 from Blei/green-squiggle
Daniel Micay
-13
/
+20
[next]