summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* rm diag item, use lang itemDeadbeef2023-05-021-1/+0
* fix TODO commentsDeadbeef2023-05-021-0/+4
* initial step towards implementing C string literalsDeadbeef2023-05-021-0/+1
* Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC2023-05-021-0/+1
|\
| * fix rustdoc and core testDeadbeef2023-04-291-0/+1
* | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC2023-05-021-1/+1
|\ \
| * | Remove all in target_thread_local cfgAyush Singh2023-04-271-1/+1
* | | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC2023-05-022-52/+132
|\ \ \
| * | | Fix `StructuralEq` impls for `&T`, `[T]` and `[T; N]`Maybe Waffle2023-05-011-3/+3
| * | | Fix some marker implsMaybe Waffle2023-04-271-4/+4
| * | | Add FIXMEsMaybe Waffle2023-04-271-0/+2
| * | | Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]`Maybe Waffle2023-04-271-0/+9
| * | | Add a macro to conveniently implement marker traitsMaybe Waffle2023-04-272-108/+114
| * | | Remove `feature(const_param_ty_trait)`, use `adt_const_params` insteadMaybe Waffle2023-04-271-15/+15
| * | | Add a `ConstParamTy` traitMaybe Waffle2023-04-271-0/+34
| * | | Implement `StructuralEq` for integers, `bool` and `char`Maybe Waffle2023-04-271-0/+29
* | | | Rollup merge of #105076 - mina86:a, r=scottmcmDylan DPC2023-05-025-206/+273
|\ \ \ \
| * | | | a bit more usize::fromMichal Nazarewicz2023-04-301-1/+3
| * | | | reviewMichal Nazarewicz2023-04-303-15/+15
| * | | | Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz2023-04-055-206/+271
* | | | | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplettbors2023-05-023-4/+4
|\ \ \ \ \
| * | | | | Partial stabilisation of `c_unwind`Gary Guo2023-04-293-4/+4
* | | | | | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgrbors2023-05-0130-10/+127
|\ \ \ \ \ \
| * \ \ \ \ \ Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-seMatthias Krüger2023-05-011-1/+6
| |\ \ \ \ \ \
| | * | | | | | Explicitly document how Send and Sync relate to referencesest312023-05-011-1/+6
| * | | | | | | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger2023-05-0126-0/+69
| |\ \ \ \ \ \ \
| | * | | | | | | Inline AsRawFd implementationsKonrad Borowski2023-05-0111-0/+11
| | * | | | | | | Inline socket function implementationsKonrad Borowski2023-05-013-0/+9
| | * | | | | | | Inline AsInner implementationsKonrad Borowski2023-05-0125-0/+49
| * | | | | | | | Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-seMatthias Krüger2023-05-011-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | update wasi_clock_time_api ref.clundro2023-04-291-2/+2
| * | | | | | | | | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplettMatthias Krüger2023-05-012-2/+39
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`beetrees2023-04-082-2/+39
| * | | | | | | | | | Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-seMatthias Krüger2023-05-011-5/+11
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | edit docs of `PathBuf::set_file_name`João M. Bezerra2023-04-141-5/+11
* | | | | | | | | | | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors2023-05-012-12/+35
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Codegen fewer instructions in `mem::replace`Scott McMurray2023-04-302-12/+35
* | | | | | | | | | | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger2023-05-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Don't call await a methodMichael Goulet2023-04-271-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgrbors2023-04-301-6/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514Matthias Krüger2023-04-301-6/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remove unneeded function call in `core::option`.John Bobbo2023-04-291-6/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Auto merge of #103406 - Jules-Bertholet:from_clone_slice_to_box, r=dtolnaybors2023-04-301-8/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | `cfg`-gate `BoxFromSlice` traitJules Bertholet2023-04-291-0/+1
| * | | | | | | | | Loosen `From<&[T]> for Box<[T]>` bound to T: CloneJules Bertholet2023-04-261-8/+30
* | | | | | | | | | Auto merge of #110935 - scottmcm:always-ord, r=Mark-Simulacrumbors2023-04-301-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | `inline(always)` for `lt`/`le`/`ge`/`gt` on integers and floatsScott McMurray2023-04-271-8/+8
| |/ / / / / / / / /
* | | | | | | | | | Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472Matthias Krüger2023-04-301-6/+20
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Improve internal field comments on `slice::Iter(Mut)`Scott McMurray2023-04-291-6/+20
* | | | | | | | | | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviperDylan DPC2023-04-296-24/+84
|\ \ \ \ \ \ \ \ \ \