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
/
middle
/
traits
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-12
Autoderef in librustc
Jonas Schievink
-2
/
+2
2016-01-16
Pacify tidy.
Niko Matsakis
-1
/
+2
2016-01-16
Detect cycles and specialize error reporting for Sized. It is important
Niko Matsakis
-2
/
+140
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-2
/
+1
2016-01-07
Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...
Jeffrey Seyfried
-1
/
+1
2016-01-03
Refactor candidate selection
Florian Hahn
-11
/
+12
2016-01-02
Use for_each_impl
Florian Hahn
-24
/
+15
2016-01-02
Manually check trait implementations
Florian Hahn
-12
/
+31
2016-01-02
Limit displaying relevant trait impls to 4
Florian Hahn
-22
/
+34
2016-01-01
Show similar trait implementations if no matching impl is found
Florian Hahn
-0
/
+20
2015-12-30
use structured errors
Nick Cameron
-61
/
+87
2015-12-18
Make RFC 1214 warnings into errors, and rip out the "warn or err"
Niko Matsakis
-44
/
+30
2015-11-05
remove excess string allocation
Steve Klabnik
-1
/
+1
2015-09-28
Minor code cleanup.
Scott Olson
-2
/
+2
2015-09-26
show each object-safety violation once
Ariel Ben-Yehuda
-2
/
+7
2015-09-26
deduplicate trait errors before they are displayed
Ariel Ben-Yehuda
-0
/
+27
2015-09-24
early-prohibit objects with Self-containing supertraits
Ariel Ben-Yehuda
-2
/
+8
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-1
/
+1
2015-09-15
Auto merge of #28393 - arielb1:required-because-it-appears, r=nikomatsakis
bors
-40
/
+46
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-1
/
+1
2015-09-13
don't duplicate the code snippet in the "trait unimplemented" error
Ariel Ben-Yehuda
-40
/
+46
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-1
/
+1
2015-08-24
fallout from moving def-id
Niko Matsakis
-2
/
+2
2015-08-18
add a fast-path to resolve_type_vars_if_possible
Ariel Ben-Yehuda
-1
/
+1
2015-08-12
traits/error_reporting.rs: always note obligation cause
Niko Matsakis
-5
/
+2
2015-08-12
Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...
Niko Matsakis
-111
/
+192
2015-08-10
add and use Span.substitute_dummy method
Tim Neumann
-6
/
+2
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-6
/
+6
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-4
/
+4
2015-06-25
Rename AsPredicate to ToPredicate in order to match naming conventions
Jared Roesch
-3
/
+3
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-33
/
+33
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-4
/
+4
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-31
/
+31
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-4
/
+52
2015-05-07
Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis
bors
-2
/
+8
2015-05-07
Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix
Steve Klabnik
-1
/
+1
2015-05-06
improve comment
Ariel Ben-Yehuda
-2
/
+4
2015-05-06
Fix #25076
Ariel Ben-Yehuda
-2
/
+6
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-1
/
+1
2015-04-30
rustc: Improve misleading error message for E0282
Ruud van Asseldonk
-1
/
+1
2015-03-23
Refactor how we handle overflow so that it is a fatal error that aborts
Niko Matsakis
-19
/
+35
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
librustc has been updated
GuillaumeGomez
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-7
/
+7
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-28
Add missing space to error message.
Niko Matsakis
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
[next]