summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-11Simplify macroDylan MacKenzie-57/+19
2020-04-11Remove call to `to_def_id` before calling query helperDylan MacKenzie-1/+1
2020-04-11Fix inference falloutDylan MacKenzie-1/+1
2020-04-11Impl `From<LocalDefId>` for `DefId`Dylan MacKenzie-0/+6
2020-04-11Make query helpers on `TyCtxt` take `impl Into<DefId>`Dylan MacKenzie-23/+66
2020-04-11fix rebaseEsteban Küber-5/+5
2020-04-11Make panic-unwind a default feature for libstdLuca Barbieri-1/+1
2020-04-11Don't emit rerun-if-changed on llvm-config if using system LLVMLuca Barbieri-10/+20
2020-04-11Require compiler-rt root at ../src/llvm-project/compiler-rtLuca Barbieri-2/+5
2020-04-11Depend on getopts from crates.ioLuca Barbieri-10/+7
2020-04-11review commentsEsteban Küber-8/+8
2020-04-11review commentsEsteban Küber-29/+32
2020-04-11Try to use the first char in the trait name as type paramEsteban Küber-12/+15
2020-04-11Account for existing names when suggesting adding a type paramEsteban Küber-27/+60
2020-04-11Account for type params with boundsEsteban Küber-6/+30
2020-04-11review commentsEsteban Küber-92/+86
2020-04-11review commentsEsteban Küber-130/+140
2020-04-11Handle `impl Trait` where `Trait` has an assoc type with missing boundsEsteban Küber-21/+208
2020-04-11Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPCbors-223/+254
2020-04-12Update links of `rustc guide`Yuki Okushi-4/+4
2020-04-11Document unsafety in `src/libcore/hash/mod.rs`LeSeulArtichaut-2/+7
2020-04-11[windows] Add testcase to make sure executables are self-containedMateusz Mikuła-0/+12
2020-04-11Document unsafety in `core::option`LeSeulArtichaut-2/+6
2020-04-11Clean up E0515 explanationGuillaume Gomez-4/+4
2020-04-11Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievinkDylan DPC-25/+42
2020-04-11Rollup merge of #71020 - pyfisch:unicode-version, r=sfacklerDylan DPC-33/+8
2020-04-11Rollup merge of #70996 - ChaiTRex:master, r=AmanieuDylan DPC-0/+56
2020-04-11Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkovDylan DPC-3/+8
2020-04-11Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul...Dylan DPC-162/+140
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-98/+78
2020-04-11Depend on libc from crates.ioLuca Barbieri-8/+4
2020-04-11End cleanup on rustdoc-js toolsGuillaume Gomez-418/+408
2020-04-11rustc: Add a warning count upon completionRoccoDev-132/+515
2020-04-11Change issue number to point to tracking issueChai T. Rex-2/+2
2020-04-11Auto merge of #71014 - Centril:rollup-3lc8cnt, r=Centrilbors-2/+49
2020-04-11Use write!-style syntax for MIR assert terminatorrobojumper-25/+42
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-33/+8
2020-04-11ci: run mir-opt tests on PR CI also as 32-bit (for `EMIT_MIR_FOR_EACH_BIT_WID...Eduard-Mihai Burtescu-1/+18
2020-04-11tests: add missing `// no-system-llvm` annotation to #69841 test.Eduard-Mihai Burtescu-0/+1
2020-04-11tests: don't use only-64bit in mir-opt tests.Eduard-Mihai Burtescu-1/+77
2020-04-11compiletest: support --pass=check and --pass=build for mir-opt tests.Eduard-Mihai Burtescu-7/+14
2020-04-11Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centrilbors-0/+300
2020-04-11Rollup merge of #70982 - ldm0:fncoerce, r=eddybMazdak Farrokhzad-1/+18
2020-04-11Rollup merge of #70962 - KrishnaSannasi:track-dealloc, r=RalfJungMazdak Farrokhzad-0/+10
2020-04-11Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasperMazdak Farrokhzad-1/+14
2020-04-11Rollup merge of #70881 - eddyb:stage0-hide-incremental-unused-attrs, r=Mark-S...Mazdak Farrokhzad-0/+7
2020-04-11Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=CentrilMazdak Farrokhzad-0/+300
2020-04-11Pass the `PlaceElem::Index` local to `visit_local`Jonas Schievink-74/+39
2020-04-10Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r...bors-89/+124
2020-04-11compiletest: diff direction should be (-)expected -> (+)actual.Eduard-Mihai Burtescu-1/+1