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
Age
Commit message (
Expand
)
Author
Lines
2019-09-28
Point at enclosing match when expecting `()` in arm
Esteban Küber
-12
/
+32
2019-09-28
Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk
bors
-0
/
+6
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-309
/
+114
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-45
/
+23
2019-09-28
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
Eduard-Mihai Burtescu
-19
/
+4
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-3
/
+1
2019-09-28
Trigger ICE on nightly if validators disagree
Dylan MacKenzie
-0
/
+2
2019-09-28
Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank
Mazdak Farrokhzad
-0
/
+8
2019-09-28
Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank
Mazdak Farrokhzad
-2
/
+1
2019-09-28
Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkor
Mazdak Farrokhzad
-20
/
+52
2019-09-28
Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper
Mazdak Farrokhzad
-110
/
+129
2019-09-28
Rollup merge of #64794 - Mark-Simulacrum:rm-dep-track-map, r=estebank
Mazdak Farrokhzad
-156
/
+3
2019-09-28
Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb
Mazdak Farrokhzad
-158
/
+50
2019-09-28
Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused.
ben
-19
/
+20
2019-09-28
Add inline function `get_slice_bytes` to remove code duplication.
ben
-24
/
+18
2019-09-28
Improve diagnostic for `let A = 0;`
Mazdak Farrokhzad
-0
/
+8
2019-09-27
Introduce a `ConstPropMachine`
Wesley Wiser
-12
/
+0
2019-09-27
Work around for #64506
Wesley Wiser
-0
/
+6
2019-09-27
[const-prop] Replace `eval_place()` with use of `InterpCx`
Wesley Wiser
-0
/
+12
2019-09-28
Gate llvm.sideeffect under -Z insert-sideeffect
Xiang Fan
-0
/
+3
2019-09-28
Add support for relating slices in `super_relate_consts`.
ben
-3
/
+36
2019-09-27
Inline the remaining hir::Arm::top_pats_hack
Mazdak Farrokhzad
-11
/
+0
2019-09-27
cleanup dead ast-borrowck / migrate-mode code.
Mazdak Farrokhzad
-52
/
+2
2019-09-27
cleanup check_match wrt. SignalledError.
Mazdak Farrokhzad
-2
/
+2
2019-09-27
Remove unpretty=flowgraph.
Mazdak Farrokhzad
-18
/
+0
2019-09-27
Remove shrink_to_tcx_lifetime
Mark Rousskov
-98
/
+9
2019-09-27
Remove stray uses of gcx name
Mark Rousskov
-1
/
+1
2019-09-27
Remove lift_to_global
Mark Rousskov
-8
/
+3
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-53
/
+39
2019-09-27
fix rebase
Esteban Küber
-1
/
+1
2019-09-27
review comments
Esteban Küber
-4
/
+4
2019-09-27
Account for tail expressions when pointing at return type
Esteban Küber
-2
/
+25
2019-09-27
Turn `walk_parent_nodes` method into an iterator
Esteban Küber
-105
/
+101
2019-09-27
getting more context for duplicate lang items (fixes #60561)
Tomas Tauber
-7
/
+38
2019-09-27
Add long error explanation for E0734
Guillaume Gomez
-1
/
+17
2019-09-27
Auto merge of #64813 - varkor:node-to-kind, r=Centril
bors
-359
/
+358
2019-09-27
lowering: don't .abort_if_errors()
Mazdak Farrokhzad
-2
/
+1
2019-09-26
Add note about global state in try_print_query_stack
Aaron Hill
-0
/
+3
2019-09-26
Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril
bors
-11
/
+0
2019-09-26
Use existing Handler to print query stack
Aaron Hill
-2
/
+3
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-5
/
+5
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-10
/
+10
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-93
/
+94
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-18
/
+18
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-43
/
+44
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-32
/
+32
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-5
/
+5
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-32
/
+35
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-46
/
+46
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-75
/
+69
[prev]
[next]