about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-30Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoeristerMazdak Farrokhzad-48/+19
2019-03-30Use CStringYuki OKUSHI-5/+3
2019-03-30update stdsimdRalf Jung-0/+0
2019-03-30Fix infinite recursionGuillaume Gomez-5/+9
2019-03-30Use target_mcountYuki OKUSHI-24/+4
2019-03-30Add target_mcount optionYuki OKUSHI-39/+127
2019-03-30Added an example that shows how the remainder function on floating point valu...Christian-1/+11
2019-03-30Rollup merge of #59537 - goffrie:patch-3, r=CentrilMazdak Farrokhzad-2/+2
2019-03-30Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomezMazdak Farrokhzad-0/+8
2019-03-30Rollup merge of #59532 - mbrubeck:docs, r=CentrilMazdak Farrokhzad-6/+19
2019-03-30Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=CentrilMazdak Farrokhzad-1/+7
2019-03-30Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkovMazdak Farrokhzad-1/+61
2019-03-30Rollup merge of #59512 - euclio:stdio-locks, r=sfacklerMazdak Farrokhzad-0/+51
2019-03-30Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-03-30Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwcoMazdak Farrokhzad-20/+125
2019-03-30Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkovMazdak Farrokhzad-34/+228
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-216/+219
2019-03-30Auto merge of #59464 - alexcrichton:wasi-pr, r=fitzgenbors-5/+2146
2019-03-29manifest: only include miri on the nightly channelJosh Stone-1/+7
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-5/+2146
2019-03-29Fix OnceWith docstring.Geoffry Song-2/+2
2019-03-29Auto merge of #58846 - bjorn3:misc_cg_ssa_refactor, r=eddybbors-759/+693
2019-03-29Suggest using anonymous lifetime in `impl Trait` returnEsteban Küber-9/+45
2019-03-29In doc examples, don't ignore read/write resultsMatt Brubeck-6/+19
2019-03-29Collapse blanket impls in the same way as normal implsLaurenz-0/+8
2019-03-29Fix incorrect codeEsteban Küber-8/+10
2019-03-29Auto merge of #59522 - Centril:rollup, r=Centrilbors-156/+425
2019-03-29Use ExactSizeIterator + TrustedLen instead of num_cases arg for switchbjorn3-6/+7
2019-03-29Add a method for emiting a switch.bjorn3-20/+19
2019-03-29Remove inline_asm_call from cg_ssabjorn3-57/+47
2019-03-29Remove type_variadic_func and typ_array from cg_ssabjorn3-73/+80
2019-03-29Remove a lot of methods from *TypeMethodsbjorn3-114/+92
2019-03-29Remove scalar_lltypes from cg_ssabjorn3-9/+0
2019-03-29Move get_param and set_value_namebjorn3-38/+46
2019-03-29Remove a lot of methods from BuilderMethodsbjorn3-260/+213
2019-03-29[WIP] Make some debug info methods take &mut FunctionDebugContextbjorn3-13/+9
2019-03-29Remove internal mutability from source_locations_enabledbjorn3-10/+9
2019-03-29Remove param_substs from FunctionCxbjorn3-9/+3
2019-03-29Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from...bjorn3-108/+126
2019-03-29Remove const_{fat_ptr,array,vector,bytes} from cg_ssabjorn3-30/+28
2019-03-29Miscbjorn3-4/+5
2019-03-29Add a commentbjorn3-0/+1
2019-03-29Use Builder instead of CodegenCx for OperandRef and LocalRefbjorn3-25/+28
2019-03-29`eval_mir_constant` doesn't need a builder parambjorn3-6/+5
2019-03-29Don't use c_uint in cg_ssabjorn3-11/+9
2019-03-29Update src/libstd/macros.rs Mazdak Farrokhzad-1/+0
2019-03-29Update src/libstd/macros.rs Mazdak Farrokhzad-1/+2
2019-03-29Added documentation on the remainder (Rem) operator for floating points.Christian-0/+4
2019-03-29Adjusted the indentation.Christian-2/+3
2019-03-29Edited the dbg! docs stating that dbg! works the same way in release builds.Christian-1/+6