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
Age
Commit message (
Expand
)
Author
Lines
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-0
/
+8
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-0
/
+20
2020-12-02
Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...
Santiago Pastorino
-5
/
+5
2020-11-29
Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis
bors
-5
/
+5
2020-11-27
Bless tests
Santiago Pastorino
-5
/
+5
2020-11-26
Update test.
Camille GILLOT
-78
/
+53
2020-11-20
Remove FIXME comment from incremental
Daiki Ihara
-6
/
+6
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-10-11
Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic
bors
-2
/
+53
2020-10-06
Remove predicates on associated types from traits
Matthew Jasper
-1
/
+4
2020-10-06
Fix tests and bootstrap
Matthew Jasper
-1
/
+1
2020-09-19
Update incremental tests
Oliver Scherer
-1
/
+1
2020-09-17
Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuse
Aaron Hill
-2
/
+53
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-07-26
Share serialization optimization between incr and metadata
Aaron Hill
-1
/
+0
2020-07-26
Add test for hygiene caching issue
Aaron Hill
-0
/
+85
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-171
/
+171
2020-07-15
mir_built is a lie
Bastian Kauschke
-152
/
+152
2020-05-25
Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper
bors
-1
/
+1
2020-05-24
Clear MIR local type annotations after borrowck
Jonas Schievink
-1
/
+1
2020-05-23
Add missing ASM arena declaration to librustc_middle
Aaron Hill
-0
/
+22
2020-05-16
Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov
Ralf Jung
-2
/
+2
2020-05-09
Fix disagreeement about CGU reuse and LTO
Alex Crichton
-0
/
+17
2020-05-09
adjust tests
Ralf Jung
-2
/
+2
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-1
/
+1
2020-04-20
const prop: don't special case return place
Jonas Schievink
-4
/
+4
2020-04-14
Tests.
Felix S. Klock II
-0
/
+52
2020-03-31
update tests
Bastian Kauschke
-1
/
+1
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
-352
/
+352
2020-03-18
Rollup merge of #69838 - Centril:expand-module, r=petrochenkov
Mazdak Farrokhzad
-4
/
+2
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-4
/
+2
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-4
/
+4
2020-03-14
Add test for #69596
John Kåre Alsaker
-0
/
+21
2020-03-14
Update ich_nested_items.rs
John Kåre Alsaker
-8
/
+11
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
-472
/
+472
2020-03-14
Replace `HirBody` with `hir_owner_items` in tests
John Kåre Alsaker
-352
/
+352
2020-03-06
fix various typos
Matthias Krüger
-3
/
+3
2020-02-28
Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis
bors
-0
/
+23
2020-02-20
Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca...
Dylan MacKenzie
-2
/
+1
2020-02-20
Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2020-02-20
Add regression test for issue 68477.
Ben Lewis
-0
/
+23
2020-02-18
Add `#[rustc_args_required_const]` to `simd_shuffle` tests
Dylan MacKenzie
-1
/
+2
2020-02-18
better lint names
Ralf Jung
-1
/
+1
2020-02-15
fix incremental tests
Ralf Jung
-2
/
+2
2020-02-06
Move the `krate` method to Hir and remove the Krate dep node
John Kåre Alsaker
-19
/
+13
2020-01-27
Collisions in the dep-graph due to path-reuse are rare but can occur.
Felix S. Klock II
-0
/
+13
2020-01-01
Add a test for #37333
Michal Terepeta
-0
/
+51
[next]