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
/
test
/
incremental
/
hashes
Age
Commit message (
Expand
)
Author
Lines
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-1
/
+1
2022-02-09
Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
Yuki Okushi
-4
/
+6
2022-02-03
Remove defaultness from ImplItem.
Camille GILLOT
-4
/
+6
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-1
/
+1
2022-01-26
Bless incremental tests.
Camille GILLOT
-194
/
+212
2022-01-12
Migrate inline assembly incremental tests to asm!
Tomasz Miąsko
-77
/
+53
2022-01-03
Hash `Ident` spans in all HIR structures
Aaron Hill
-2
/
+2
2021-12-29
Add a couple needs-asm-support headers to tests
bjorn3
-0
/
+1
2021-11-21
Simplify for loop desugar
Cameron Steffen
-1
/
+1
2021-11-20
Change `trait_defs.rs` incremental hash test
Esteban Kuber
-3
/
+3
2021-10-15
Use more lowered spans in for loop
Cameron Steffen
-3
/
+3
2021-10-15
Don't mark for loop head span with desugaring
Cameron Steffen
-1
/
+1
2021-09-20
Bless incremental tests.
Camille GILLOT
-7
/
+11
2021-09-11
Rebase fallout.
Camille GILLOT
-2
/
+2
2021-09-10
Duplicate tests for incremental spans mode.
Camille GILLOT
-1057
/
+2443
2021-08-19
Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...
Erik Desjardins
-1
/
+1
2021-08-15
Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"
Erik Desjardins
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-7
/
+5
2021-08-07
Run RemoveZsts at mir-opt-level=1
Erik Desjardins
-1
/
+1
2021-05-16
Remove remains of rustc_dirty.
Camille GILLOT
-24
/
+27
2021-05-15
Fix tests on traits.
Camille GILLOT
-85
/
+100
2021-05-15
Remove `label` in dirty/clean annotations.
Camille GILLOT
-534
/
+340
2021-04-29
Move parenting info to index_hir.
Camille GILLOT
-12
/
+12
2021-04-03
Remove attribute `#[link_args]`
Vadim Petrochenkov
-16
/
+0
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-6
/
+6
2021-03-09
Bless tests.
Camille GILLOT
-19
/
+19
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-1
/
+1
2021-01-13
Update code to account for extern ABI requirement
Mark Rousskov
-2
/
+2
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-1
/
+1
2020-11-26
Update test.
Camille GILLOT
-78
/
+53
2020-10-26
simplify-locals: Remove unused assignments regardless of rvalue kind
Tomasz Miąsko
-2
/
+2
2020-10-26
simplify-locals: Remove unused set-discriminant statements
Tomasz Miąsko
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-90
/
+90
2020-07-15
mir_built is a lie
Bastian Kauschke
-152
/
+152
2020-05-24
Clear MIR local type annotations after borrowck
Jonas Schievink
-1
/
+1
2020-04-20
const prop: don't special case return place
Jonas Schievink
-4
/
+4
2020-03-26
Update tests to use llvm_asm!
Amanieu d'Antras
-73
/
+73
2020-03-19
hir: replace "items" terminology with "nodes" where appropriate.
Eduard-Mihai Burtescu
-337
/
+337
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-4
/
+4
2020-03-14
Format function_interfaces.rs
John Kåre Alsaker
-46
/
+40
2020-03-14
Replace `Hir` with `hir_owner` in tests
John Kåre Alsaker
-451
/
+451
2020-03-14
Replace `HirBody` with `hir_owner_items` in tests
John Kåre Alsaker
-337
/
+337
2019-11-27
rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...
Eduard-Mihai Burtescu
-8
/
+8
2019-11-11
[mir-opt] Turn on the `ConstProp` pass by default
Wesley Wiser
-7
/
+7
2019-11-08
[mir-opt] Handle aggregates in SimplifyLocals pass
Wesley Wiser
-2
/
+2
2019-10-20
Improve SimplifyLocals pass so it can remove unused consts
Wesley Wiser
-8
/
+8
2019-09-14
Ban non-extern rust intrinsics
Mark Rousskov
-15
/
+2
2019-08-26
Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk
bors
-4
/
+10
2019-08-25
Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"
Josh Stone
-2
/
+2
2019-08-23
Fix incremental tests
Wesley Wiser
-4
/
+10
[next]