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
/
ui
/
infinite
Age
Commit message (
Expand
)
Author
Lines
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-4
/
+4
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-9
/
+6
2021-08-27
Add test for type alias mutual recursion
Noah Lev
-0
/
+40
2021-08-27
Note that trait aliases cannot be recursive
Noah Lev
-0
/
+1
2021-08-27
Add test of recursive trait aliases
Noah Lev
-0
/
+51
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-0
/
+3
2021-08-21
Improve errors for recursive type aliases
Noah Lev
-4
/
+4
2021-08-18
Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis
bors
-0
/
+15
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-08-03
bless a few trivial tests under polonius
Rémy Rakic
-0
/
+15
2021-07-30
Use multispan suggestions more often
Esteban Küber
-4
/
+6
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2020-12-05
Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk
bors
-0
/
+37
2020-12-04
check the recursion limit when finding struct tail
SNCPlay42
-0
/
+37
2020-12-02
rename MemoryKind::Heap to ConstHeap; bless test
Vishnunarayan K I
-1
/
+1
2020-12-02
add comment and bless some tests
Vishnunarayan K I
-18
/
+141
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-1
/
+1
2020-09-21
Let user see the full type of type-length limit error
Kornel Lesiński
-2
/
+4
2020-09-19
Address review comments
Oliver Scherer
-11
/
+16
2020-09-17
Better handling for exponential-sized types in misc places
Valerii Lashmanov
-1
/
+1
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-08-22
Use smaller def span for functions
Aaron Hill
-7
/
+2
2020-06-22
Point at the call spawn when overflow occurs during monomorphization
Aaron Hill
-12
/
+9
2020-06-15
Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk
Ralf Jung
-4
/
+4
2020-06-13
run const_eval_raw with root_span
Ralf Jung
-4
/
+4
2020-06-10
review comments: only suggest one substitution
Esteban Küber
-5
/
+1
2020-06-10
On recursive ADT, provide indirection structured suggestion
Esteban Küber
-1
/
+8
2020-05-31
Add descriptions for all queries
Matthew Jasper
-5
/
+5
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-02-05
`#![recursion_limit = "X"]`: note current crate name.
Mazdak Farrokhzad
-4
/
+4
2020-01-26
rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.
Eduard-Mihai Burtescu
-2
/
+2
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-1
/
+1
2019-12-21
rework run-fail and support check,build-fail
Mazdak Farrokhzad
-1
/
+3
2019-11-27
Add memoization for const function evaluations
David Hewitt
-58
/
+13
2019-10-01
Change to use exprPrecedence instead of exprKind.
Sam Radhakrishnan
-1
/
+1
2019-09-08
Give method not found a primary span label
Esteban Küber
-1
/
+1
2019-07-07
Raise the default recursion limit to 128
Simonas Kazlauskas
-5
/
+5
2019-04-22
Continue evaluating after item-type checking
Esteban Küber
-2
/
+13
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-4
/
+4
2019-01-11
Update tests
John Kåre Alsaker
-0
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-122
/
+62
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-11
/
+11
2018-11-21
Enclose type in backticks for "reached the recursion limit while auto-derefer...
varkor
-3
/
+3
2018-11-14
put file and line into miri backtrace
Ralf Jung
-51
/
+51
2018-10-25
Rebase fallout
Oliver Schneider
-1
/
+1
2018-10-25
Report const eval error inside the query
Oliver Schneider
-10
/
+8
2018-10-16
Check the type of statics and constants for `Sized`ness
Oliver Scherer
-2
/
+2
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-2
/
+1
[next]