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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
recursion
Age
Commit message (
Expand
)
Author
Lines
2022-12-11
re-add test and bless
ouz-a
-0
/
+30
2022-12-11
revert-overflow
ouz-a
-38
/
+1
2022-10-07
Rewrite representability
Cameron Steffen
-3
/
+1
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-23
Always print '_, even for erased lifetimes.
Camille GILLOT
-2
/
+2
2022-09-15
Remove feature gate from let else suggestion
est31
-1
/
+1
2022-08-19
Update issue-83150.stderr
ouz-a
-2
/
+2
2022-08-19
Catch overflow early
ouz-a
-2
/
+39
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-1
/
+1
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-14
/
+8
2022-07-07
Shorten span for closures.
Camille GILLOT
-2
/
+2
2022-07-04
Auto merge of #98641 - lcnr:mir-dropck, r=oli-obk
bors
-19
/
+10
2022-07-04
fully move dropck to mir
lcnr
-19
/
+10
2022-07-04
Rollup merge of #98870 - TaKO8Ki:add-regression-test-for-86784, r=compiler-er...
Matthias Krüger
-0
/
+2597
2022-07-04
add regression test for #86784
Takayuki Maeda
-0
/
+2597
2022-07-02
Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk
bors
-4
/
+5
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-10
/
+6
2022-06-30
Specialize a few tests depending on opt-level.
Camille GILLOT
-13
/
+7
2022-06-30
Allow inlining `#[inline]` functions.
Camille GILLOT
-6
/
+13
2022-06-19
Make some lints incremental.
Camille GILLOT
-1
/
+8
2022-06-04
use precise spans for recursive const evaluation
Ralf Jung
-2
/
+2
2022-05-11
Gracefully fail to resolve associated items instead of `delay_span_bug`.
Camille GILLOT
-1
/
+1
2022-03-23
separate const prop lint from optimizations
Carl Scherer
-2
/
+6
2022-03-08
Suggest `if let`/`let_else` for refutable pat in `let`
Esteban Kuber
-1
/
+5
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-5
/
+12
2022-01-26
Ignore unwinding edges when checking for unconditional recursion
Tomasz Miąsko
-2
/
+13
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+17
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-1
/
+1
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-6
/
+6
2021-08-24
Morph `layout_raw` query into `layout_of`.
Eduard-Mihai Burtescu
-12
/
+10
2021-08-19
Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...
Erik Desjardins
-3
/
+3
2021-08-18
Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis
bors
-0
/
+30
2021-08-17
Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obk
bors
-3
/
+3
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-6
/
+10
2021-08-15
Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"
Erik Desjardins
-3
/
+3
2021-08-14
Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk
bors
-3
/
+3
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-08-07
Run RemoveZsts at mir-opt-level=1
Erik Desjardins
-3
/
+3
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-08-03
bless a few trivial tests under polonius
Rémy Rakic
-0
/
+30
2021-04-06
Point at `impl` and type defs introducing requirements on E0277
Esteban Küber
-3
/
+15
2021-03-31
prevent very long compilation runtimes in LateBoundRegionNameCollector
b-naber
-0
/
+19
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-2
/
+2
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2020-10-26
simplify-locals: Remove unused assignments regardless of rvalue kind
Tomasz Miąsko
-0
/
+1
2020-09-21
Record `tcx.def_span` instead of `item.span` in crate metadata
Aaron Hill
-16
/
+4
2020-09-21
Let user see the full type of type-length limit error
Kornel Lesiński
-2
/
+7
2020-09-19
Address review comments
Oliver Scherer
-4
/
+4
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-5
/
+1
2020-09-17
Better handling for exponential-sized types in misc places
Valerii Lashmanov
-2
/
+2
[next]