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
/
libstd
/
sync
/
mpsc
Age
Commit message (
Expand
)
Author
Lines
2020-04-26
fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-04-24
Avoid unused Option::map results
Josh Stone
-5
/
+11
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-2
/
+2
2020-04-05
Stop importing integer modules in libstd
Linus Färnstrand
-3
/
+0
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-6
/
+1
2019-12-28
Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik
Oliver Scherer
-4
/
+4
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-4
/
+4
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+5
2019-11-29
Format libstd with rustfmt
David Tolnay
-472
/
+490
2019-10-13
Remove Error::cause impls equal to deafult impl
Linus Färnstrand
-20
/
+0
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-7
/
+7
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-05-17
Remove the unstable and deprecated mpsc_select
Josh Stone
-1038
/
+9
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-7
/
+7
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-08
Add must_use annotations to Result::is_ok and is_err
Alex Gaynor
-1
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-19
/
+19
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-7
/
+16
2019-02-28
libstd => 2018
Taiki Endo
-65
/
+65
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-9
/
+9
2019-02-11
Fiddle through the module visibilities for tests
Oliver Scherer
-8
/
+8
2019-02-11
Move out tests of a deprecated module to work around `#[test]` bugs
Oliver Scherer
-414
/
+416
2019-02-10
libs: doc comments
Alexander Regueiro
-6
/
+6
2019-02-10
tests: doc comments
Alexander Regueiro
-3
/
+3
2019-01-02
Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus
bors
-6
/
+18
2018-12-25
Remove licenses
Mark Rousskov
-100
/
+0
2018-12-14
Use checked_add for adding time in recv_timeout
Linus Färnstrand
-6
/
+18
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-08
Deprecate channel selection
Stjepan Glavina
-4
/
+4
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-08-07
"Panics" -> "Known Issues"; rm trailing WS
Felix Rabe
-2
/
+2
2018-08-07
Less words better than moar words
Felix Rabe
-2
/
+2
2018-08-07
Rephrase
Felix Rabe
-2
/
+2
2018-08-07
Document panic in mpsc::Receiver::recv_timeout
Felix Rabe
-1
/
+23
2018-08-01
Document #39364 (WIP)
Felix Rabe
-0
/
+6
2018-07-25
Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...
Tatsuyuki Ishi
-6
/
+6
2018-07-11
Uncapitalize "If"
Matt Kraai
-1
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-6
/
+6
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-0
/
+2
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-3
/
+2
2017-11-29
Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm
kennytm
-3
/
+3
2017-11-29
Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichton
kennytm
-2
/
+63
2017-11-28
Fix doc test of previous commit
Julien Cretin
-0
/
+2
2017-11-28
Fix since for mpsc_error_conversions
Julien Cretin
-3
/
+3
[next]