about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-07initialize unsized locals when copying to the for the first timeRalf Jung-33/+57
2019-04-07fix miri engine debug output for uninitialized localsRalf Jung-11/+6
2019-04-07make StorageLive lazy as wellRalf Jung-37/+22
2019-04-06miri engine: lazily allocate memory for locals on first writeRalf Jung-40/+79
2019-04-06Auto merge of #59745 - cwhakes:master, r=sanxiynbors-10/+10
2019-04-06Auto merge of #59744 - cuviper:output-errors, r=sanxiynbors-13/+26
2019-04-06Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoeristerbors-1/+0
2019-04-05Change `copytest` parameter name from `y` to `sign`Will Hakes-10/+10
2019-04-05Show better errors for LLVM IR outputJosh Stone-13/+26
2019-04-06Rollup merge of #59727 - alexcrichton:wasi-apis, r=fitzgenMazdak Farrokhzad-88/+87
2019-04-06Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=CentrilMazdak Farrokhzad-0/+20
2019-04-06Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcrichtonMazdak Farrokhzad-4/+20
2019-04-06Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichtonMazdak Farrokhzad-41/+53
2019-04-06Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebankMazdak Farrokhzad-11/+27
2019-04-05Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertjbors-100/+119
2019-04-05wasi: Use shared API for preopened fdsAlex Crichton-88/+87
2019-04-05Add missing tryfrom exampleGuillaume Gomez-0/+20
2019-04-05Auto merge of #59076 - dtolnay:comma, r=alexcrichtonbors-252/+226
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-252/+226
2019-04-05Auto merge of #59721 - Centril:rollup-ieam9ke, r=Centrilbors-32/+24
2019-04-05Remove no_force from coherent_traitJohn Kåre Alsaker-1/+0
2019-04-05Rollup merge of #59712 - alexcrichton:wasm-static-not-pic, r=eddybMazdak Farrokhzad-0/+9
2019-04-05Rollup merge of #59702 - hgallagher1993:origin, r=CentrilMazdak Farrokhzad-20/+2
2019-04-05Rollup merge of #59690 - xfix:patch-17, r=cramertjMazdak Farrokhzad-0/+3
2019-04-05Rollup merge of #59687 - matklad:shebang, r=petrochenkovMazdak Farrokhzad-11/+5
2019-04-05Rollup merge of #59665 - ssomers:hashset_revisited, r=KodrAusMazdak Farrokhzad-1/+5
2019-04-05Add regression test for #59137.Michael Woerister-0/+20
2019-04-05Auto merge of #59681 - dtolnay:cargo, r=alexcrichtonbors-0/+0
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-05Auto merge of #59643 - alexcrichton:wasi-symbols, r=sanxiynbors-1/+1
2019-04-05Auto merge of #59704 - alexcrichton:fix-freebsd, r=pietroalbinibors-1/+5
2019-04-04wasm32: Default to a "static" relocation modelAlex Crichton-0/+9
2019-04-04ci: Update FreeBSD tarball downloadsAlex Crichton-1/+5
2019-04-05Add ignore to doc codeMasaki Hara-2/+2
2019-04-05Simplify fnbox docs.Masaki Hara-235/+15
2019-04-05Stabilize boxed_closure_impls in 1.35.0.Charles Lew-109/+3
2019-04-05Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>.Masaki Hara-41/+1
2019-04-05We already have unsized_locals in stage0.Masaki Hara-9/+0
2019-04-05Fix failing tests.Masaki Hara-25/+10
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-72/+42
2019-04-05Add unstable-book articles on fnbox and boxed_closure_impls.Masaki Hara-0/+350
2019-04-05Add tests for boxed_closure_impls.Masaki Hara-0/+61
2019-04-05Add Fn* blanket impls for Box.Masaki Hara-0/+34
2019-04-05Make FnBox a subtrait of FnOnce.Masaki Hara-5/+1
2019-04-04std: Upgrade `compiler_builtins` to fix wasi linkageAlex Crichton-1/+1
2019-04-04Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfacklerbors-13/+65
2019-04-04Update cargoDavid Tolnay-0/+0
2019-04-04Use declare_lint_pass! and impl_lint_pass! in more placeshgallagher1993-20/+2
2019-04-04Auto merge of #59695 - Centril:rollup-88qffc2, r=Centrilbors-32/+91
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-13/+65