index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
marker.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-0
/
+87
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-1
/
+1
2019-09-06
A few cosmetic improvements to code & comments in liballoc and libcore
Alexander Regueiro
-2
/
+2
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-1
/
+1
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+8
2019-07-10
Implement Unpin for all raw pointers
Steven Fackler
-0
/
+6
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-29
Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus
Mazdak Farrokhzad
-3
/
+3
2019-06-22
Fix one missing `dyn`.
CrLF0710
-1
/
+1
2019-06-09
Fix more tests after revert of rustdoc cfg(test) feature
Oliver Middleton
-3
/
+3
2019-04-18
libcore => 2018
Taiki Endo
-4
/
+4
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-1
/
+1
2019-02-21
fix link
Ralf Jung
-1
/
+1
2019-02-21
tweaks and fix weird space
Ralf Jung
-1
/
+1
2019-02-21
Apply suggestions from code review
Mazdak Farrokhzad
-2
/
+2
2019-02-19
expand Unpin example
Ralf Jung
-3
/
+5
2019-02-19
rewrite pin module intro
Ralf Jung
-1
/
+2
2019-02-19
separate section for doubly-linked list, reword projections intro
Ralf Jung
-2
/
+2
2019-02-19
apply some of the feedback
Ralf Jung
-3
/
+3
2019-02-19
improve Pin documentation
Ralf Jung
-3
/
+9
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-2
/
+2
2019-02-13
Convert old doc links to current edition
Lzu Tao
-2
/
+2
2019-01-27
Mark static generators as !Unpin
Wim Looman
-0
/
+1
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Pin stabilization: fix doctests
Taylor Cramer
-1
/
+0
2018-12-21
Stabilize Pin
Taylor Cramer
-5
/
+5
2018-12-12
Rename Pinned marker type to PhantomPinned
Taylor Cramer
-4
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-04
Also make immutable references to non-freeze restricted value range types unsafe
Oliver Scherer
-1
/
+1
2018-11-10
make PhantomData #[structural_match].
Mazdak Farrokhzad
-0
/
+1
2018-10-10
Custom E0277 diagnostic for `Path`
Esteban Küber
-0
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-5
/
+5
2018-09-01
Update to a new pinning API.
Without Boats
-4
/
+4
2018-08-23
link to items in pin module to std docs
Niv Kaminer
-2
/
+2
2018-08-23
adjust PinMut import in Unpin docs
Niv Kaminer
-1
/
+2
2018-08-23
link Unpin to pin module documentation
Niv Kaminer
-0
/
+2
2018-08-23
reexport Unpin into pin module
Niv Kaminer
-1
/
+1
2018-08-23
fix link to PinMut
Niv Kaminer
-1
/
+1
2018-08-21
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
kennytm
-1
/
+1
2018-08-21
Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJung
kennytm
-4
/
+24
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-17
clarify use of Unpin and pinning types
Niv Kaminer
-2
/
+4
2018-08-16
add example for moving out of pointer
Niv Kaminer
-4
/
+15
2018-08-07
remove general pinning information from Unpin trait
Niv Kaminer
-88
/
+9
2018-08-07
fix style issues in doc comment
Niv Kaminer
-12
/
+14
2018-08-06
fix link to PinBox
Niv Kaminer
-1
/
+1
2018-08-06
correct explenation on the usage of NonNull
Niv Kaminer
-1
/
+1
[next]