summary refs log tree commit diff
path: root/src/Cargo.lock
AgeCommit message (Expand)AuthorLines
2018-02-11Use time crate in bootstrap dist instead of dateOnur Aslan-0/+34
2018-01-10Try to fix a perf regression by updating logMalo Jaffré-18/+18
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-78/+78
2017-12-31Update cargoFelix Schütt-2/+12
2017-12-29Update rustfmt to 0.3.4Igor Matuszewski-38/+1
2017-12-28Update RLSIgor Matuszewski-19/+17
2017-12-27cargo update and add miri as the rustc workspace member.kennytm-57/+106
2017-12-24Update Cargo and its dependenciesAlex Crichton-105/+142
2017-12-21Mir: Abort on nounwind ABIsDavid Henningsson-0/+1
2017-12-18Update lockfileMaik Klein-0/+2
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-5/+33
2017-12-15save-analysis: add parents to importsAndy Russell-1/+11
2017-12-15Update the rls and rustfmt submodulesOliver Schneider-15/+28
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-0/+1
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-0/+1
2017-12-14Move mir validation out of treeOliver Schneider-9/+0
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-2/+11
2017-12-06Merge remote-tracking branch 'origin/master' into miriOliver Schneider-152/+151
2017-12-06Update miri to rustc changesOliver Schneider-464/+674
2017-12-06Update CargoNick Cameron-66/+4
2017-12-06Update rls and rustfmtNick Cameron-146/+208
2017-12-05Auto merge of #46503 - Aaron1011:librustdoc_log, r=Mark-Simulacrumbors-1/+0
2017-12-04Remove librustdoc dependency on logAaron Hill-1/+0
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-0/+2
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-1/+0
2017-12-04rustc_back: remove slice module in favor of std::slice::from_ref.Irina-Gabriela Popa-3/+0
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-57/+57
2017-12-02Rollup merge of #46386 - Aaron1011:fix_rustdoc_log, r=Mark-Simulacrumkennytm-1/+0
2017-11-30Reenable clippyOliver Schneider-3/+3
2017-11-29Update bootstrap compilerAlex Crichton-57/+57
2017-11-29Remove librustdoc dependency on env_loggerAaron Hill-1/+0
2017-11-29Update Rustfmt againNick Cameron-0/+14
2017-11-29Rebased Cargo.lockNick Cameron-54/+100
2017-11-26update Cargo.lock & rustdocAriel Ben-Yehuda-112/+112
2017-11-23Auto merge of #46011 - euclio:reachability-redux, r=nrcbors-1/+11
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-3/+19
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-3/+19
2017-11-19upgrade rls-dataAndy Russell-1/+11
2017-11-17update openssl{,-sys} to fix build with libressl 2.6.xMarc-Antoine Perennou-11/+11
2017-11-15Reenable clippy testingOliver Schneider-6/+10
2017-11-12Auto merge of #45902 - nrc:component-update, r=alexcrichtonbors-188/+179
2017-11-10Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichtonkennytm-0/+2
2017-11-10Update RLS submoduleNick Cameron-14/+8
2017-11-10Update rustfmt submoduleNick Cameron-174/+171
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-9/+5
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+1
2017-11-06tools: Fix rustfmt and the RLSDustin Speckhals-6/+6
2017-11-05Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakisbors-0/+1
2017-11-06Abbreviate some stdout/stderr output in compiletest.kennytm-0/+2
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-0/+1