about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-20Used `copysign` to avoid unnecessary branches.Phosphorus15-18/+2
2019-08-19test cases for both `f32` and `f64` on asinh(-0.0)Phosphorus15-0/+2
2019-08-19Added negative cases for `asinh` according to IEEE-754.Phosphorus15-8/+22
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-183/+124
2019-08-18Auto merge of #63045 - Rosto75:master, r=jonas-schievinkbors-43/+43
2019-08-18Pre intern the `Self` parameter typeMatthew Jasper-47/+35
2019-08-18Auto merge of #63659 - gilescope:async-in-closure, r=Centrilbors-13/+23
2019-08-18Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddybbors-9/+34
2019-08-18Better error message for break in async blocks.Giles Cope-13/+23
2019-08-18Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkovbors-210/+240
2019-08-18Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkovbors-104/+102
2019-08-18Auto merge of #61708 - dlrobertson:or-patterns-0, r=centrilbors-51/+241
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-17Serialize additional data for procedural macrosAaron Hill-210/+240
2019-08-17initial implementation of or-pattern parsingDan Robertson-60/+142
2019-08-17Initial implementation of or patternsvarkor-26/+134
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-17Add testsOliver Scherer-0/+19
2019-08-17Cast only where necessaryOliver Scherer-4/+5
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