summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-01-16Auto merge of #57600 - rust-lang:stable-next, r=alexcrichton 1.32.0bors-5/+29
2019-01-15Update the `tar` crateAlex Crichton-4/+4
2019-01-14stable 1.32.0 releasePietro Albini-1/+1
2019-01-14Fix new hyperlinks in RELEASES.mdAlexander Ronald Altman-0/+12
2019-01-14Correct RELEASES.md for 1.32.0Alexander Ronald Altman-0/+12
2019-01-11Auto merge of #57516 - pietroalbini:beta-rollup, r=pietroalbinibors-346/+620
2019-01-11Rollup merge of #57483 - petrochenkov:beta, r=pietroalbiniPietro Albini-337/+299
2019-01-11Update RELEASES.mdAaron Power-2/+2
2019-01-11Update RELEASES.mdAaron Power-0/+10
2019-01-11Apply suggestions from code reviewAaron Power-3/+3
2019-01-11Update RELEASES.mdAaron Power-4/+5
2019-01-11Updated RELEASES.md for 1.32.0Aaron Power-0/+263
2019-01-11use the correct supertrait substitution in `object_ty_for_trait`Ariel Ben-Yehuda-9/+47
2019-01-10Fix rebaseVadim Petrochenkov-44/+28
2019-01-10Fix a hole in generic parameter import future-proofingVadim Petrochenkov-12/+68
2019-01-10Stabilize `uniform_paths`Vadim Petrochenkov-243/+52
2019-01-10resolve: Prohibit use of imported tool modulesVadim Petrochenkov-6/+51
2019-01-10resolve: Prohibit use of imported non-macro attributesVadim Petrochenkov-6/+42
2019-01-10resolve: Prohibit use of uniform paths in macros originating from 2015 editionVadim Petrochenkov-5/+10
2019-01-10resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` itemsVadim Petrochenkov-42/+20
2019-01-10resolve: Fix an ICE in import validationVadim Petrochenkov-6/+45
2019-01-10resolve: Avoid "self-confirming" resolutions in import validationVadim Petrochenkov-36/+46
2019-01-05Auto merge of #57019 - QuietMisdreavus:semi-revert-doctest-parsing, r=Guillau...bors-3/+48
2019-01-04Auto merge of #57305 - pietroalbini:beta-rollup, r=pietroalbinibors-55/+373
2019-01-04Call poly_project_and_unify_type on types that contain inference typesAaron Hill-2/+36
2019-01-04Fix Tidy errorAaron Hill-1/+1
2019-01-04Filter out self-referential projection predicatesAaron Hill-1/+66
2019-01-04Check all substitution parameters for inference variablesAaron Hill-3/+8
2019-01-04Ensure that Rusdoc discovers all necessary auto trait boundsAaron Hill-17/+82
2019-01-04Rollup merge of #57292 - ehuss:update-beta-cargo, r=nikomatsakisPietro Albini-0/+0
2019-01-04Rollup merge of #57301 - matthiaskrgr:beta_bootstrap, r=pietroalbiniPietro Albini-2/+2
2019-01-04Rollup merge of #57300 - Xanewok:beta, r=pietroalbiniPietro Albini-0/+0
2019-01-04Add missing 'static bound for the Machine traitMatthew Jasper-1/+1
2019-01-04Wf-check the output type of a function in MIR-typeckMatthew Jasper-1/+39
2019-01-04resolve: Never override real bindings with `Def::Err`s from error recoveryVadim Petrochenkov-26/+33
2019-01-04resolve: Fix another ICE in import validationVadim Petrochenkov-5/+19
2019-01-03Fix alignment for array indexingNikita Popov-3/+93
2019-01-03[beta] Update RLS to include 100% CPU on hover bugfixIgor Matuszewski-0/+0
2019-01-03beta: bootstrap from latest stable (1.31.1)Matthias Krüger-2/+2
2019-01-02[BETA] Update cargoEric Huss-0/+0
2019-01-01Auto merge of #57236 - pietroalbini:beta-backports, r=pietroalbinibors-66/+446
2019-01-01fix test outputPietro Albini-10/+2
2018-12-31Corrected expected test err messages.Alexander Regueiro-10/+10
2018-12-31Fixed minor issues raised in review.Alexander Regueiro-11/+11
2018-12-31Added test for issue #56835.Alexander Regueiro-0/+25
2018-12-31Fixed issue #56199.Alexander Regueiro-55/+151
2018-12-31improve tests as suggested by review commentsAriel Ben-Yehuda-2/+92
2018-12-31fix trait objects with a Self-having projection vaAriel Ben-Yehuda-3/+103
2018-12-31Update tests to changes on masterOliver Scherer-2/+10
2018-12-31Also test projectionsOliver Scherer-1/+18