Commit Graph

455 Commits (685ca706a8bcbaf3d7f7ad22627114ec6c82871a)
 

Author SHA1 Message Date
Mark Rousskov 685ca706a8
Merge pull request #233 from JohnTitor/alloc-removal
4 years ago
Yuki Okushi be0687ab1d
Follow-up for rust-lang/rust#74850
4 years ago
Konrad Borowski bfe1ab96d7 Clarify that str data must still be initialized
4 years ago
Konrad Borowski b8344ef88f Remove language-level UB for non-UTF-8 str
4 years ago
Ralf Jung c94172314b fix Nomicon transmute UB
4 years ago
Eric Huss d1517d4e3f Rename Unique::empty to Unique::dangling
4 years ago
dbdr 91dd12be34 Use simpler link syntax
4 years ago
Daniel Bonniot de Ruisselet 76d0799a8d Replace catch_panic by catch_unwind
4 years ago
amosonn 4d2d275997 Fix example in FFI, section NPO
4 years ago
Youngsuk Kim 1e1dd962c7 Update implementation code of `split_at_mut`
4 years ago
Eric Huss 0559f276a3 Use rust-lang/rust linkchecker on CI.
4 years ago
Linus Färnstrand 9f131b5b9c Use just `std::_` instead of `::std::_`
4 years ago
WarmongeringBeaver 8413980b07 Remove illegal space.
4 years ago
Mazdak Farrokhzad 6eb24d6e9c
Merge pull request #207 from faern/use-assoc-int-consts
5 years ago
Linus Färnstrand 1d517f87dc Fix Global.realloc by changing to Global.grow
5 years ago
Linus Färnstrand 6cceae61c9 Fix usage of Global.alloc
5 years ago
Linus Färnstrand a2d606f49c Use isize::MAX directly on type instead of module
5 years ago
Mazdak Farrokhzad 411197b0e7
Merge pull request #205 from ehuss/negative-impls
5 years ago
Eric Huss 218da782b8 Fix negative_impls feature.
5 years ago
Mazdak Farrokhzad 9f797e65e6
Merge pull request #203 from JohnTitor/ptr
5 years ago
Yuki Okushi d2ed4ebed9 Rustup to latest rustc
5 years ago
Mazdak Farrokhzad 71241f4030
Merge pull request #197 from JOE1994/patch-1
5 years ago
Youngsuk Kim e3812150dd
follow-up to review from Centril
5 years ago
Mazdak Farrokhzad 7d04d85981
Merge pull request #185 from JohnTitor/book-toml
5 years ago
Mazdak Farrokhzad 8e07b14b15
Merge pull request #188 from TimDiekmann/rename-alloc
5 years ago
Yuki Okushi 6d3eb538ab Add book.toml
5 years ago
Youngsuk Kim d37282bfff
(minor) Add backticks around type names
5 years ago
Mazdak Farrokhzad 98d750ac06
Merge pull request #195 from japm48/patch-1
5 years ago
japm48 0fd7306f5a
Lifetimes: explain how to fix destructor example
5 years ago
Mazdak Farrokhzad 37b6170db8
Merge pull request #194 from RalfJung/soundness
5 years ago
Ralf Jung 7c93203063 mention soundness
5 years ago
Mazdak Farrokhzad 8c57c4e299
Merge pull request #193 from amosonn/patch-2
5 years ago
Mazdak Farrokhzad ae9b87fed7
Merge pull request #191 from vallentin/patch-1
5 years ago
amosonn 6e93a7cbf8
Fix example in FFI section Calling Rust from C
5 years ago
Christian Vallentin cf36a0f9c0
Removed repeated word
5 years ago
Tim Diekmann 212cfe30ef
Trigger CI
5 years ago
Tim Diekmann 99d5b65882
Rename `Alloc` to `AllocRef`
5 years ago
matthewjasper 3e6e1001dc
Merge pull request #177 from petertodd/2019-12-long-live-contravariance
5 years ago
Peter Todd ce08025be2
Remove mention of contravariance possibly getting scrapped
5 years ago
CreepySkeleton 8be35b201f Update unwinding.md
5 years ago
Lzu Tao f2f2e4b60b ci: remove needless rust-docs component
5 years ago
Mazdak Farrokhzad 041c46e692
Merge pull request #175 from JohnTitor/update-link
5 years ago
Yuki Okushi 4f29478b14 Update unsafe-code-guidelines link
5 years ago
Steve Klabnik 58e36e0e08 remove references to the nursery
5 years ago
Steve Klabnik 067c4f432e
Merge pull request #172 from rust-lang/port-to-gh-actions
5 years ago
Steve Klabnik bbab3be166 Add github action to replace Travis.yml
5 years ago
Mazdak Farrokhzad 5004ad30d6
Merge pull request #169 from RalfJung/atomics
5 years ago
Ralf Jung ddc460c245 further clarify C11
5 years ago
Mazdak Farrokhzad a4d8c2ce6f
Merge pull request #168 from RalfJung/atomics
5 years ago
Ralf Jung 37a0693e0e mention C11 in case someone wonders
5 years ago