summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-10-05Auto merge of #54808 - pietroalbini:stable-1.29.2, r=alexcrichton 1.29.2bors-92/+140
2018-10-04Stable release 1.29.2Pietro Albini-1/+1
2018-10-04Update release notes for 1.29.2Pietro Albini-0/+8
2018-10-04Bump libgit2-sys to 0.7.9 to fix rls on windows-gnuPietro Albini-81/+80
2018-10-04Do not put noalias annotations by defaultSimonas Kazlauskas-10/+48
2018-10-04Updated 1.29 release notes with --document-private-items flagAaron Power-0/+3
2018-09-20Auto merge of #54397 - alexcrichton:fix-bug-stable, r=steveklabnik 1.29.1bors-2/+42
2018-09-20std: Check for overflow in `str::repeat`Alex Crichton-2/+42
2018-09-11Auto merge of #54117 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.29.0bors-1/+1
2018-09-101.29.0 stable releaseMark Rousskov-1/+1
2018-09-10Auto merge of #54104 - QuietMisdreavus:beta-disable-blankets, r=Mark-Simulacrumbors-136/+2
2018-09-10[beta] rustdoc: disable blanket impl collectionQuietMisdreavus-136/+2
2018-09-09Auto merge of #54037 - pietroalbini:beta-backports, r=pietroalbinibors-33/+219
2018-09-09Fix compile-fail/cfg-empty-codemap.rs testPietro Albini-1/+1
2018-09-07Add license header to the new testsPietro Albini-9/+69
2018-09-07Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-40/+40
2018-09-07Validate syntax of `cfg` attributesVadim Petrochenkov-13/+139
2018-09-06Auto merge of #53978 - alexcrichton:remove-repr-transparent-atomics, r=nikoma...bors-3/+0
2018-09-05[beta]: Remove `#[repr(transparent)]` from atomicsAlex Crichton-3/+0
2018-09-04Auto merge of #53944 - oli-obk:beta, r=nikomatsakisbors-7/+93
2018-09-04Auto merge of #53952 - cuviper:beta-backtrace-sys, r=pietroalbinibors-3/+3
2018-09-04std: Use target_pointer_width for BACKTRACE_ELF_SIZEJosh Stone-3/+3
2018-09-04Auto merge of #53939 - parched:beta-aarch64-fix, r=alexcrichtonbors-0/+0
2018-09-04Properly prevent the promotion of unstable const fnsOliver Schneider-7/+93
2018-09-03Update LLVM to fix segfault on AArch64James Duley-0/+0
2018-09-01Auto merge of #53880 - pietroalbini:beta-backports, r=pietroalbinibors-10/+33
2018-09-01rustbuild: fix local_rebuildMarc-Antoine Perennou-1/+1
2018-09-01std: Use target_pointer_width for BACKTRACE_ELF_SIZEJosh Stone-1/+2
2018-09-01Add a test for reset expansion infoVadim Petrochenkov-0/+29
2018-09-01Revert "hygiene: Make sure expansion info is set at most once for a given `Ma...Vadim Petrochenkov-8/+1
2018-08-31Auto merge of #53825 - oli-obk:beta_backport, r=RalfJungbors-6/+12
2018-08-30Don't hash the ctfe memoryOliver Schneider-3/+3
2018-08-30add commentRalf Jung-0/+1
2018-08-30check_const: use the same ParamEnv as codegen for staticsRalf Jung-3/+8
2018-08-26Auto merge of #53425 - oli-obk:validation, r=nikomatsakisbors-18/+25
2018-08-25Auto merge of #53700 - pietroalbini:beta-backports, r=pietroalbinibors-29/+157
2018-08-25resolve: Continue search in outer scopes after applying derive resolution fal...Vadim Petrochenkov-13/+41
2018-08-25Feature gate where clauses on associated type implsvarkor-8/+26
2018-08-25rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5.Josh Stone-2/+24
2018-08-25resolve: Reject some inaccessible candidates sooner during import resolutionVadim Petrochenkov-0/+26
2018-08-25fix testcasedylan_DPC-5/+18
2018-08-25add warning for missing docsdylan_DPC-4/+5
2018-08-25add testcase to existing macro testcasedylan_DPC-3/+22
2018-08-25add macro check for lintdylan_DPC-1/+2
2018-08-25Update testOliver Schneider-2/+2
2018-08-25Auto merge of #53694 - pietroalbini:beta-backports, r=pietroalbinibors-11/+149
2018-08-25Fix tidyOliver Schneider-1/+1
2018-08-25Remove an overly pedantic and wrong assertionOliver Schneider-5/+23
2018-08-25An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-6/+48
2018-08-25Update RELEASES.mdAaron Power-2/+2