All public logs
Jump to navigation
Jump to search
Combined display of all available logs of El Mago del Rust. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:36, 8 March 2021 Lochi talk contribs created page Ownership - Pertenencia (Created page with "El Ownership o pertenencia es un concepto central en Rust y facilita el manejo de memoria, a diferencia de otros lenguajes que requieren un manejo más consciente de la memori...")
- 22:20, 14 February 2021 Lochi talk contribs created page Control de flujo de ejecución (Created page with "Las dos estructuras más importantes para el control del flujo de ejecución son los lazos y la expresión <code>if</code>: =Expresiones <code>if</code>= Muy similar a otros...")
- 22:27, 11 February 2021 Lochi talk contribs created page Category:Advertencias (Created page with "=Advertencias Comunes=")
- 15:40, 9 February 2021 107.175.224.188 talk created page Comentarios (Created page with "Hey, my name’s Eric and for just a second, imagine this… - Someone does a search and winds up at abax.io. - They hang out for a minute to check it out. “I’m interes...")
- 12:30, 2 February 2021 40.75.67.235 talk created page Talk:Errores de instalación (Created page with "It is with sad regret to inform you StarDataGroup.com is shutting down. Fire sale till the 7th of Feb. Any group of databases listed below is $49 or $149 for all 16 database...")
- 21:47, 25 January 2021 Lochi talk contribs created page Tipos de datos (Created page with "Todo valor en Rust es de un tipo específico. Rust necesita saber ese tipo al momento de compilar el programa, y muchas veces puede inferir el tipo. En otras ocasiones debemos...")
- 11:43, 25 January 2021 Unknown user talk created page User:KerstinMarchand (Created page with "I'm Kerstin and I live with my husband and our 2 children in Stayner, in the ON south part. My hobbies are Hooping, Travel and Bridge.<br><br>Feel free to visit my blog post;...")
- 11:43, 25 January 2021 User account Unknown user talk was created
- 23:45, 24 January 2021 Lochi talk contribs created page Errores de ejecución (Created page with "Category:Errores")
- 23:42, 24 January 2021 Lochi talk contribs created page Category:Errores (Created page with "Hay varios tipos de errores: #Errores que aparecen cuando se compilan, sea con <code>rustc</code> o con <code>cargo build</code>, que son errores de compilación. #Errores que...")
- 23:36, 24 January 2021 Lochi talk contribs created page Variables (Created page with "=let= Para definir una variable usamos <code>let</code>. Por ejemplo, si quisiéramos definir una variable llamada alfa y definirle un valor de 3, haríamos: <syntaxhighlight...")
- 22:59, 24 January 2021 Lochi talk contribs created page Errores de compilación (Created page with "Category:Errores")
- 22:13, 24 January 2021 Lochi talk contribs created page Snake case (Created page with "La convención snake case indica que: #Todas las letras están en minúscula. #Las palabras están separadas por una línea subrayada. Ejemplos: <syntaxhighlight lang="rust"...")
- 22:09, 24 January 2021 Lochi talk contribs created page Funciones (Created page with " =main= Main es la función principal de un programa de Rust: es su punto de inicio o entrada. Rust utiliza la convención snake case para nombrar identificadores de fun...")
- 21:36, 24 January 2021 Lochi talk contribs created page Category:Directorios (Created page with "Estos directorios son creados por <code>cargo</code>.")
- 21:35, 24 January 2021 Lochi talk contribs created page Category:Carpetas (Created page with "Estos directorios son creados por <code>cargo</code>.")
- 21:34, 24 January 2021 Lochi talk contribs created page Release (Created page with "Category:Carpetas Al hacer <code>cargo build --release</code>, se crearán los siguientes archivos: <syntaxhighlight lang="rust" line='line' highlight="1"> .cargo-lock .fi...")
- 21:32, 24 January 2021 Lochi talk contribs created page Debug (Created page with "Category:Carpetas Al hacer <code>cargo build</code>, se crearán los siguientes archivos dentro del target: <syntaxhighlight lang="rust" line='line' highlight="1"> .cargo-...")
- 21:23, 24 January 2021 Lochi talk contribs created page CACHEDIR.TAG (Created page with "Category:Archivos Este archivo es un archivo ordinario, que contiene al inicio esta información: <syntaxhighlight lang="rust" line='line' highlight="1"> Signature: 8a477...")
- 22:53, 23 January 2021 Lochi talk contribs created page Category:Archivos (Created page with "Estos son archivos importantes en la construcción de un programa en Rust.")
- 22:38, 23 January 2021 Lochi talk contribs created page Cargo.lock (Created page with "<syntaxhighlight lang="rust" line='line' highlight="1"> # This file is automatically @generated by Cargo. # It is not intended for manual editing. package name = "hola_car...")
- 20:39, 23 January 2021 Lochi talk contribs created page Cargo.toml (Created page with "Este archivo contiene información sobre la configuración de tu programa. Está en un formato llamado TOML (Tom's Obvious, Minimal Language). =Estructura básica del Car...")
- 20:25, 23 January 2021 Lochi talk contribs created page Cargo (Created page with "= ¿Qué es Cargo? = Es el manejador de paquetes y constructor del sistema de Rust. Descarga las librerías que requiere tu programa (dependencias), las compila y arma tu cód...")
- 13:11, 23 January 2021 20.55.74.2 talk created page Errores de instalación (Created page with "It is with sad regret to inform you StarDataGroup.com is shutting down. It has been a tough year all round and we decided to go out with a bang! Any group of databases listed...")
- 15:03, 22 January 2021 Lochi talk contribs created page Template:Code (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{#ifeq: {{PAGENAME}}|{{ROOTPAGENAME}}|{{High-risk|24,0...")
- 23:02, 20 January 2021 Lochi talk contribs created page Mi primer programa: Hola mundo (Created page with "= El primer programa = El primer programa en cualquier lenguaje de programación siempre es el famoso "Hola Mundo!". Para eso, hay que crear un directorio del proyecto primer...")
- 22:21, 20 January 2021 186.176.158.251 talk created page ¿Qué es Rust? (Created page with "Rust es un lenguaje de programación compilado, desarrollado de forma abierta y con ayuda de la comunidad. Es apoyado por entidades como Mozilla y Samsung. Es uno de los leng...")
- 21:34, 19 January 2021 Lochi talk contribs created page Rustup (Created page with "Rustup es el instalador de Rust.")
- 21:25, 19 January 2021 Lochi talk contribs created page Instalación (Created page with "= Instalación de Rust = En una terminal, ingresar el siguiente comando: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
- 15:30, 18 January 2021 MediaWiki default talk contribs created page Main Page