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
/
recursion
Age
Commit message (
Expand
)
Author
Lines
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
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-5
/
+5
2020-08-22
Use smaller def span for functions
Aaron Hill
-7
/
+2
2020-07-29
Update ui tests
Oliver Scherer
-3
/
+3
2020-07-27
mv std libs to library/
mark
-3
/
+3
2020-06-30
Bless failing tests
LeSeulArtichaut
-2
/
+6
2020-06-22
Point at the call spawn when overflow occurs during monomorphization
Aaron Hill
-5
/
+27
2020-06-15
Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk
Ralf Jung
-2
/
+2
2020-06-12
fix const_prop spans and re-bless tests
Ralf Jung
-2
/
+2
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
/
+10
2020-04-08
Small tweaks to required bound span
Esteban Küber
-2
/
+2
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-2
/
+2
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-6
/
+1
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+1
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-1
/
+6
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+5
2020-02-12
Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor
bors
-1
/
+2
2020-02-11
Specify overflow checks behaviour in test
Matthew Jasper
-1
/
+2
2020-02-01
Update existing tests for or-patterns
Matthew Jasper
-10
/
+2
2020-01-19
fix real_drop_in_place in comments
Ralf Jung
-1
/
+1
2020-01-18
adjust ui tests
Ralf Jung
-1
/
+1
2019-12-30
Handle recursive instantiation of drop shims
Matthew Jasper
-0
/
+47
2019-12-21
rework run-fail and support check,build-fail
Mazdak Farrokhzad
-1
/
+3
2019-10-09
Suggest `if let` on `let` refutable binding
Esteban Küber
-0
/
+7
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-3
/
+3
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-10
/
+6
[next]