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
2013-02-21
Cleanup, commenting, trivial renaming
John Clements
-11
/
+17
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-2
/
+2
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-14
Convert all uses of vec::slice to vec::view Issue #3869
Nick Desaulniers
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-2
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-09
Added related FIXME for 3260
Matthijs Hofstra
-1
/
+1
2013-02-09
Fix for issue 2174
Matthijs Hofstra
-4
/
+16
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-71
/
+69
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-18
/
+13
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-1
/
+1
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-13
/
+8
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-1
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Implement GLB algorithm. (Issue #2263)
Niko Matsakis
-2
/
+10
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+9
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-5
/
+5
2012-11-28
Register snapshots
Brian Anderson
-10
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+10
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-2
/
+2
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-1
/
+1
2012-11-12
Objectify the codemap
Brian Anderson
-8
/
+8
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-9
/
+9
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-10
/
+9
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-1
/
+1
2012-09-28
Demode extfmt
Tim Chevalier
-34
/
+36
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
[prev]
[next]