summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-06-19Liballoc clean up macro_rules styleIvan Tham-1/+1
2020-06-19Fix liballoc doc spellingIvan Tham-1/+1
2020-06-18Ensure std benchmarks get tested.Eric Huss-0/+7
2020-06-18Removed trailing whitespaceJake Degen-1/+1
2020-06-18Added tooltip for should_panic code examples.Jake Degen-1/+46
2020-06-18Clean up E0689 explanationGuillaume Gomez-8/+11
2020-06-18Prevent attacker from manipulating FPU tag word used in SGX enclaveRaoul Strackx-0/+7
2020-06-18Document format correctionqy3u-2/+4
2020-06-18add test for char into stringMatthias Krüger-0/+7
2020-06-18bootstrap: Configurable musl libdirTomasz Miąsko-10/+25
2020-06-18Auto merge of #73384 - petrochenkov:gnulink, r=cuviperbors-2/+2
2020-06-18impl From<char> for StringMatthias Krüger-0/+8
2020-06-18Add specialization of `ToString for char`Lzu Tao-0/+8
2020-06-18Improve document for `Result::as_deref(_mut)`Lzu Tao-16/+40
2020-06-18Implement crate level only lints checking.Charles Lew-11/+148
2020-06-18Auto merge of #73065 - Amanieu:tls-fix, r=oli-obkbors-0/+22
2020-06-17Remove duplicate sentence fragment from mem::zeroed docDavid Tolnay-4/+4
2020-06-17Restore some write_fmtsNathan West-0/+6
2020-06-17Reduce pointer casts in Box::into_boxed_sliceJosh Stone-1/+1
2020-06-17review commentsEsteban Küber-6/+8
2020-06-18Use alloc::Layout in DroplessArena APITomasz Miąsko-32/+24
2020-06-17Removed write_fmt forwarding, to fix recursive borrow issuesNathan West-12/+0
2020-06-17removed try config to test mac & windows (passed)Rich Kadel-30/+0
2020-06-18Fix typosozysozbot-1/+1
2020-06-17move contributing.md to rustc-dev-guide and point at getting startedmark-545/+11
2020-06-17Unify region variables when projecting associated typesmatthewjasper-35/+133
2020-06-17temporarily enable mac and windows tests on bors tryRich Kadel-0/+30
2020-06-17Update src/libcore/intrinsics.rsRich Kadel-1/+1
2020-06-17ignore-debug: debug assertions in slice indexing prevent the optimizationerikdesjardins-0/+1
2020-06-17Add issue number to novel violation warningDylan MacKenzie-2/+5
2020-06-17Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-17Make novel structural match violations a warningDylan MacKenzie-1/+5
2020-06-17ci: disable alt build during try buildsPietro Albini-11/+0
2020-06-17Add src/librustdoc as an alias for src/tools/rustdocJoshua Nelson-1/+1
2020-06-17Clean up E0670 explanationGuillaume Gomez-1/+1
2020-06-17Auto merge of #69890 - lenary:lenary/riscv-frame-pointers, r=hanna-kruppe,Mar...bors-5/+10
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-10/+2
2020-06-17add blank line bw sections asrar-1/+1
2020-06-16fixup! Note numeric literals that can never fit in an expected typeAyaz Hafiz-126/+26
2020-06-16Ensure profiling runtime for -Zinstrument-coverageRich Kadel-40/+44
2020-06-17Don't imply function pointers are referencesPoliorcetics-2/+2
2020-06-16Fix typo in librustc_ast docspierwill-1/+1
2020-06-16Suggest new type param on single char identEsteban Küber-15/+61
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-10/+154
2020-06-17redundant_pattern_matching: avoid non-const fn in const contextEduardo Broto-46/+318
2020-06-16Add some comments related to place op typeckGary Guo-6/+7
2020-06-16Mention functions pointers in the documentationAlexis Bourget-5/+7
2020-06-16Auto merge of #73322 - Amanieu:asm-srcloc-llvm, r=cuviperbors-0/+0
2020-06-16Added some more documentations to unsafety blocks in slice/sort.rsHanif Bin Ariffin-11/+39
2020-06-16we can enable one more codegen test in debug mode nowRalf Jung-2/+0