about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-17Add long error explanation for E0575Guillaume Gomez-1/+53
2019-10-17show up some extra info when t!() failsGuanqun Lu-1/+8
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-17Use a sharded dep node to dep node index mapJohn Kåre Alsaker-15/+44
2019-10-16doc: fix typo in OsStrExt and OsStringExtBen Boeckel-4/+4
2019-10-17Auto merge of #65234 - GuillaumeGomez:long-err-explanation-E0573, r=kinnisonbors-5/+87
2019-10-16Suppress validation mismatch ICE in the presence of mut borrowsDylan MacKenzie-17/+58
2019-10-16Enable `drain_filter`Dylan MacKenzie-0/+1
2019-10-16Add regression test for #65394Dylan MacKenzie-0/+24
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-17Inline and remove `iterate_until_fixed_point()`.Nicholas Nethercote-39/+28
2019-10-16fmt::Write is about string slices, not byte slicesRalf Jung-2/+2
2019-10-16panictry!(..) -> .unwrap()Mazdak Farrokhzad-2/+2
2019-10-16Auto merge of #63756 - Zoxc:sharded-dep-graph-1, r=nikomatsakisbors-60/+72
2019-10-17Use a `BitSet` in `LexicalResolver::iterate_until_fixed_point()`.Nicholas Nethercote-5/+18
2019-10-16Lint only on single element overlapEsteban Küber-59/+20
2019-10-16Only emit overlapping patterns lint if the overlap is partialEsteban Küber-111/+66
2019-10-16Continue to emit unreachable pattern on cases caught by overlapping patternsEsteban Küber-34/+76
2019-10-16rename methodEsteban Küber-2/+2
2019-10-16Deduplicate code for formatting `RangeEnd`Esteban Küber-9/+12
2019-10-16review comments: use if letEsteban Küber-6/+3
2019-10-16Move lint emitter to its own methodEsteban Küber-18/+27
2019-10-16Silence lint in `fit_signed` and `fit_unsigned`Esteban Küber-0/+2
2019-10-16Move overlapping patterns to its own lintEsteban Küber-14/+40
2019-10-16Add check for overlapping ranges to unreachable patterns lintEsteban Küber-118/+325
2019-10-16Uninitialized boxes: check for zero-size allocation based on Layout::sizeSimon Sapin-4/+4
2019-10-16add example for type_nameLzu Tao-0/+9
2019-10-16Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-10-16Bless graphviz test with unique identifiersDylan MacKenzie-7/+4
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-9/+13
2019-10-16Mirror crosstool-ng on rust-lang-ci-mirrorsmsizanoen-1/+2
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-16Check if there are any delayed_span_bugs and abort incremental compilation in...Quentin Boyer-1/+18
2019-10-16make tidy happyMazdak Farrokhzad-3/+13
2019-10-16mbe: leave a FIXMEMazdak Farrokhzad-0/+3
2019-10-16parser: leave a FIXME for laterMazdak Farrokhzad-0/+2
2019-10-16move SeqSep to parser.rsMazdak Farrokhzad-30/+31
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-423/+466
2019-10-16syntax::parse: don't depend on syntax::extMazdak Farrokhzad-6/+12
2019-10-16attr: remove dep on ExtCtxtMazdak Farrokhzad-11/+22
2019-10-16ast: use more direct importsMazdak Farrokhzad-9/+8
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-101/+101