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
/
librustc
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-16
rustc: qualify expressions in check_const for potential promotion.
Eduard Burtescu
-0
/
+1
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-1
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-01-21
Make diagnostic ordering deterministic
Alex Crichton
-2
/
+0
2015-01-21
More test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-0
/
+3
2015-01-21
Deny imports after non-item statements.
Eduard Burtescu
-0
/
+1
2015-01-20
Add some extended errors.
Michael Sproul
-6
/
+34
2015-01-20
Add error codes to rustc
Brian Anderson
-1
/
+46
2015-01-20
Make error code registration work again. #19624
Brian Anderson
-16
/
+4
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-1
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+4
2014-12-12
Remove diagnostic errors that were yielding warnings.
Niko Matsakis
-85
/
+0
2014-12-12
Reviewer comments
Nick Cameron
-4
/
+1
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-1
/
+8
2014-11-26
More test fixes and rebase conflicts!
Alex Crichton
-1
/
+2
2014-11-26
Implement the new parsing rules for types in the parser, modifying the AST ap...
Niko Matsakis
-1
/
+3
2014-11-18
Make it an error to use parenthetical notation with
Niko Matsakis
-1
/
+2
2014-11-17
Fix an ICE when using struct patterns with traits
Jakub Bukaj
-1
/
+2
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-1
/
+0
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-3
/
+2
2014-10-30
changes to libs
Nick Cameron
-1
/
+0
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-1
/
+2
2014-10-25
Prevent pointer -> int casts in constexprs
Ariel Ben-Yehuda
-0
/
+1
2014-10-24
Overhaul typechecking of patterns
Jakub Bukaj
-2
/
+0
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-1
/
+2
2014-10-11
Remove `virtual` structs from the language
Jakub Wieczorek
-5
/
+0
2014-10-10
Handle `while let` desugaring
John Gallagher
-1
/
+2
2014-10-05
Fix handling of struct variants in a couple of places
Jakub Wieczorek
-5
/
+3
2014-09-30
Temporarily remove the description for the diagnostic E0162
Jakub Wieczorek
-6
/
+2
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-0
/
+5
2014-09-25
Move checking of whether fields are Sized or not into wf / trait code.
Niko Matsakis
-3
/
+0
2014-09-25
Remove the last redundant check from kindck, and then remove the pass as well.
Niko Matsakis
-1
/
+0
2014-09-25
Move checks for closure bounds out of kind.rs
Niko Matsakis
-3
/
+0
2014-09-25
Remove redundant local variable checks.
Niko Matsakis
-1
/
+0
2014-09-25
Remove checks that are already being done during typeck
Niko Matsakis
-1
/
+0
2014-09-25
Move unsafe destructor check from kind.rs into wf.rs
Niko Matsakis
-1
/
+0
2014-09-24
Remove dead code from librustc
Jakub Wieczorek
-2
/
+0
2014-09-17
Drop a few unused diagnostic codes
Martin Olsson
-7
/
+0
2014-09-08
Forbid unsized rvalues
Nick Cameron
-1
/
+2
2014-09-05
Remove unused diagnostic codes.
Steve Klabnik
-2
/
+0
2014-09-02
DST raw pointers - *-pointers are fat pointers
Nick Cameron
-1
/
+2
2014-08-29
Detect a traits being used as structs in check_expr_with_unifier
wickerwaka
-1
/
+2
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-0
/
+2
2014-08-26
Rebasing changes
Nick Cameron
-6
/
+0
2014-08-18
Forbid extern statics from appearing in patterns
Jakub Wieczorek
-2
/
+2
2014-07-18
Assign more diagnostic codes
Jakub Wieczorek
-1
/
+64
2014-07-12
Convert a first batch of diagnostics to have error codes
Jakub Wieczorek
-0
/
+96
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-0
/
+18