Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
doc
/
rust.md
4ef5542
Avoid linking to a moved page in rust.html
by Malo Jaffré
· 8 years ago
47682f9
manual -> reference & formatting
by Steve Klabnik
· 11 years ago
0169218
Fix fallout from Vec stabilization
by Alex Crichton
· 11 years ago
78a8418
librustc: Implement associated types behind a feature gate.
by Patrick Walton
· 11 years ago
7caf2ab
Fix two typos
by Martin Olsson
· 11 years ago
4727381
auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brson
by bors
· 11 years ago
a99ba25
Replace the Tutorial with the Guide.
by Steve Klabnik
· 11 years ago
d24c824
auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonw
by bors
· 11 years ago
faf14ae
Fix vector terminology in the manual.
by Steve Klabnik
· 11 years ago
bf274bc
Implement tuple and tuple struct indexing
by P1start
· 11 years ago
8158463
rollup merge of #17054 : pcwalton/subslice-syntax
by Alex Crichton
· 11 years ago
2c66c29
rollup merge of #17052 : pcwalton/feature-gate-subslices
by Alex Crichton
· 11 years ago
641b198
auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brson
by bors
· 11 years ago
eb678ff
librustc: Change the syntax of subslice matching to use postfix `..`
by Patrick Walton
· 11 years ago
22179f4
librustc: Feature gate subslice matching in non-tail positions.
by Patrick Walton
· 11 years ago
a021330
Fix vector/array/slice terminology in manual.
by Steve Klabnik
· 11 years ago
d0f1c7d
Update language item from 'share' to 'sync' #16988
by Felix Raimundo
· 11 years ago
dfbd466
auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichton
by bors
· 11 years ago
7241267
doc: Fix spelling errors.
by Joseph Crail
· 11 years ago
d32bfe8c
Fix pointer types in the manual.
by Steve Klabnik
· 11 years ago
f7f8b20
rollup merge of #16780 : mdinger/marker_types
by Alex Crichton
· 11 years ago
48a2876
Fix sorting order. Change `sync` to `share`
by mdinger
· 11 years ago
c0e003d
extern crate foobar as foo;
by wickerwaka
· 11 years ago
c630d96
manual: fix link
by Corey Richardson
· 11 years ago
54bd9e6
docs: don't claim struct layout is specified, but mention repr
by Corey Richardson
· 11 years ago
3570095
auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwalton
by bors
· 11 years ago
e791032
Manual: add information about //!
by Steve Klabnik
· 11 years ago
67deb2e
libsyntax: Remove the `use foo = bar` syntax from the language in favor
by Patrick Walton
· 11 years ago
7606f58
Add `use a::b::{c, mod};` to the manual
by Jakub Wieczorek
· 11 years ago
406de8d
auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichton
by bors
· 11 years ago
1c16acc
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`
by Patrick Walton
· 11 years ago
614bfbe
Add export_name to the attribute whitelist and a description in the rust manual
by Jack Heizer
· 11 years ago
320c35e
auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brson
by bors
· 11 years ago
32098bb
auto merge of #16440 : bheesham/rust/master, r=brson
by bors
· 11 years ago
259e806
auto merge of #16428 : mdinger/rust/sort_attributes, r=cmr
by bors
· 11 years ago
c69f7a9
Sort `Marker types` and add missing language items
by mdinger
· 11 years ago
5eb4e1a
~ -> Box in the manual
by Steve Klabnik
· 11 years ago
a43dadb
Minor changes to `rust.md`, and `guide-ffi.md`.
by Bheesham Persaud
· 11 years ago
2867d1f
Sort most attributes alphabetically
by mdinger
· 11 years ago
97e82cc
rust.md: Explicitly point out how special `'static` is.
by Felix S. Klock II
· 11 years ago
1f760d5
Rename `Share` to `Sync`
by Alex Crichton
· 11 years ago
bf2d98e
Remove the "NFKC clause" in the reference manual.
by OGINO Masanori
· 11 years ago
cf27910
Fix manual regarding attribute placement.
by Steve Klabnik
· 11 years ago
5b85c8c
librustc: Forbid pattern bindings after `@`s, for memory safety.
by Patrick Walton
· 11 years ago
9826e80
auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton
by bors
· 11 years ago
2a3c0d9
manual: update list of feature gates, add phase attribute
by Corey Richardson
· 11 years ago
2e2f53f
Port Rust to DragonFlyBSD
by Michael Neumann
· 11 years ago
bb165eb
libsyntax: Remove `~self` and `mut ~self` from the language.
by Patrick Walton
· 11 years ago
de70d76
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
by Patrick Walton
· 11 years ago
12c334a
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
by Richo Healey
· 11 years ago
90b79b7
manual: Fix typo.
by Ruud van Asseldonk
· 11 years ago
5012b85
auto merge of #15378 : mdinger/rust/Issue_15333, r=alexcrichton
by bors
· 11 years ago
6b6edf4
Improve code reuse between trans/_match.rs and check_match.rs
by Jakub Wieczorek
· 11 years ago
4afe310
Fix broken link by adding comma
by mdinger
· 11 years ago
a5bb0a3
librustc: Remove the fallback to `int` for integers and `f64` for
by Patrick Walton
· 11 years ago
fe8bc17
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
by bors
· 11 years ago
0dfc90a
Rename all raw pointers as necessary
by Alex Crichton
· 11 years ago
b20f968
auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton
by bors
· 11 years ago
c3c195b
Fix a typo and a small syntactic error.
by OGINO Masanori
· 11 years ago
9e3d0b0
librustc: Remove the fallback to `int` from typechecking.
by Niko Matsakis
· 11 years ago
7689213
auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson
by bors
· 11 years ago
654d644
libsyntax: Disallow struct literals after `if`, `while`, `match`, and
by Patrick Walton
· 11 years ago
0b9e4fc
Update few files after comparison traits renaming
by Piotr Jawniak
· 11 years ago
0ae4b97
auto merge of #15029 : aturon/rust/stability-index, r=brson
by bors
· 11 years ago
dcbf4ec
librustc: Put `#[unsafe_destructor]` behind a feature gate.
by Patrick Walton
· 11 years ago
6008f2c
Add stability inheritance
by Aaron Turon
· 11 years ago
108b8b6
Deprecate the bytes!() macro.
by Simon Sapin
· 11 years ago
d6736a1
auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton
by bors
· 11 years ago
3a52a8a
Document the byte, byte string, and raw byte string literals.
by Simon Sapin
· 11 years ago
cad760b
librustc: Make addresses of immutable statics insignificant unless
by Patrick Walton
· 11 years ago
3324257
rustc: Start accepting `*const T`
by Alex Crichton
· 11 years ago
e5ebdb4
Remove outdated info about nested block comments. Fixes #14767
by Jonathan Reem
· 11 years ago
aca0bac
Convert libraries to use #[plugin_registrar]
by Keegan McAllister
· 11 years ago
84243ed
Use phase(plugin) in other crates
by Keegan McAllister
· 11 years ago
cc63d4c
doc: Turn off special features for rustdoc tests
by Alex Crichton
· 11 years ago
8a41485
auto merge of #14680 : Kimundi/rust/master, r=brson
by bors
· 11 years ago
501b904
Change to_str().to_string() to just to_str()
by Adolfo Ochagavía
· 11 years ago
792fae3
Purged "record" from the manual.
by Marvin Löbel
· 11 years ago
63e9b8f
auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton
by bors
· 11 years ago
e38fde7
doc: Remove use of `pub use` globs
by klutzy
· 11 years ago
20fb7c6
docs: Stop using `notrust`
by Florian Gilcher
· 11 years ago
faa7ba7
auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton
by bors
· 11 years ago
66ee71a
Remove deprecated owned vector from rust.md
by Jonathan Reem
· 11 years ago
748bc3c
std: Rename {Eq,Ord} to Partial{Eq,Ord}
by Alex Crichton
· 11 years ago
c631d3d
auto merge of #14488 : SimonSapin/rust/patch-11, r=alexcrichton
by bors
· 11 years ago
aa15195
auto merge of #14465 : Ryman/rust/patch-1, r=alexcrichton
by bors
· 11 years ago
17697c7
Doc: `static mut` is unsafe too
by Simon Sapin
· 11 years ago
ada85a2
rust manual: supertraits seperator is wrong
by Ryman
· 11 years ago
1f1b2e4
std: Rename strbuf operations to string
by Richo Healey
· 11 years ago
4348e23
std: Remove String's to_owned
by Richo Healey
· 11 years ago
5530745
core: rename strbuf::StrBuf to string::String
by Richo Healey
· 11 years ago
864c501
Get "make check" to work with unused-attribute
by Steven Fackler
· 11 years ago
84320a4
auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichton
by bors
· 11 years ago
6674913
Correct EBNF grammar in the manual
by Piotr Czarnecki
· 11 years ago
cea63ec
Minor doc fixes in various places
by Piotr Jawniak
· 11 years ago
b84c0dc
doc: Remove all uses of `~str` from the documentation.
by Patrick Walton
· 11 years ago
a7bee7b
Add a crate for missing stubs from libcore
by Alex Crichton
· 11 years ago
a390b5d
Replaced ~T by Box<T> in manual
by Adolfo Ochagavía
· 11 years ago
e798b97
doc: Update the linkage documentation
by Alex Crichton
· 11 years ago
06ea989
doc: updates rust manual (loop to continue)
by Piotr Jawniak
· 11 years ago
Next »