Camelid
ab42f96cff
Remove unnecessary #[allow(dead_code)]
2021-03-10 10:27:04 -08:00
Camelid
d31f70c87c
Clarify docs
2021-03-10 09:20:53 -08:00
Camelid
b782939c06
Remove sym::
and kw::
from generated docs
2021-03-10 09:15:16 -08:00
Camelid
4900836ab7
Fix bug
...
It needs to be a variable!
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2021-03-10 09:03:45 -08:00
Camelid
4b3490f64d
Convert some lang item comments to doc-comments
2021-02-28 12:05:07 -08:00
Camelid
e5f1e8883a
Improve lang item generated docs
...
cc https://rust-lang.zulipchat.com/#narrow/stream/146229-wg-secure-code/topic/Is.20.60core.60.20part.20of.20the.20compiler.3F/near/226738260
2021-02-28 11:43:25 -08:00
Dylan DPC
66211f6657
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
...
Ensure valid TraitRefs are created for GATs
This fixes `ProjectionTy::trait_ref` to use the correct substs. Places that need all of the substs have been updated to not use `trait_ref`.
r? ````@jackh726````
2021-02-18 16:57:34 +01:00
Simon Sapin
696b239f72
Add ptr::Pointee
trait (for all types) and ptr::metadata
function
...
RFC: https://github.com/rust-lang/rfcs/pull/2580
2021-02-15 14:27:12 +01:00
Matthew Jasper
9bbd3e0f8e
Remove ProjectionTy::from_ref_and_name
2021-02-13 19:29:55 +00:00
Aaron Hill
7afb32557d
Enforce that query results implement Debug
2021-01-16 17:53:02 -05:00
Patryk Wychowaniec
d2f8e398f1
Rework diagnostics for wrong number of generic args
2021-01-10 13:07:40 +01:00
Mara Bos
4f7ffbf351
Fix const core::panic!(non_literal_str).
2020-10-22 18:41:35 +02:00
marmeladema
67b8f9491c
hir: replace lazy_static
by SyncLazy
from std
2020-09-01 22:06:47 +01:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00