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
Age
Commit message (
Expand
)
Author
Lines
2019-04-03
Deny internal lints in librustc
flip1995
-11
/
+11
2019-04-01
Refactor async fn return type lowering
Taylor Cramer
-20
/
+60
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-27
Use Vec instead of FxHashMap
varkor
-19
/
+20
2019-03-27
Lookup region variable origin instead of choosing one
varkor
-12
/
+16
2019-03-27
Store type variable origins in InferenceFudger
varkor
-6
/
+13
2019-03-27
Use `eq_relations`
varkor
-10
/
+8
2019-03-27
Add `next_int_var` and `next_float_var`
varkor
-6
/
+14
2019-03-27
Simplify `fudge_inference_if_ok`
varkor
-19
/
+19
2019-03-27
Add int variables and float variables to `InferenceFudger`
varkor
-9
/
+35
2019-03-27
Rename `RegionFudger` to `InferenceFudger`
varkor
-7
/
+7
2019-03-27
Remove `TypeVariableMap`
varkor
-2
/
+0
2019-03-27
Use Ranges for vars_since_snapshot
varkor
-39
/
+37
2019-03-27
Simplify `TypeVariableTable::vars_since_snapshot`
varkor
-13
/
+4
2019-03-27
Simplify `RegionConstraintCollector::vars_since_snapshot`
varkor
-6
/
+1
2019-03-27
Make `vars_since_snapshot` naming consistent
varkor
-12
/
+10
2019-03-20
expand the fixme
Niko Matsakis
-1
/
+4
2019-03-20
refactor so that `relate_ty_var` can accommodate vid on a or b side
Niko Matsakis
-22
/
+130
2019-03-20
nll_relate/mod.rs: rustfmt
Niko Matsakis
-25
/
+27
2019-03-20
Fix a bug in chalk unification code
scalexm
-2
/
+14
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: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: rename PrintContext to PrintCx.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-7
/
+8
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-15
/
+15
2019-03-05
Clean up some generic substs handling
varkor
-10
/
+21
2019-03-05
Stub methods in infer
varkor
-19
/
+34
2019-02-27
rename Substs to InternalSubsts
csmoe
-11
/
+11
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-16
/
+16
[next]