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
2023-01-11
Move /src/test to /tests
Albert Larsan
-1106
/
+0
2022-12-18
Rollup merge of #105419 - YC:issue-41731, r=petrochenkov
Matthias Krüger
-0
/
+106
2022-12-07
Add tests for #41731
Steven Tang
-0
/
+106
2022-12-06
Change CTFE backtraces to use `note` instead of `label` to preserve their order
Oli Scherer
-135
/
+640
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-128
/
+128
2022-11-18
Make "long type" printing type aware
Esteban Küber
-1
/
+1
2022-10-07
Rewrite representability
Cameron Steffen
-7
/
+23
2022-07-07
Track implicit `Sized` obligations in type params
Esteban Küber
-1
/
+1
2022-07-04
fully move dropck to mir
lcnr
-26
/
+4
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-7
/
+6
2022-06-22
point to type param definition when not finding variant, method and assoc type
Takayuki Maeda
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-8
/
+7
2022-01-11
Deduplicate box deref and regular deref suggestions
Michael Goulet
-3
/
+6
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-2
/
+2
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-2
/
+2
2021-11-29
Fixup add const to param env
Oli Scherer
-2
/
+2
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
[next]