about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-11prepare for moving BuiltinLintDiagnostics to rustc_sessionMazdak Farrokhzad-75/+71
2020-01-11Remove unused derivesMazdak Farrokhzad-2/+2
2020-01-11canonicalize rustc::session importMazdak Farrokhzad-1/+2
2020-01-11simplify feature_err importsMazdak Farrokhzad-25/+22
2020-01-11get_features -> rustc_parse::configMazdak Farrokhzad-178/+182
2020-01-11document feature_err et. alMazdak Farrokhzad-0/+23
2020-01-11gating diagnostics -> rustc_session::parseMazdak Farrokhzad-76/+76
2020-01-10Auto merge of #68101 - JohnTitor:rollup-mvmjukr, r=JohnTitorbors-1474/+2784
2020-01-11Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-SimulacrumYuki Okushi-72/+14
2020-01-11Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichtonYuki Okushi-9/+12
2020-01-11Rollup merge of #68050 - Centril:canon-error, r=Mark-SimulacrumYuki Okushi-276/+241
2020-01-11Rollup merge of #68039 - euclio:remove-strip-hidden, r=dtolnayYuki Okushi-1/+1
2020-01-11Rollup merge of #68019 - cuviper:in-tree-compiletest, r=Mark-SimulacrumYuki Okushi-13/+11
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-254/+260
2020-01-11Rollup merge of #67258 - Centril:open-ended-ranges, r=oli-obkYuki Okushi-849/+2183
2020-01-11Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnayYuki Okushi-0/+62
2020-01-10Auto merge of #67996 - JohnTitor:clippy-up, r=JohnTitorbors-7/+9
2020-01-10Fix some rebasing fallout.Michael Woerister-14/+9
2020-01-10Update measureme to 0.7.1 in order to fix compilation error on big-endian pla...Michael Woerister-2/+2
2020-01-10Run 'x.py fmt'.Michael Woerister-101/+42
2020-01-10self-profile: Fix issue with handling query blocking.Michael Woerister-11/+28
2020-01-10Initial support for recording query keys in self-profiling data.Michael Woerister-50/+352
2020-01-10Use 'relaxed' memory ordering for simple atomic counters in dep-graph.Michael Woerister-4/+4
2020-01-10self-profile: Switch to new approach for event_id generation that enables que...Michael Woerister-106/+275
2020-01-10Allow specifying LLVM args in target specificationsJethro Beekman-9/+12
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-276/+241
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-849/+2183
2020-01-10Rollup merge of #68073 - Centril:fix-68062, r=estebankMazdak Farrokhzad-1/+42
2020-01-10Rollup merge of #68071 - estebank:ice-67995, r=CentrilMazdak Farrokhzad-91/+280
2020-01-10Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkovMazdak Farrokhzad-748/+752
2020-01-10Rollup merge of #67820 - ecstatic-morse:const-trait, r=oli-obkMazdak Farrokhzad-25/+586
2020-01-10Rollup merge of #67501 - oli-obk:test-slice-patterns, r=RalfJungMazdak Farrokhzad-152/+157
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-21/+255
2020-01-09Add test for `?const` in nested impl/dyn traitDylan MacKenzie-1/+17
2020-01-09Make `bound_context` more like neighboring functionsDylan MacKenzie-21/+18
2020-01-09Add test for `?const` and `?` on the same boundDylan MacKenzie-0/+22
2020-01-09Call all visit methods on trait definitionsDylan MacKenzie-0/+3
2020-01-09Add tests for RFC 2632Dylan MacKenzie-1/+333
2020-01-09Check for `?const` in invalid contexts during AST validationDylan MacKenzie-0/+74
2020-01-09Reject `const` in inherent implsDylan MacKenzie-3/+12
2020-01-09Error when new syntax is loweredDylan MacKenzie-0/+10
2020-01-09Parse `?const Trait` bound syntaxDylan MacKenzie-14/+77
2020-01-09Parse `impl const Trait for Ty` syntaxDylan MacKenzie-3/+11
2020-01-09Add a `constness` field to `ast::TraitRef`Dylan MacKenzie-5/+20
2020-01-09Add `const_trait_bound_opt_out` feature gateDylan MacKenzie-0/+6
2020-01-09Add `const_trait_impl` feature gateDylan MacKenzie-0/+6
2020-01-09rustbuild: Cleanup book generationOliver Middleton-72/+14
2020-01-09review comments: more testsEsteban Küber-85/+195
2020-01-10Update ClippyYuki Okushi-7/+9
2020-01-09Extend support of `_` in type parametersEsteban Küber-12/+91