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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
diagnostic.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-09-28
Demode extfmt
Tim Chevalier
-34
/
+36
Needs a snapshot before this can be completed, because I changed the mode for conv_poly.
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-21
libcore: De-mode str
Patrick Walton
-2
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-21
/
+21
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-9
/
+9
2012-08-14
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-18
/
+20
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-9
/
+9
2012-07-26
diagnostic: only print color if output is for the screen
Damian Gryski
-2
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ↵
Michael Sullivan
-49
/
+49
#2907.
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-6
/
+4
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+1
2012-06-07
syntax: Remove a bunch of implicit copies
Patrick Walton
-4
/
+6
2012-06-06
syntax: More grammatical error message
Lindsey Kuper
-4
/
+7
2012-06-05
Have "aborting due to previous errors" message show an error count
Lindsey Kuper
-1
/
+3
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+264
Per issue #2418.