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
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
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-20
Add error codes to rustc
Brian Anderson
-56
/
+31
2015-01-14
Refactor compare_impl_method to use all bounds
Jared Roesch
-53
/
+73
2015-01-13
Rewrite each_attr to return a vector.
Ms2ger
-5
/
+3
2015-01-12
Feature gate #[rustc_on_unimplemented]
Manish Goregaokar
-3
/
+2
2015-01-11
Rename #[on_unimplemented] -> #[rustc_on_unimplemented]
Manish Goregaokar
-7
/
+10
2015-01-11
Make errors allow for cross-crate issues
Manish Goregaokar
-17
/
+31
2015-01-11
Add ability to attach custom #[on_unimplemented] error messages for unimpleme...
Manish Goregaokar
-1
/
+75
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,
Niko Matsakis
-4
/
+4
2014-12-31
Rework normalization so that it works recursively, since the types extracted ...
Niko Matsakis
-63
/
+69
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-102
/
+90
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+349