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
/
librustc
/
traits
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-23
Print fn signature when there is closure argument type mismatch
Wonwoo Choi
-66
/
+75
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+17
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-1
/
+1
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-1
/
+1
2017-09-03
on_unimplemented: add method-name checks and use them in Try
Ariel Ben-Yehuda
-3
/
+17
2017-09-03
address review comments
Ariel Ben-Yehuda
-3
/
+6
2017-09-03
enable desugaring-sensitive error messages and use them in Try
Ariel Ben-Yehuda
-1
/
+17
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-16
/
+27
2017-09-03
move the on_unimplemented logic to its own file
Ariel Ben-Yehuda
-141
/
+2
2017-09-03
refactor and centralize `on_unimplemented` parsing
Ariel Ben-Yehuda
-63
/
+144
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-4
/
+14
2017-08-18
Handle structs, unions and enums unsized field/variant separately
Guillaume Gomez
-5
/
+14
2017-08-16
udpdate error message for unsized union field
Guillaume Gomez
-1
/
+2
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+5
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-1
/
+3
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-2
/
+1
2017-08-11
Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.
Michael Woerister
-1
/
+4
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-17
/
+19
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-12
/
+15
2017-08-08
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-5
/
+4
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-07-05
`rustc_on_unimplemented` supports referring to trait
Esteban Küber
-0
/
+4
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-1
/
+1
2017-06-29
Check explicitly that tuple initializer is Sized.
Masaki Hara
-0
/
+3
2017-06-29
Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakis
bors
-7
/
+9
2017-06-28
rustc_typeck: use body-id of type-checking item in need_type_info
Venkata Giri Reddy
-7
/
+9
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-1
/
+3
2017-06-14
suppress trait errors that are implied by other errors
Ariel Ben-Yehuda
-154
/
+92
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-8
/
+11
2017-06-10
rustc: do not depend on infcx.tables in MemCategorizationContext.
Eduard-Mihai Burtescu
-11
/
+3
2017-06-07
Cover all cases in closure errors
Tommy Ip
-5
/
+6
2017-06-06
Update closure errors to emit context for FnMut
Tommy Ip
-7
/
+12
2017-06-05
Better closure error message
Tommy Ip
-5
/
+27
2017-06-01
ergonomic improvements to the methods in infcx
Niko Matsakis
-5
/
+3
2017-06-01
strip param-env from infcx
Niko Matsakis
-6
/
+13
2017-05-17
Add better error message when == operator is badly used
Guillaume Gomez
-10
/
+18
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-11
/
+11
2017-05-02
Auto merge of #41488 - estebank:closure-args, r=arielb1
bors
-8
/
+103
2017-04-24
Reorder code, fix unittests
Esteban Küber
-52
/
+97
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-3
/
+3
2017-04-23
Clean up closure type mismatch errors
Esteban Küber
-8
/
+58
2017-04-20
Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov
Corey Farwell
-15
/
+13
2017-04-18
change note for patterns
Cengiz Can
-1
/
+1
2017-04-18
fixes #40013
Cengiz Can
-41
/
+84
2017-04-12
Add a way to get shorter spans until `char` for pointing at defs
Esteban Küber
-15
/
+13
2017-04-11
generalize type variables too
Niko Matsakis
-4
/
+20
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+23
2017-04-10
Explicit help message for binop type missmatch
Esteban Küber
-11
/
+9
2017-03-30
add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`)
Niko Matsakis
-0
/
+1
[next]