about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-28Update LLVMNikita Popov-1/+1
2018-11-26Auto merge of #55835 - alexcrichton:llvm-upgrade, r=nikomatsakisbors-1/+24
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-43/+382
2018-11-25Pass `--export-dynamic` to LLD for wasmAlex Crichton-0/+6
2018-11-25wasm: Pass `--no-demangle` to LLDAlex Crichton-0/+5
2018-11-25Conditionally compile in only the extra argument.Edd Barrett-7/+4
2018-11-25Make Rustc build with LLVM trunk.Edd Barrett-0/+7
2018-11-25Handle some renamed ThinLTO functionsAlex Crichton-0/+8
2018-11-25Upgrade to LLVM trunkAlex Crichton-0/+0
2018-11-26Auto merge of #55705 - ethanboxx:master, r=SimonSapinbors-1/+24
2018-11-25Auto merge of #56194 - eddyb:top-unhack, r=alexcrichtonbors-22/+11
2018-11-25Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT.Eduard-Mihai Burtescu-22/+11
2018-11-25fix missing borrowEthan Brierley-1/+1
2018-11-25Use a reference rather than take ownershipEthan Brierley-1/+1
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-22/+78
2018-11-25Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkovPietro Albini-35/+129
2018-11-25Rollup merge of #56210 - RalfJung:c_str, r=oli-obkPietro Albini-9/+8
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-38/+14
2018-11-25Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavisPietro Albini-7/+68
2018-11-25Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebankPietro Albini-4/+19
2018-11-25Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisaPietro Albini-36/+25
2018-11-25Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichtonPietro Albini-63/+50
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-18/+19
2018-11-25Rollup merge of #56100 - RalfJung:visiting-generators, r=oli-obkPietro Albini-12/+42
2018-11-25Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebankPietro Albini-0/+112
2018-11-25Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkovPietro Albini-73/+15
2018-11-25Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertjPietro Albini-46/+133
2018-11-25Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoeristerPietro Albini-33/+52
2018-11-25resolve: Fix some more asserts in import validationVadim Petrochenkov-26/+63
2018-11-25resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov-8/+25
2018-11-25resolve: Prohibit relative paths in visibilities on 2018 editionVadim Petrochenkov-1/+41
2018-11-25TypoOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-11-25Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom...bors-115/+93
2018-11-25fix length of slice returned from read_c_strRalf Jung-3/+5
2018-11-25yay for NLLRalf Jung-5/+3
2018-11-25read_c_str should call the AllocationExtra hooksRalf Jung-4/+3
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-38/+14
2018-11-25Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC...Nicholas Nethercote-42/+32
2018-11-25Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`.Nicholas Nethercote-34/+25
2018-11-25Introduce `in_snapshot` and `assert_open_snapshot` methods.Nicholas Nethercote-7/+14
2018-11-25Make `commit` and `rollback_to` methods take ownership of the snapshots.Nicholas Nethercote-12/+12
2018-11-25Replace a `.truncate(0)` call with `.clear()`.Nicholas Nethercote-1/+1
2018-11-25Rename `UndoLogEntry` as `UndoLog`.Nicholas Nethercote-6/+6
2018-11-25Remove `insert_noop`.Nicholas Nethercote-16/+6
2018-11-25Update to `ena` 0.11.0.Nicholas Nethercote-1/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-212/+414
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-1560/+207
2018-11-24[Windows] Work around non-monotonic clocks in the self-profilerWesley Wiser-2/+15
2018-11-24Suggest correct enum variant on typoEsteban Küber-7/+68
2018-11-24Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs`scalexm-0/+1