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
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
2019-08-22
Changed tests
Wesley Wiser
-1
/
+1
2019-08-19
Cherry-pick src/test changes with Centril's changes
sd234678
-157
/
+156
2019-07-06
while_{let_}loops/change_{break,continue}: typeck_tables_of clean.
Mazdak Farrokhzad
-4
/
+4
2019-07-06
Adjust incremental test while_loops.rs
Mazdak Farrokhzad
-2
/
+2
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-26
/
+26
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-2
/
+2
2019-05-10
Various test changes
Mazdak Farrokhzad
-2
/
+2
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-03-30
Update tests
John Kåre Alsaker
-103
/
+103
2019-03-20
Add no_hash to query macro and move some queries over
John Kåre Alsaker
-155
/
+155
2019-03-18
Add load_cached query modifier and keep dep node names consistent with query ...
John Kåre Alsaker
-175
/
+175
2019-03-18
Define queries using a proc macro
John Kåre Alsaker
-77
/
+77
2019-02-08
Allow a dirty MirBuilt for make_extern and make_method_extern
John Kåre Alsaker
-2
/
+2
2019-02-08
Update tests
John Kåre Alsaker
-153
/
+153
2018-12-30
Fix unresolved inference variable ICE.
David Wood
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-284
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-26
Fix tests and assertions; add some comments
Nick Cameron
-1
/
+1
2018-10-22
fix incremental test
Niko Matsakis
-1
/
+1
2018-10-02
Improve implicit self mutability suggestions.
David Wood
-1
/
+1
2018-09-10
fix incremental test
Niko Matsakis
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-1
/
+1
2018-04-13
Rename must-compile-successfully into compile-pass
Guillaume Gomez
-26
/
+26
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+0
2018-03-23
Fixed issues with incremental tests.
David Wood
-1
/
+1
[next]