]> git.lizzy.rs Git - rust.git/history - src/libsyntax
Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk
[rust.git] / src / libsyntax /
2019-06-08 borsAuto merge of #61635 - ecstatic-morse:const-signum...
2019-06-08 borsAuto merge of #61649 - Centril:rollup-b4nx9k9, r=Centril
2019-06-08 Mazdak FarrokhzadRollup merge of #61647 - JohnTitor:use-stable-func...
2019-06-08 Mazdak FarrokhzadRollup merge of #61641 - spastorino:revert-to-recursion...
2019-06-08 Mazdak FarrokhzadRollup merge of #61627 - davidtwco:ice-async-fn-lint...
2019-06-08 Mazdak FarrokhzadRollup merge of #61621 - Mark-Simulacrum:bootstrap...
2019-06-08 Mazdak FarrokhzadRollup merge of #61616 - petrochenkov:parsderef, r...
2019-06-08 Mazdak FarrokhzadRollup merge of #61615 - petrochenkov:errlit, r=matklad
2019-06-08 Mazdak FarrokhzadRollup merge of #61223 - czipperz:tuple-ord-document...
2019-06-07 borsAuto merge of #61130 - jonhoo:mem-take, r=SimonSapin
2019-06-07 Vadim Petrochenkovsyntax: Treat error literals in more principled way
2019-06-07 Mazdak FarrokhzadRollup merge of #61618 - RalfJung:error, r=oli-obk
2019-06-07 Mazdak FarrokhzadRollup merge of #61605 - GuillaumeGomez:const-generic...
2019-06-07 Mazdak FarrokhzadRollup merge of #61603 - Goirad:increase-sgx-heapsize...
2019-06-07 Mazdak FarrokhzadRollup merge of #61599 - laumann:pin-docs-minor-edits...
2019-06-07 Mazdak FarrokhzadRollup merge of #61586 - alexcrichton:asmjs-no-assertio...
2019-06-07 Mazdak FarrokhzadRollup merge of #61532 - wesleywiser:const_prop_more...
2019-06-07 Mazdak FarrokhzadRollup merge of #61332 - kennethbgoodin:borrowck-remove...
2019-06-07 Vadim Petrochenkovparser: Remove `look_ahead_span`
2019-06-07 Vadim Petrochenkovparser: Remove `Deref` impl from `Parser`
2019-06-07 Vadim Petrochenkovparser: `self.span` -> `self.token.span`
2019-06-07 borsAuto merge of #61209 - matthewjasper:const-tuple-constr...
2019-06-07 borsAuto merge of #61541 - petrochenkov:tsp, r=oli-obk
2019-06-06 Mazdak FarrokhzadRollup merge of #61559 - spastorino:make-visitors-itera...
2019-06-06 Mazdak FarrokhzadRollup merge of #61554 - spastorino:change_visit_api...
2019-06-06 Mazdak FarrokhzadRollup merge of #61376 - czipperz:bound-cloned, r=sfackler
2019-06-06 Matthew JasperMake constructors actually be const functions
2019-06-06 Mazdak FarrokhzadRollup merge of #61571 - czipperz:needs_drop-doc-escape...
2019-06-06 Mazdak FarrokhzadRollup merge of #61557 - alexcrichton:build-less, r...
2019-06-06 Mazdak FarrokhzadRollup merge of #61556 - phansch:emitter_cleanup, r...
2019-06-06 Vadim PetrochenkovAddress review comments
2019-06-06 Vadim PetrochenkovSome code cleanup and tidy/test fixes
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in visitors and fix a mut visitor...
2019-06-06 Vadim Petrochenkovsyntax: Switch function parameter order in `TokenTree...
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in some more places
2019-06-06 Vadim Petrochenkovsyntax: Remove duplicate span from `token::Ident`
2019-06-06 Vadim Petrochenkovsyntax: Remove duplicate span from `token::Lifetime`
2019-06-06 Vadim Petrochenkovsyntax: Add some helper methods to `Token`
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `Parser`
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `StringReader` and `TokenTreesRe...
2019-06-06 Vadim Petrochenkovsyntax: Use `Token` in `TokenTree::Token`
2019-06-06 Vadim Petrochenkovsyntax: Rename `TokenAndSpan` into `Token`
2019-06-06 Vadim Petrochenkovsyntax: Rename `Token` into `TokenKind`
2019-06-06 Vadim PetrochenkovAlways use token kinds through `token` module rather...
2019-06-06 borsAuto merge of #61494 - Mark-Simulacrum:move-to-cfg...
2019-06-06 borsAuto merge of #61373 - tmandry:emit-storagedead-along...
2019-06-06 borsAuto merge of #57428 - alexreg:associated_type_bounds...
2019-06-05 Alexander RegueiroAdded feature gate.
2019-06-05 Alexander RegueiroImplemented for function bounds, type bounds, and named...
2019-06-05 Alexander RegueiroAggregation of drive-by cosmetic changes.
2019-06-05 Mazdak FarrokhzadRollup merge of #61546 - alexcrichton:fix-azure, r...
2019-06-05 Mazdak FarrokhzadRollup merge of #61538 - coypoop:patch-1, r=alexcrichton
2019-06-05 Mazdak FarrokhzadRollup merge of #61536 - oli-obk:args_required_const_in...
2019-06-05 Mazdak FarrokhzadRollup merge of #61534 - ReinierMaas:patch-1, r=Centril
2019-06-05 Mazdak FarrokhzadRollup merge of #61503 - jethrogb:jb/fix-sgx-test,...
2019-06-05 borsAuto merge of #61498 - TankhouseAle:const-fn-type-name...
2019-06-05 borsAuto merge of #61484 - nnethercote:avoid-more-hygiene...
2019-06-05 borsAuto merge of #61502 - alexcrichton:update-backtrace...
2019-06-04 borsAuto merge of #61527 - pietroalbini:rollup-vhxyqlk...
2019-06-04 Nicholas NethercoteAvoid unnecessary `rust_2018` calls.
2019-06-04 Pietro AlbiniRollup merge of #61523 - Nemo157:hide-gen-future, r...
2019-06-04 Pietro AlbiniRollup merge of #61500 - estebank:expregression, r...
2019-06-04 Pietro AlbiniRollup merge of #61488 - matthewjasper:fix-nll-typeck...
2019-06-04 Pietro AlbiniRollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelix
2019-06-04 borsAuto merge of #61437 - christianpoveda:const-eval-indir...
2019-06-04 borsAuto merge of #61136 - matthewjasper:cannot-move-errors...
2019-06-04 borsAuto merge of #61510 - Centril:rollup-bvi95y2, r=Centril
2019-06-04 Mazdak FarrokhzadRollup merge of #61499 - varkor:issue-53457, r=oli-obk
2019-06-04 Mazdak FarrokhzadRollup merge of #61497 - Mark-Simulacrum:codegen-units...
2019-06-04 Mazdak FarrokhzadRollup merge of #61496 - Mark-Simulacrum:tidy-unbalance...
2019-06-04 Mazdak FarrokhzadRollup merge of #61489 - alexcrichton:appveyor-timings...
2019-06-04 Mazdak FarrokhzadRollup merge of #61485 - pietroalbini:retry-azure-uploa...
2019-06-04 Mazdak FarrokhzadRollup merge of #61446 - czipperz:nll-unused_mut, r...
2019-06-04 Mazdak FarrokhzadRollup merge of #61444 - estebank:const-pt-as-ref,...
2019-06-04 Mazdak FarrokhzadRollup merge of #61420 - felixrabe:patch-2, r=dtolnay
2019-06-04 Mazdak FarrokhzadRollup merge of #61419 - scottmcm:casing-is-on-strings...
2019-06-04 Mazdak FarrokhzadRollup merge of #61413 - davidtwco:async-argument-order...
2019-06-04 Mazdak FarrokhzadRollup merge of #61409 - varkor:condition-trait-param...
2019-06-04 Mazdak FarrokhzadRollup merge of #61404 - RalfJung:miri-unsize, r=oli-obk
2019-06-04 Mazdak FarrokhzadRollup merge of #61135 - czipperz:rc-make_mut-weak...
2019-06-03 borsAuto merge of #59148 - lcnr:unchecked_maths, r=eddyb
2019-06-03 borsAuto merge of #61100 - varkor:must_use-tuple-expr,...
2019-06-03 Esteban KüberFix regression #61475
2019-06-03 borsAuto merge of #59033 - GuillaumeGomez:duplicated-bounds...
2019-06-03 borsAuto merge of #57214 - Zoxc:no-local-interners, r=eddyb
2019-06-03 David Woodsyntax/rustc: move `mark_span_with_reason` back.
2019-06-03 Eduard-Mihai Burtescusyntax: revert `ast::AsyncArgument` and associated...
2019-06-03 varkorAllow `true` and `false` in const generic arguments
2019-06-03 borsAuto merge of #61062 - mark-i-m:mono-mv, r=eddyb,oli-obk
2019-06-03 borsAuto merge of #61331 - estebank:fn-arg-parse-recovery...
2019-06-03 borsAuto merge of #61361 - estebank:infer-type, r=varkor
2019-06-03 borsAuto merge of #61008 - GuillaumeGomez:fix-rustdoc-code...
2019-06-02 borsAuto merge of #61278 - RalfJung:miri-tag-allocations...
2019-06-02 borsAuto merge of #61460 - Centril:rollup-8txhjx4, r=Centril
2019-06-02 Mazdak FarrokhzadRollup merge of #61458 - fabric-and-ink:doc-typo, r...
2019-06-02 Mazdak FarrokhzadRollup merge of #61451 - 0x1793d1:master, r=Centril
2019-06-02 Mazdak FarrokhzadRollup merge of #61441 - estebank:fn-call-in-match...
2019-06-02 Mazdak FarrokhzadRollup merge of #61438 - estebank:generics-span, r...
2019-06-02 Mazdak FarrokhzadRollup merge of #61423 - davidtwco:correct-symbol-mangl...
2019-06-02 Mazdak FarrokhzadRollup merge of #61380 - varkor:expected-usize-got...
next