about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-17reorder fmt docs for more clarityRalf Jung-42/+61
2019-10-17Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelixbors-66/+73
2019-10-17Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoeristerbors-876/+857
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-15rustc_metadata: address some review comments.Eduard-Mihai Burtescu-4/+20
2019-10-15rustc_metadata: don't use more space than needed, for each Table.Eduard-Mihai Burtescu-33/+21
2019-10-15rustc_metadata: replace Entry table with one table for each of its fields (Ao...Eduard-Mihai Burtescu-597/+469
2019-10-15rustc_metadata: use decoder::Metadata instead of &[u8] for Lazy<Table<T>>::get.Eduard-Mihai Burtescu-9/+19
2019-10-15rustc_metadata: generalize Table<T> to hold T, not Lazy<T>, elements.Eduard-Mihai Burtescu-48/+78
2019-10-15rustc_metadata: add a helper macro for recording into PerDefTable's.Eduard-Mihai Burtescu-127/+118
2019-10-15rustc_metadata: split tables into an usize-keyed Table and a DefIndex-keyed P...Eduard-Mihai Burtescu-37/+75
2019-10-15rustc_metadata: replace Lazy<[Table<T>]> with Lazy<Table<T>>.Eduard-Mihai Burtescu-18/+46
2019-10-15rustc_metadata: parametrize Table by element type.Eduard-Mihai Burtescu-38/+43
2019-10-15rustc_metadata: rename index::Index to table::Table.Eduard-Mihai Burtescu-23/+23