about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-19use non-zero clock idnewpavlov-2/+2
2019-08-19remove libc importnewpavlov-1/+0
2019-08-19use wasi::get_environnewpavlov-30/+17
2019-08-19use wasi::get_argsnewpavlov-37/+5
2019-08-19remove to_stringnewpavlov-1/+1
2019-08-19replace libc::nanosleep with wasi::poll_oneoffnewpavlov-14/+23
2019-08-19return 0 from errno functionnewpavlov-1/+1
2019-08-19use wasi cratenewpavlov-376/+249
2019-08-17Auto merge of #63671 - Centril:rollup-zufavt5, r=Centrilbors-290/+924
2019-08-17Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-08-17Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasperMazdak Farrokhzad-47/+82
2019-08-17Rollup merge of #63657 - RalfJung:invalid_value, r=CentrilMazdak Farrokhzad-82/+267
2019-08-17Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ...Mazdak Farrokhzad-149/+68
2019-08-17Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJungMazdak Farrokhzad-10/+505
2019-08-17test in a way that works even with muslRalf Jung-65/+58
2019-08-17Doc nitSimon Sapin-1/+1
2019-08-17fix typosDante-Broggi-2/+2
2019-08-17resolve/expand: Rename some things for clarityVadim Petrochenkov-41/+43
2019-08-17Auto merge of #63658 - RalfJung:miri-op, r=oli-obkbors-92/+112
2019-08-17resolve: Properly integrate derives and `macro_rules` scopesVadim Petrochenkov-14/+47
2019-08-17Rename private helper method allocate_for_unsized to allocate_for_layoutSimon Sapin-10/+10
2019-08-17less &Ralf Jung-3/+3
2019-08-17Doc nitsSimon Sapin-15/+15
2019-08-17Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkovbors-272/+376
2019-08-17drift leftwardRalf Jung-14/+12
2019-08-17fix testsRalf Jung-3/+3
2019-08-17Full stopRalf Jung-1/+1
2019-08-17use ImmTy::from_uint in a few more spotsRalf Jung-18/+9
2019-08-17make both unary_op and binary_op fully typed, including a return typeRalf Jung-69/+90
2019-08-17Add ImmTy::from_uintRalf Jung-5/+13
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-45/+110
2019-08-17multi-variant enums are trickyRalf Jung-1/+3
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-30/+102
2019-08-17warn about uninit bools and charsRalf Jung-7/+45
2019-08-17invalid_value: factor finding dangerous inits into separate functionRalf Jung-37/+54
2019-08-17Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichtonMazdak Farrokhzad-0/+7
2019-08-17Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebankMazdak Farrokhzad-8/+16
2019-08-17Rollup merge of #63505 - jgalenson:sysroot-hash, r=alexcrichtonMazdak Farrokhzad-2/+12
2019-08-17Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcmMazdak Farrokhzad-0/+42
2019-08-17Remove unused `SyntaxContext` serialization implsMatthew Jasper-20/+0
2019-08-17Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}Matthew Jasper-25/+18
2019-08-17Move type parameter shadowing errors to resolveMatthew Jasper-109/+108
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-86/+188
2019-08-17Make fmt-internal functions privateMatthew Jasper-5/+8
2019-08-17Make built-in derives opaque macrosMatthew Jasper-13/+13
2019-08-17Stop emulating cross-crate hygiene with gensymsMatthew Jasper-32/+59
2019-08-17Auto merge of #63491 - Xanewok:update-rls, r=Mark-Simulacrumbors-0/+0
2019-08-17Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-SimulacrumMazdak Farrokhzad-26/+89
2019-08-17Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-08-17Rollup merge of #63548 - eddyb:unicode-demangling, r=alexcrichtonMazdak Farrokhzad-5/+5