about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-17Remove side table of future incompatibility infoMark Rousskov-231/+183
2019-10-17Make declare_lint take any amount of boolean fieldsMark Rousskov-13/+24
2019-10-17Move to storing constructor functions inside LintStoreMark Rousskov-33/+26
2019-10-17Take lint passes as constructor functionsMark Rousskov-18/+19
2019-10-17Make get_lints be a static functionMark Rousskov-57/+42
2019-10-17No longer implicitly register lints when registering passesMark Rousskov-5/+8
2019-10-17Split out just registration to separate functionMark Rousskov-44/+30
2019-10-17Split module and crate late pass registrationMark Rousskov-23/+16
2019-10-17Lints being from a plugin is dependent on the lint, not the registrationMark Rousskov-23/+23
2019-10-17Handle lints, not passes in push_lintsMark Rousskov-7/+5
2019-10-17De-propagate optional session from lint registrationMark Rousskov-42/+28
2019-10-17Duplicate lint specifications are always bug!Mark Rousskov-20/+2
2019-10-17Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centrilbors-634/+755
2019-10-17Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelixbors-66/+73
2019-10-17Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNNMazdak Farrokhzad-4/+4
2019-10-17Rollup merge of #65478 - RalfJung:write, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-10-17Rollup merge of #65475 - lzutao:eg_type_name, r=CentrilMazdak Farrokhzad-0/+9
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-600/+682
2019-10-17Rollup merge of #65461 - Kampfkarren:patch-1, r=CentrilMazdak Farrokhzad-3/+2
2019-10-17Rollup merge of #65319 - RalfJung:memory, r=CentrilMazdak Farrokhzad-17/+6
2019-10-17Rollup merge of #65316 - oconnor663:noninheritable, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-10-17Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfacklerMazdak Farrokhzad-7/+49
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-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-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-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-16add example for type_nameLzu Tao-0/+9
2019-10-16Auto merge of #65445 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-9/+13
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-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