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_mir
/
borrow_check
Age
Commit message (
Expand
)
Author
Lines
2019-03-23
Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc
bors
-6
/
+2
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-92
/
+138
2019-03-21
review fixes
Saleem Jaffer
-34
/
+24
2019-03-20
Add a -Z time option which prints only passes which runs once
John Kåre Alsaker
-2
/
+3
2019-03-19
tidy checks
Saleem Jaffer
-1
/
+2
2019-03-18
fixed all compilation errors
Saleem Jaffer
-15
/
+8
2019-03-18
cleaner code as per review
Saleem Jaffer
-58
/
+37
2019-03-18
promoted is still left in 2 places
Saleem Jaffer
-126
/
+142
2019-03-17
Use a valid name for graphviz graphs
Matthew Jasper
-4
/
+4
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-40
/
+37
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
-4
/
+4
2019-03-15
rustc: move ty::print::PrintConfig's fields to FmtPrinter.
Eduard-Mihai Burtescu
-6
/
+2
2019-03-15
rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter.
Eduard-Mihai Burtescu
-2
/
+3
2019-03-15
rustc: don't keep RegionHighlightMode in a thread-local.
Eduard-Mihai Burtescu
-32
/
+54
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-10
Make migrate mode work at item level granularity
Matthew Jasper
-23
/
+5
2019-03-10
HirIdification: remove all NodeIds from rustc_mir
ljedrz
-6
/
+2
2019-03-08
expand unused doc comment diagnostic
Andy Russell
-3
/
+3
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-1
/
+0
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-19
/
+16
2019-03-05
Handle new ConstValue variants in mir
varkor
-2
/
+14
2019-03-03
Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper
bors
-170
/
+138
2019-03-03
Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix
bors
-2
/
+151
2019-03-01
Handle type annotations in promoted MIR correctly
Matthew Jasper
-15
/
+17
2019-03-01
Remove unnecessary parameter
Matthew Jasper
-4
/
+2
2019-03-01
Include bounds from promoted constants in NLL
Matthew Jasper
-19
/
+107
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-119
/
+137
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-2
/
+2
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-2
/
+9
2019-02-27
rename Substs to InternalSubsts
csmoe
-7
/
+7
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-13
/
+13
2019-02-26
Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc
bors
-1
/
+1
2019-02-25
Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix
bors
-48
/
+43
2019-02-24
hir: remove NodeId from Block
ljedrz
-1
/
+1
2019-02-24
Type check pointer comparisons
Matthew Jasper
-1
/
+39
2019-02-23
Type check coercions to pointer types
Matthew Jasper
-1
/
+112
2019-02-23
Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank
Mazdak Farrokhzad
-2
/
+8
2019-02-21
Activate two phase borrows on all uses
Matthew Jasper
-28
/
+16
2019-02-21
Use normal mutable borrows in MIR match lowering
Matthew Jasper
-9
/
+8
2019-02-21
Improve error message and add tests for borrowck match handling
Matthew Jasper
-11
/
+19
2019-02-20
Run rustfmt
Santiago Pastorino
-117
/
+155
2019-02-20
Fix erroneous loop diagnostic in nll
Santiago Pastorino
-56
/
+123
2019-02-20
Use successor_within_block helper
Santiago Pastorino
-4
/
+1
2019-02-15
nll: remove `NllLivenessMap` and `LiveVar`
Lucas Molas
-117
/
+71
2019-02-15
nll: remove `NllLivenessMap` from `LocalUseMap`
Lucas Molas
-33
/
+52
2019-02-15
nll: remove `NllLivenessMap` from `LivenessContext`
Lucas Molas
-32
/
+27
2019-02-13
Propagate region constraints more precisely from closures
Matthew Jasper
-66
/
+102
[prev]
[next]