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
/
infer
/
error_reporting
Age
Commit message (
Expand
)
Author
Lines
2019-05-20
Avoid `as_str()` in `ParamTy::is_self`.
Nicholas Nethercote
-4
/
+4
2019-05-06
Implement `ToTrace` for `ty::Const`
varkor
-0
/
+1
2019-05-05
rustc: rename all occurences of "freevar" to "upvar".
Eduard-Mihai Burtescu
-2
/
+2
2019-05-01
Resolve match arm ty when arms diverge
Esteban Küber
-1
/
+1
2019-04-28
Fix lint findings in librustc
flip1995
-12
/
+12
2019-04-25
Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis
bors
-13
/
+31
2019-04-25
Improved error message when type must be bound due to generator.
Giles Cope
-13
/
+31
2019-04-23
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Mazdak Farrokhzad
-14
/
+10
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-21
Introduce `ArgSource` for diagnostics.
David Wood
-14
/
+10
2019-04-14
Rollup merge of #59735 - matklad:deadcode, r=sanxiyn
Mazdak Farrokhzad
-1
/
+1
2019-04-10
Suggest removing `?` to resolve type errors.
David Wood
-1
/
+27
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-1
/
+1
2019-04-03
Deny internal lints in librustc
flip1995
-11
/
+11
2019-03-31
Suggest using anonymous lifetime in `impl Trait` return without hacks
Esteban Küber
-34
/
+13
2019-03-29
Suggest using anonymous lifetime in `impl Trait` return
Esteban Küber
-6
/
+36
2019-03-15
rustc: provide DisambiguatedDefPathData in ty::print.
Eduard-Mihai Burtescu
-2
/
+4
2019-03-15
rustc: slice substs in ty::print instead of passing the full ones.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt.
Eduard-Mihai Burtescu
-34
/
+34
2019-03-15
rustc: don't thread existential projections through path_generic_args.
Eduard-Mihai Burtescu
-4
/
+11
2019-03-15
rustc: make `pretty_path_generic_args`' task as simple as possible.
Eduard-Mihai Burtescu
-3
/
+2
2019-03-15
rustc: print elided regions as '_ instead of nothing, and use a separate chec...
Eduard-Mihai Burtescu
-3
/
+7
2019-03-15
rustc: move ty::print::PrintConfig's fields to FmtPrinter.
Eduard-Mihai Burtescu
-10
/
+5
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter.
Eduard-Mihai Burtescu
-7
/
+6
2019-03-15
rustc: support overriding type printing in ty::print::Printer.
Eduard-Mihai Burtescu
-0
/
+8
2019-03-15
rustc: support overriding region printing in ty::print::Printer.
Eduard-Mihai Burtescu
-0
/
+8
2019-03-15
rustc: centralize region printing in ty::RegionKind's Print impl.
Eduard-Mihai Burtescu
-2
/
+5
2019-03-15
rustc: don't keep RegionHighlightMode in a thread-local.
Eduard-Mihai Burtescu
-113
/
+142
2019-03-15
rustc: pass ty::print::PrintCx by value.
Eduard-Mihai Burtescu
-11
/
+26
2019-03-15
rustc: split off most of ty::print::PrintCx's fields into a separate struct.
Eduard-Mihai Burtescu
-2
/
+3
2019-03-15
rustc: uniformize ty::print's error handling by requiring Result.
Eduard-Mihai Burtescu
-8
/
+12
2019-03-15
rustc: remove `ty::print::FORCE_ABSOLUTE` altogether.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: assert `ty::print::FORCE_ABSOLUTE` isn't needed anymore.
Eduard-Mihai Burtescu
-9
/
+58
2019-03-15
rustc: merge PrintCx::parameterized and def_path printing.
Eduard-Mihai Burtescu
-2
/
+5
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-10
/
+10
2019-03-15
rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: rename PrintContext to PrintCx.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-05
Stub methods in infer
varkor
-11
/
+5
2019-02-27
rename Substs to InternalSubsts
csmoe
-5
/
+5
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-3
/
+3
2019-02-24
hir: remove NodeId from Lifetime and Ty
ljedrz
-1
/
+1
2019-02-14
Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix
Mazdak Farrokhzad
-20
/
+21
2019-02-14
Rollup merge of #58267 - estebank:match-arms, r=matthewjasper
Mazdak Farrokhzad
-12
/
+21
2019-02-13
Buffer and migrate nice region errors
Matthew Jasper
-20
/
+21
2019-02-13
HirId-ify hir::BodyId
ljedrz
-1
/
+1
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-8
/
+8
2019-02-13
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Mazdak Farrokhzad
-3
/
+3
2019-02-13
Cleanup imports
Taiki Endo
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-6
/
+6
[next]