about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-12assign tracking issueRalf Jung-9/+9
2020-07-05add (unchecked) indexing methods to raw pointers and NonNullRalf Jung-15/+103
2020-07-05make unchecked slice indexing helper methods use raw pointersRalf Jung-129/+134
2020-07-05call the mut version as_mut_ptr and also add an as_ptr-like method to NonNull...Ralf Jung-2/+23
2020-07-05add as_ptr method to raw slicesRalf Jung-0/+42
2020-07-04Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrumbors-3/+181
2020-07-04Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearthbors-123/+1859
2020-07-03Rollup merge of #73999 - eddyb:svv-prereq, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-03Rollup merge of #73997 - rust-lang:lcnr-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-03Rollup merge of #73985 - e00E:fix-getting-started-link, r=jonas-schievinkManish Goregaokar-2/+2
2020-07-03Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievinkManish Goregaokar-4/+6
2020-07-03Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obkManish Goregaokar-35/+1411
2020-07-03Rollup merge of #73925 - eduardosm:improve-pr72617-comments, r=RalfJungManish Goregaokar-4/+10
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-16/+14
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-9/+33
2020-07-03Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJungManish Goregaokar-44/+59
2020-07-03Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obkManish Goregaokar-1/+13
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-5/+305
2020-07-03Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomezManish Goregaokar-1/+4
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-04Create new E0768 error code for "no valid digits found for number" errorGuillaume Gomez-1/+22
2020-07-03Auto merge of #73650 - pietroalbini:ci-aarch64-gnu, r=Mark-Simulacrumbors-3251/+137
2020-07-03Edit docs for rustc_data_structures::graph::sccpierwill-4/+6
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-03Bump mingw-check CI image from Ubuntu 16.04 to 18.04.Eduard-Mihai Burtescu-1/+1
2020-07-03fix typoBastian Kauschke-1/+1
2020-07-03Add rust-analyzer submoduleAleksey Kladov-3/+181
2020-07-03Fix "getting started" linkValentin-2/+2
2020-07-03ci: remove the emulated aarch64-gnu imagePietro Albini-3179/+0
2020-07-03ci: add native aarch64-gnu docker builderPietro Albini-2/+38
2020-07-03ci: include the architecture in the docker cache keyPietro Albini-0/+4
2020-07-03ci: provide feedback when running an image on the wrong host archPietro Albini-0/+22
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-71/+74
2020-07-03Auto merge of #73897 - ehuss:update-cargo, r=ehussbors-6/+4
2020-07-03Auto merge of #73882 - nnethercote:avoid-unwrap_or_else-in-allocate_in, r=Ama...bors-3/+14
2020-07-02Fix missing return in `optimization_applies()`Wesley Wiser-0/+1
2020-07-02Fix debuginfo so that it points to the correct localWesley Wiser-111/+126
2020-07-02[mir-opt] Prevent mis-optimization when SimplifyArmIdentity runsWesley Wiser-97/+192
2020-07-02Add test for simplify-try misoptimizationWesley Wiser-0/+1265
2020-07-02Standardize bibliographic citations in rustc API docspierwill-16/+14
2020-07-02Update cargoEric Huss-0/+0
2020-07-02Auto merge of #73977 - Manishearth:rollup-2x4s7c6, r=Manishearthbors-2443/+2550
2020-07-02Update rlsEric Huss-0/+0
2020-07-02Update cargoEric Huss-6/+4
2020-07-02Rollup merge of #73975 - pierwill:patch-3, r=jonas-schievinkManish Goregaokar-0/+3
2020-07-02Rollup merge of #73957 - RalfJung:btree-min-max, r=shepmasterManish Goregaokar-0/+1
2020-07-02Rollup merge of #73952 - ehuss:docker-dev, r=Mark-SimulacrumManish Goregaokar-2/+31
2020-07-02Rollup merge of #73781 - nagisa:psm-up, r=Mark-SimulacrumManish Goregaokar-2/+2
2020-07-02Rollup merge of #73753 - eddyb:extraneous-lifetime, r=ManishearthManish Goregaokar-1267/+1143
2020-07-02Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure...Manish Goregaokar-120/+427