about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-17Avoid injecting sanitizer runtimes into staticlibs (#64629).Christian Holler (:decoder)-5/+21
2019-10-17Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlivelybors-603/+437
2019-10-16Remove PR runs, enable wasm32 CI, and move asmjs to disabledThomas Lively-6/+2
2019-10-17Auto merge of #65234 - GuillaumeGomez:long-err-explanation-E0573, r=kinnisonbors-5/+87
2019-10-16User should not change between emcc install and useThomas Lively-12/+6
2019-10-16Update test expectationsThomas Lively-1/+1
2019-10-16Update test and add -O1 to wasm32 DockerfileThomas Lively-2/+3
2019-10-16Temporarily enable asmjs and wasm32 on PR CIThomas Lively-0/+4
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-538/+377
2019-10-16Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakisbors-60/+72
2019-10-16Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-10-16Update cargo, booksEric Huss-0/+0
2019-10-16Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisabors-1/+1
2019-10-16update ui testsGuillaume Gomez-4/+13
2019-10-16Add long error explanation for E0573Guillaume Gomez-1/+74
2019-10-16Auto merge of #65450 - Manishearth:clippyup, r=Manishearthbors-11/+7
2019-10-15Rollup merge of #65444 - spastorino:as-ref-for-list, r=Mark-SimulacrumTyler Mandry-0/+7
2019-10-15Rollup merge of #65438 - Centril:almost, r=varkorTyler Mandry-19/+27
2019-10-15Rollup merge of #65425 - nnethercote:optimize-BitIter, r=zackmdavisTyler Mandry-21/+42
2019-10-15Rollup merge of #65402 - michaelwoerister:pgo-troubleshooting-docs, r=alexcri...Tyler Mandry-0/+11
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-13/+30
2019-10-15Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakisTyler Mandry-13/+31
2019-10-15Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...Tyler Mandry-2/+62
2019-10-15Rollup merge of #65307 - Phosphorus15:master, r=varkorTyler Mandry-4/+43
2019-10-15Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasperTyler Mandry-4/+17
2019-10-15Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar...Tyler Mandry-230/+275
2019-10-15Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkorTyler Mandry-43/+191
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-3/+31
2019-10-15Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkovTyler Mandry-154/+247
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-1/+81
2019-10-15Update clippyManish Goregaokar-11/+7
2019-10-15Remove some mentions of gensymsMatthew Jasper-3/+2
2019-10-15Remove gensymsMatthew Jasper-88/+9
2019-10-15Don't use `gensym_if_underscore` to resolve `_` bindingsMatthew Jasper-63/+91
2019-10-16Optimize `BitSet` iteration.Nicholas Nethercote-13/+31
2019-10-16Add `BitIter::new()`.Nicholas Nethercote-10/+13
2019-10-15Implement AsRef<[T]> for List<T>Santiago Pastorino-0/+7
2019-10-15Avoid unused lifetime warning for lifetimes introduced when desugering async.Giles Cope-1/+81
2019-10-15Auto merge of #65433 - Centril:rollup-rzvry15, r=Centrilbors-612/+531
2019-10-15Fix suggestion to constrain trait for method to be foundEsteban Küber-43/+191
2019-10-15Organize `never_type` testsMazdak Farrokhzad-19/+27
2019-10-15Slides path lifetime to the lifetime resolverphosphorus-4/+43
2019-10-15Remove unnecessary `use crate::sess::ParseSess;`.Mazdak Farrokhzad-1/+0
2019-10-15Rollup merge of #65428 - phansch:rename_db_var, r=CentrilMazdak Farrokhzad-40/+40
2019-10-15Rollup merge of #65426 - nnethercote:rm-custom-LocalInternedString-PartialEq-...Mazdak Farrokhzad-26/+2
2019-10-15Rollup merge of #65376 - Centril:syntax-extractions-1, r=petrochenkovMazdak Farrokhzad-389/+406
2019-10-15Auto merge of #65412 - RalfJung:miri, r=RalfJungbors-8/+8
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-42/+58
2019-10-15move parse_lit to expr.rsMazdak Farrokhzad-177/+170
2019-10-15syntax: extract sess.rs for ParseSessMazdak Farrokhzad-119/+132