| Age | Commit message (Expand) | Author | Lines |
| 2019-03-30 | Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoerister | Mazdak Farrokhzad | -48/+19 |
| 2019-03-30 | Use CString | Yuki OKUSHI | -5/+3 |
| 2019-03-30 | update stdsimd | Ralf Jung | -0/+0 |
| 2019-03-30 | Fix infinite recursion | Guillaume Gomez | -5/+9 |
| 2019-03-30 | Use target_mcount | Yuki OKUSHI | -24/+4 |
| 2019-03-30 | Add target_mcount option | Yuki OKUSHI | -39/+127 |
| 2019-03-30 | Added an example that shows how the remainder function on floating point valu... | Christian | -1/+11 |
| 2019-03-30 | Rollup merge of #59537 - goffrie:patch-3, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-03-30 | Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+8 |
| 2019-03-30 | Rollup merge of #59532 - mbrubeck:docs, r=Centril | Mazdak Farrokhzad | -6/+19 |
| 2019-03-30 | Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 2019-03-30 | Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkov | Mazdak Farrokhzad | -1/+61 |
| 2019-03-30 | Rollup merge of #59512 - euclio:stdio-locks, r=sfackler | Mazdak Farrokhzad | -0/+51 |
| 2019-03-30 | Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-03-30 | Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwco | Mazdak Farrokhzad | -20/+125 |
| 2019-03-30 | Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkov | Mazdak Farrokhzad | -34/+228 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -216/+219 |
| 2019-03-30 | Auto merge of #59464 - alexcrichton:wasi-pr, r=fitzgen | bors | -5/+2146 |
| 2019-03-29 | manifest: only include miri on the nightly channel | Josh Stone | -1/+7 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -5/+2146 |
| 2019-03-29 | Fix OnceWith docstring. | Geoffry Song | -2/+2 |
| 2019-03-29 | Auto merge of #58846 - bjorn3:misc_cg_ssa_refactor, r=eddyb | bors | -759/+693 |
| 2019-03-29 | Suggest using anonymous lifetime in `impl Trait` return | Esteban Küber | -9/+45 |
| 2019-03-29 | In doc examples, don't ignore read/write results | Matt Brubeck | -6/+19 |
| 2019-03-29 | Collapse blanket impls in the same way as normal impls | Laurenz | -0/+8 |
| 2019-03-29 | Fix incorrect code | Esteban Küber | -8/+10 |
| 2019-03-29 | Auto merge of #59522 - Centril:rollup, r=Centril | bors | -156/+425 |
| 2019-03-29 | Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch | bjorn3 | -6/+7 |
| 2019-03-29 | Add a method for emiting a switch. | bjorn3 | -20/+19 |
| 2019-03-29 | Remove inline_asm_call from cg_ssa | bjorn3 | -57/+47 |
| 2019-03-29 | Remove type_variadic_func and typ_array from cg_ssa | bjorn3 | -73/+80 |
| 2019-03-29 | Remove a lot of methods from *TypeMethods | bjorn3 | -114/+92 |
| 2019-03-29 | Remove scalar_lltypes from cg_ssa | bjorn3 | -9/+0 |
| 2019-03-29 | Move get_param and set_value_name | bjorn3 | -38/+46 |
| 2019-03-29 | Remove a lot of methods from BuilderMethods | bjorn3 | -260/+213 |
| 2019-03-29 | [WIP] Make some debug info methods take &mut FunctionDebugContext | bjorn3 | -13/+9 |
| 2019-03-29 | Remove internal mutability from source_locations_enabled | bjorn3 | -10/+9 |
| 2019-03-29 | Remove param_substs from FunctionCx | bjorn3 | -9/+3 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -108/+126 |
| 2019-03-29 | Remove const_{fat_ptr,array,vector,bytes} from cg_ssa | bjorn3 | -30/+28 |
| 2019-03-29 | Misc | bjorn3 | -4/+5 |
| 2019-03-29 | Add a comment | bjorn3 | -0/+1 |
| 2019-03-29 | Use Builder instead of CodegenCx for OperandRef and LocalRef | bjorn3 | -25/+28 |
| 2019-03-29 | `eval_mir_constant` doesn't need a builder param | bjorn3 | -6/+5 |
| 2019-03-29 | Don't use c_uint in cg_ssa | bjorn3 | -11/+9 |
| 2019-03-29 | Update src/libstd/macros.rs
| Mazdak Farrokhzad | -1/+0 |
| 2019-03-29 | Update src/libstd/macros.rs
| Mazdak Farrokhzad | -1/+2 |
| 2019-03-29 | Added documentation on the remainder (Rem) operator for floating points. | Christian | -0/+4 |
| 2019-03-29 | Adjusted the indentation. | Christian | -2/+3 |
| 2019-03-29 | Edited the dbg! docs stating that dbg! works the same way in release builds. | Christian | -1/+6 |