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
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-616
/
+0
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-1
/
+1
2020-03-10
Rename rustc guide to rustc dev guide
Santiago Pastorino
-1
/
+1
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-1
/
+1
2020-02-16
Make librustc compile.
Camille GILLOT
-1
/
+2
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-16887
/
+0
2020-02-14
Use member constraint for most opaque types in NLL
Matthew Jasper
-15
/
+41
2020-02-14
Improve opaque type lifetime errors
Matthew Jasper
-17
/
+5
2020-02-14
Address review comments
Matthew Jasper
-17
/
+28
2020-02-14
Erase regions in opaque types in typeck
Matthew Jasper
-16
/
+21
2020-02-14
Simplify function signature in opaque_types
Matthew Jasper
-8
/
+4
2020-02-14
Distinguish RPIT from other impl trait
Matthew Jasper
-0
/
+1
2020-02-12
Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
Dylan DPC
-2
/
+0
2020-02-12
remove some unused objects
ljedrz
-2
/
+0
2020-02-11
Invert control in struct_lint_level.
jumbatm
-1
/
+1
2020-02-10
Reduce the number of `RefCell`s in `InferCtxt`.
Nicholas Nethercote
-231
/
+298
2020-02-07
Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper
bors
-71
/
+261
2020-02-06
Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc
Dylan DPC
-0
/
+1
2020-02-06
lint impls that will become incoherent when leak-check is removed
Niko Matsakis
-3
/
+4
2020-02-06
add the ability to skip leak check within a snapshot
Niko Matsakis
-12
/
+37
2020-02-06
apply various formatting nits
Niko Matsakis
-9
/
+9
2020-02-06
use derive(Debug) for TypeTrace
Niko Matsakis
-7
/
+1
2020-02-06
index ReEmpty by universe
Niko Matsakis
-24
/
+155
2020-02-06
integrate the `sub_free_regions` code so we have only one copy of it
Niko Matsakis
-8
/
+34
2020-02-06
add a `IsEmpty` for use in verified bounds
Niko Matsakis
-8
/
+25
2020-02-06
do not limit NiceRegionError to SubSupConflict or ConcreteFailure
Niko Matsakis
-13
/
+9
2020-02-05
Move ExpectedFound::new to ty::error.
Camille GILLOT
-10
/
+0
2020-02-05
Move implementation of UnifyKey to unify_key.rs.
Camille GILLOT
-15
/
+15
2020-02-05
Move infer::canonical datatypes to infer::types.
Camille GILLOT
-334
/
+364
2020-02-05
Move infer::region_constraints::MemberConstraint to infer::types module.
Camille GILLOT
-24
/
+32
2020-02-02
Add a resume type param to the generator substs
Jonas Schievink
-0
/
+1
2020-02-02
Avoid exponential behaviour when relating types
Matthew Jasper
-2
/
+19
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-5
/
+5
2020-01-25
Use better bound names in `-Zverbose` mode
Esteban Küber
-3
/
+7
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-10
/
+0
2020-01-18
Auto merge of #68001 - Marwes:lexical_region_resolve, r=nikomatsakis
bors
-40
/
+36
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-1
/
+1
2020-01-17
perf: Only search the potentially changed constraints in lexical_region_resolve
Markus Westerlind
-50
/
+29
2020-01-17
perf: Filter out and process fixed constraints first in region expansion
Markus Westerlind
-16
/
+33
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-14
Avoid calling tcx.hir().get() on CRATE_HIR_ID
Aaron Hill
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-20
/
+18
2020-01-10
Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov
Mazdak Farrokhzad
-2
/
+2
2020-01-10
Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril
Mazdak Farrokhzad
-5
/
+139
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-2
/
+2
2020-01-09
Rollup merge of #68026 - llogiq:ch-ch-ch-ch-changes, r=varkor
Mazdak Farrokhzad
-6
/
+2
2020-01-08
Small improvements in lexical_region_resolve
Andre Bogus
-6
/
+2
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-2
/
+2
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-3
/
+10
2020-01-08
remove unnecessary `Debug`
Esteban Küber
-1
/
+1
[next]