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
2018-02-13
Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix
bors
-9
/
+31
2018-02-10
Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou...
kennytm
-44
/
+49
2018-02-07
Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis
Manish Goregaokar
-7
/
+27
2018-02-07
Fix ICE for mismatched args on target without span
Ryan Cumming
-44
/
+49
2018-02-03
Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis
bors
-0
/
+4
2018-02-01
Remove support for `Self` in attributes
Esteban Küber
-2
/
+0
2018-02-01
Add filter to detect local crates for rustc_on_unimplemented
Esteban Küber
-0
/
+4
2018-02-01
Add filtering options to `rustc_on_unimplemented`
Esteban Küber
-7
/
+25
2018-01-29
Fix regression: account for trait methods in arg count mismatch error
Christopher Durham
-0
/
+5
2018-01-29
Require yield types to be sized
John Kåre Alsaker
-0
/
+4
2018-01-27
Optimized error reporting for recursive requirements #47720
Peter Hrvola
-9
/
+31
2018-01-25
Fix regression: account for impl methods in arg count mismatch error
Esteban Küber
-41
/
+49
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2018-01-20
Rollup merge of #47573 - estebank:closures, r=nikomatsakis
Guillaume Gomez
-153
/
+152
2018-01-20
Closure argument mismatch tweaks
Esteban Küber
-153
/
+152
2018-01-15
On E0283, point at method with the requirements
Esteban Küber
-1
/
+7
2017-12-18
Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1
Guillaume Gomez
-7
/
+4
2017-12-18
Rework expected closure error
Esteban Küber
-3
/
+7
2017-12-18
Point at def span in "impl has stricter requirements" diagnostic
Esteban Küber
-7
/
+4
2017-12-10
Point at whole method call instead of args
Esteban Küber
-2
/
+2
2017-11-27
reword to "consider borrowing here: `{suggestion}`"
Esteban Küber
-1
/
+1
2017-11-25
Remove index type check (review comment)
Esteban Küber
-11
/
+5
2017-11-25
Suggest using slice when encountering `let x = ""[..];`
Esteban Küber
-0
/
+29
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-5
/
+5
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-2
/
+2
2017-11-18
make `ty::Predicate` carry a `ClosureSubsts`
Niko Matsakis
-1
/
+1
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-25
/
+7
2017-11-12
deduplicate projection error (E0271) messages
Zack M. Davis
-7
/
+14
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+1
2017-10-13
Reword
sinkuu
-21
/
+30
2017-10-10
Reword
sinkuu
-12
/
+13
2017-10-07
Add suggestion
sinkuu
-31
/
+100
2017-10-07
Rename variables
sinkuu
-21
/
+21
2017-10-07
Better error for missing tuple pattern in args (#44150)
sinkuu
-22
/
+72
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
[next]