about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-12-14Fix error introduced during last rebaseAustin Hicks-1/+1
2016-12-14Fix -Z print-type-sizes and tests.Austin Hicks-33/+35
2016-12-14Incorporate review commentsAustin Hicks-15/+8
2016-12-14Some small fixes to how structs/enums are optimizedAustin Hicks-2/+2
2016-12-14Make tidyAustin Hicks-2/+2
2016-12-14Fix closure arguments which are immediate because of field reordering.Austin Hicks-2/+30
2016-12-14Fix having multiple reprs on the same type.Austin Hicks-54/+124
2016-12-14Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu...Austin Hicks-1/+2
2016-12-14Make tidyAustin Hicks-8/+17
2016-12-14Fix type-sizes testAustin Hicks-1/+1
2016-12-14Fix checking to see if the last field of a struct can be unsized.Austin Hicks-1/+1
2016-12-14Don't optimize pairsAustin Hicks-2/+7
2016-12-14First attempt at detecting if structs can ever be unsizedAustin Hicks-2/+14
2016-12-14Use an enum to differentiate between kinds of structs.Austin Hicks-30/+61
2016-12-14Make tidyAustin Hicks-14/+26
2016-12-14Modify debuginfo to deal with the difference between source and memory orderAustin Hicks-36/+47
2016-12-14Struct::new takes a vec, avoiding double allocation in some casesAustin Hicks-18/+19
2016-12-14Incorporate a bunch of review comments.Austin Hicks-60/+47
2016-12-14Add yet more missing #[repr(C)] to testsAustin Hicks-0/+2
2016-12-14Fix tuple and closure literals.Austin Hicks-1/+13
2016-12-14Fix extern-pass-empty test, which needed repr(C)Austin Hicks-0/+3
2016-12-14Make constant field access account for field reordering.Austin Hicks-10/+5
2016-12-14Fix bugs to optimizing enums:Austin Hicks-6/+15
2016-12-14Optimize anything using a layout::Struct by introducing a mapping from source...Austin Hicks-81/+180
2016-12-14Auto merge of #38340 - alexcrichton:fix-travis, r=alexcrichtonbors-1/+61
2016-12-14Auto merge of #38332 - bluss:copy-prop-arguments, r=eddybbors-4/+40
2016-12-14Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichtonbors-2/+97
2016-12-13Auto merge of #38278 - jseyfried:improve_proc_macro_def_ids, r=michaelwoeristerbors-22/+42
2016-12-13Auto merge of #38353 - alexcrichton:fix-nightiles, r=alexcrichtonbors-3/+21
2016-12-13rustbuild: Don't dist docs if disabledAlex Crichton-0/+5
2016-12-13rustbuild: Skip some more non-relevant dist stepsAlex Crichton-1/+14
2016-12-13rustc: Use `create_dir_racy` in save analysisAlex Crichton-2/+2
2016-12-13Auto merge of #38317 - shepmaster:llvm-4.0-debuginfo-alignment, r=eddybbors-12/+44
2016-12-13Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichtonbors-0/+107
2016-12-13Auto merge of #38286 - pftbest:msp430_at_symbol, r=michaelwoeristerbors-1/+3
2016-12-13Fix travis buildsAlex Crichton-1/+61
2016-12-13Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum...bors-13/+29
2016-12-12Implement RFC #1725Steven Fackler-0/+107
2016-12-13Auto merge of #38325 - frewsxcv:rollup, r=frewsxcvbors-333/+1255
2016-12-12Auto merge of #38324 - alexcrichton:fix-nightlies, r=alexcrichtonbors-29/+81
2016-12-12rustbuild: Fix dist of save-analysis infoAlex Crichton-10/+3
2016-12-12Rollup merge of #38299 - achanda:ctrl-c, r=brsonCorey Farwell-1/+4
2016-12-12Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brsonCorey Farwell-0/+7
2016-12-12Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakisCorey Farwell-0/+786
2016-12-12Rollup merge of #38164 - sourcefrog:fonts, r=GuillaumeGomezCorey Farwell-3/+7
2016-12-12Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisaCorey Farwell-1/+58
2016-12-12Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomezCorey Farwell-9/+20
2016-12-12Rollup merge of #37052 - srinivasreddy:hair_cx, r=pnkfelixCorey Farwell-319/+373
2016-12-12rustbuild: Check for .git as a dirAlex Crichton-2/+2
2016-12-12Do not generate '@' character in symbol names.Vadzim Dambrouski-1/+3