about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-09Shorten ownership safety discussion in `read_volatile`Dylan MacKenzie-8/+15
2018-05-09Use the "Safety" heading instead of "Undefined Behavior"Dylan MacKenzie-65/+9
2018-04-09Fix various nits from PR reviewDylan MacKenzie-7/+6
2018-04-07Fix broken relative linksDylan MacKenzie-8/+8
2018-04-07Fix broken link in `write_unaligned` docsDylan MacKenzie-1/+1
2018-04-07Don't link "Undefined Behavior" headingDylan MacKenzie-28/+12
2018-04-07Fix example for `ptr::replace`Dylan MacKenzie-1/+1
2018-04-07Change `write_bytes` test causing UB to `no_run`Dylan MacKenzie-6/+7
2018-04-07Rewrite docs for `std::ptr`Dylan MacKenzie-102/+496
2018-04-07Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...bors-11/+29
2018-04-07Auto merge of #49692 - sinkuu:main_fix, r=arielb1bors-8/+79
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-175/+18
2018-04-07Auto merge of #49753 - kennytm:rollup, r=kennytmbors-80/+188
2018-04-07Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichtonkennytm-16/+57
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-16/+57
2018-04-07Rollup merge of #49750 - ishitatsuyuki:boot-no-fast, r=Mark-Simulacrumkennytm-4/+1
2018-04-07Rollup merge of #49748 - alexcrichton:proc-macro-debug, r=dtolnaykennytm-35/+63
2018-04-07Rollup merge of #49742 - Pulkit07:master, r=steveklabnikkennytm-12/+12
2018-04-07Rollup merge of #49731 - japaric:std-thumb-for-real, r=alexcrichtonkennytm-0/+4
2018-04-07Rollup merge of #49728 - japaric:no-debug_gdb_scripts, r=alexcrichtonkennytm-3/+21
2018-04-07Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrumkennytm-0/+4
2018-04-07Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavuskennytm-10/+23
2018-04-07Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavuskennytm-0/+3
2018-04-06Print proc_macro spans as a half-open rangeDavid Tolnay-1/+1
2018-04-07Auto merge of #49419 - leodasvacas:small-typeck-refactorings, r=nikomatsakisbors-83/+66
2018-04-07Auto merge of #49222 - Zoxc:print-query-stack, r=nikomatsakisbors-1/+49
2018-04-07Auto merge of #49623 - steveklabnik:update-mdbook, r=GuillaumeGomezbors-1/+213
2018-04-06proc_macro: Improve Debug representationsAlex Crichton-35/+63
2018-04-06Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakisbors-23/+167
2018-04-07Using X headings instead of 0.X #49739Pulkit Goyal-12/+12
2018-04-06Auto merge of #49064 - QuietMisdreavus:piercing-the-veil, r=GuillaumeGomezbors-2/+26
2018-04-06Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichtonbors-181/+675
2018-04-06add THUMB targets to rustup manifestJorge Aparicio-0/+4
2018-04-06Print query stack on ICEsJohn Kåre Alsaker-1/+49
2018-04-06refactor: simplify `needs_gdb_debug_scripts_section`Jorge Aparicio-2/+3
2018-04-06add emit_debug_gdb_scripts target option and ..Jorge Aparicio-1/+18
2018-04-06Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t...bors-11/+34
2018-04-06Update run-make/symbol-visibility to also cover shared-genericsMichael Woerister-7/+50
2018-04-06Allow for re-using hidden monomorphizations on platforms that don't support R...Michael Woerister-9/+29
2018-04-06Update a few comments about symbol visibility.Michael Woerister-24/+35
2018-04-06Add codegen-units test for shared-generics.Michael Woerister-0/+51
2018-04-06Make sure that generics are internalized in executables even with -Zshare-gen...Michael Woerister-0/+22
2018-04-06Don't internalize generics that are re-exportedMichael Woerister-0/+1
2018-04-06Fix some rebasing fallout.Michael Woerister-3/+2
2018-04-06Select upstream monomorphizations in a stable way.Michael Woerister-5/+35
2018-04-06Adapt codegen-unit test to shared-generics.Michael Woerister-2/+2
2018-04-06Allow for internalizing monomorphizations that cannot be shared.Michael Woerister-28/+136
2018-04-06Remove the (inaccurate) symbol_export_level query.Michael Woerister-9/+4
2018-04-06Make generics sharing the default for non-optimized builds.Michael Woerister-3/+13
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-38/+195