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
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-1
/
+1
2020-04-17
Fix unused results from mem::replace
Josh Stone
-0
/
+1
2020-04-03
Minor follow-up after renaming librustc(_middle)
Yuki Okushi
-1
/
+2
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-29
Auto merge of #70370 - petrochenkov:nosmatch, r=Centril
bors
-1
/
+0
2020-03-26
convert to doc comments
Niko Matsakis
-2
/
+2
2020-03-24
Remove attribute `#[structural_match]` and any references to it
Vadim Petrochenkov
-1
/
+0
2020-03-15
Add attributes to allow specializing on traits
Matthew Jasper
-0
/
+1
2020-02-12
Add trait `Self` filtering to `rustc_on_unimplemented`
Esteban Küber
-4
/
+1
2020-02-12
Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...
Esteban Küber
-0
/
+7
2020-01-06
Use Self instead of $type
Lzu Tao
-4
/
+4
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-35
/
+34
2019-12-16
Minor: update Unsize docs for dyn syntax
Peter Todd
-1
/
+1
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-1
/
+1
2019-12-08
async/await: more improvements to non-send errors
David Wood
-0
/
+2
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-1
/
+1
2019-11-12
Snap cfgs
Mark Rousskov
-4
/
+0
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
[next]