os-rust/compiler/rustc_mir/src
bors 481971978f Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov
Use HTTPS links where possible

While looking at #86583, I wondered how many other (insecure) HTTP links were in `rustc`. This changes most other `http` links to `https`. While most of the links are in comments or documentation, there are a few other HTTP links that are used by CI that are changed to HTTPS.

Notes:
- I didn't change any to or in licences
- Some links don't support HTTPS :(
- Some `http` links were dead, in those cases I upgraded them to their new places (all of which used HTTPS)
2021-06-26 08:24:31 +00:00
..
borrow_check Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
const_eval Move some hard error logic to InterpError 2021-06-16 18:23:34 -04:00
dataflow Add Ty::is_union predicate and use it 2021-06-02 17:09:17 +02:00
interpret Auto merge of #86291 - crlf0710:trait_vtbl_refactor, r=bjorn3 2021-06-16 07:20:27 +00:00
monomorphize Refactor to make interpreter and codegen backend neutral to vtable internal representation. 2021-06-15 01:59:00 +08:00
transform Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesleywiser 2021-06-25 15:35:47 +00:00
util Use use_verbose for mir::Constant 2021-06-23 10:39:23 +08:00
lib.rs Add variance-related information to lifetime error messages 2021-06-06 12:37:42 -05:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00