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
/
infer
/
error_reporting
/
note.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-702
/
+0
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-1
/
+1
2020-01-07
Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e...
Camille GILLOT
-35
/
+70
2019-12-22
Format the world
Mark Rousskov
-271
/
+467
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-6
/
+14
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-09-12
Shrink `SubregionOrigin`.
Nicholas Nethercote
-2
/
+2
2019-06-20
rename hir::map::name_by_hir_id to ::name
ljedrz
-4
/
+4
2019-06-20
replace NodeId with HirId in infer::SubregionOrigin
ljedrz
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-05
rustc: rename all occurences of "freevar" to "upvar".
Eduard-Mihai Burtescu
-2
/
+2
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-4
/
+2
2019-02-05
rustc: partially HirIdify
ljedrz
-4
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2019-01-02
improve handling for subtype
Niko Matsakis
-0
/
+20
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-6
/
+6
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-2
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-01-26
Tweak presentation on lifetime trait mismatch
Esteban Küber
-6
/
+4
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-4
/
+2
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-9
/
+9
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-37
/
+39
2017-09-01
rustc: take TyCtxt and RegionMaps in CodeMap::span.
Eduard-Mihai Burtescu
-48
/
+64
2017-08-11
Use DefIndex instead of NodeId in UpvarId.
Michael Woerister
-9
/
+9
2017-05-09
Improve E0477 error message
Guillaume Gomez
-2
/
+9
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-04-11
Highlight and simplify mismatched types
Esteban Küber
-0
/
+2
2017-02-27
Format note.rs with rustfmt
Cengiz Can
-253
/
+220
2017-02-27
Lower moved fn's visibility to supermodule
Cengiz Can
-2
/
+2
2017-02-27
Move two large error_reporting fn's to a separate file
Cengiz Can
-0
/
+465