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
/
traits
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-09
Only suggest change mut if vars are resolved
Esteban Küber
-0
/
+6
2019-10-09
Obligation must apply modulo regions
Esteban Küber
-1
/
+3
2019-10-09
Tweak wording
Esteban Küber
-1
/
+2
2019-10-09
Note when a mutable trait object is needed
Esteban Küber
-21
/
+90
2019-10-01
Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril
Mazdak Farrokhzad
-0
/
+8
2019-09-30
Deduplicate closure type errors
Esteban Küber
-0
/
+8
2019-09-30
async/await: improve obligation errors
David Wood
-12
/
+165
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-4
/
+3
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-25
Fix rebase
varkor
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-11
/
+11
2019-09-24
Remove blanket silencing of "type annotation needed" errors
Esteban Küber
-29
/
+42
2019-09-22
hack to avoid incorrect suggestion
Esteban Küber
-0
/
+7
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-4
/
+18
2019-09-21
Rollup merge of #64342 - glorv:master, r=varkor
Mazdak Farrokhzad
-2
/
+2
2019-09-19
review comments
Esteban Küber
-0
/
+4
2019-09-19
When possible, suggest fn call
Esteban Küber
-23
/
+47
2019-09-20
factor out pluralisation remains after #64280
gaolei
-2
/
+2
2019-09-02
On object safety violation, point at source when possible
Esteban Küber
-1
/
+4
2019-09-01
review comment
Esteban Küber
-2
/
+1
2019-08-31
fix rebase
Esteban Küber
-1
/
+1
2019-08-31
review comments: reword comment
Esteban Küber
-4
/
+4
2019-08-31
Suggest call fn ctor passed as arg to fn with type param bounds
Esteban Küber
-7
/
+61
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-14
/
+23
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-1
/
+2
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-3
/
+3
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-4
/
+4
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-1
/
+1
2019-07-11
hygiene: Fix wording of desugaring descriptions
Vadim Petrochenkov
-1
/
+1
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-6
/
+3
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-4
/
+4
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-2
/
+2
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-2
/
+2
2019-06-20
replace NodeId with HirId in traits::ObligationCauseCode
ljedrz
-3
/
+3
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-1
/
+1
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-4
/
+2
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-9
/
+9
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-13
/
+16
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
[next]