est31
|
a0fc455d30
|
Replace absolute paths with relative ones
Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
|
2020-10-13 14:16:45 +02:00 |
|
Dylan DPC
|
207832bdc0
|
Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov
Fix rustc_def_path to show the full path and not the trimmed one
Follow-up fix for #73996.
|
2020-10-07 00:16:12 +02:00 |
|
Dan Aloni
|
d25c580453
|
Fix rustc_def_path to show the full path and not the trimmed one
|
2020-10-06 09:17:44 +03:00 |
|
Mark Rousskov
|
89fdfe6828
|
Permit ty::Bool in const generics for v0 mangling
|
2020-10-02 09:45:48 -04:00 |
|
marmeladema
|
9f50c49117
|
Implement Display for DisambiguatedDefPathData and DefPathData
|
2020-09-25 22:46:15 +01:00 |
|
marmeladema
|
f1878d19fa
|
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
|
2020-09-25 22:46:14 +01:00 |
|
Erik Hofmayer
|
138a2e5eaa
|
/nightly/nightly-rustc
|
2020-09-23 21:51:56 +02:00 |
|
Erik Hofmayer
|
dd66ea2d3d
|
Updated html_root_url for compiler crates
|
2020-09-23 21:14:43 +02:00 |
|
Matthias Krüger
|
c690c82ad4
|
use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match)
|
2020-09-20 11:42:52 +02:00 |
|
LeSeulArtichaut
|
3e14b684dd
|
Change ty.kind to a method
|
2020-09-04 17:47:51 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|