about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-132/+1085
2018-12-18Update LLVM submoduleJethro Beekman-0/+0
2018-12-18Explain the mathOliver Scherer-4/+9
2018-12-18treat ref-to-raw cast like a reborrow: do a special kind of retagRalf Jung-128/+76
2018-12-18Explain that lack of short circuiting support in constants is temporaryOliver Scherer-3/+6
2018-12-18Properly worded diagnostic messageOliver Scherer-3/+3
2018-12-18Fix rustdoc-js testsJohn Heitmann-2/+14
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-59/+458
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-51/+17
2018-12-17fix testsNicole Mazzuca-2/+2
2018-12-17deny intra-doc link resolution failures in libstdAndy Russell-3/+24
2018-12-17Reordered match armsNathan West-1/+1
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-121/+141
2018-12-18Fix DOM errorsGuillaume Gomez-32/+28
2018-12-18improve tests as suggested by review commentsAriel Ben-Yehuda-2/+92
2018-12-17Add --progress to git submodule commandsClar Fon-2/+2
2018-12-17Update the stdsimd submoduleAlex Crichton-15/+16
2018-12-17Stabilize `underscore_imports`Vadim Petrochenkov-69/+11
2018-12-17Do not point at delim spans for complete correct blocksEsteban Küber-1/+28
2018-12-17static eval: Do not ICE on layout size overflowDan Robertson-4/+30
2018-12-17rustc: Don't ICE on usage of two new target featuresAlex Crichton-1/+8
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-132/+138
2018-12-17Auto merge of #56904 - sinkuu:cycle_fold, r=blussbors-13/+2
2018-12-17Remove a wrong multiplier on relocation offset computationOliver Scherer-4/+13
2018-12-17profiler: improve readabilityljedrz-59/+56
2018-12-17profiler: simplify total_durationljedrz-3/+1
2018-12-17Kill borrows from a projection after assignment.David Wood-81/+125
2018-12-17Auto merge of #56810 - sinkuu:build_match, r=oli-obkbors-69/+339
2018-12-17Simplify MIR generation for logical opsShotaro Yamada-30/+23
2018-12-17Enable stack probes for UEFI imagesWonwoo Choi-0/+1
2018-12-17Address LLVM assertion failure by prepopulating with *just* name-anon-globals.Felix S. Klock II-1/+1
2018-12-17Address the pull request review comments.Vytautas Astrauskas-14/+12
2018-12-17Use compiletest timestamp to check if the tests should be rerun.Vytautas Astrauskas-10/+18
2018-12-17Auto merge of #56853 - matthiaskrgr:clippy, r=oli-obkbors-19/+12
2018-12-17Auto merge of #56833 - nagisa:ios-fix, r=alexcrichtonbors-0/+2
2018-12-17tidyShotaro Yamada-1/+1
2018-12-17Add MIR testShotaro Yamada-0/+85
2018-12-17Revert thread-local changesJohn Kåre Alsaker-14/+4
2018-12-17Remove *_inlined variantsJohn Kåre Alsaker-13/+5
2018-12-17Add a commentJohn Kåre Alsaker-0/+3
2018-12-17Rename await into cycle_error for the single threaded case and add some commentsJohn Kåre Alsaker-2/+6
2018-12-17Turn some asserts into debug_assertsJohn Kåre Alsaker-2/+2
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-82/+185
2018-12-17Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasperbors-1/+80
2018-12-17Remove `<Cycle as Iterator>::try_fold` overrideShotaro Yamada-13/+2
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-94/+15
2018-12-17Fix grammar in compiler error for array iteratorsMatthew Russell-5/+5
2018-12-17Auto merge of #56737 - nnethercote:TokenStream-improvements, r=petrochenkovbors-285/+107
2018-12-17cleanup `deduce_expectations_from_obligations`Ariel Ben-Yehuda-25/+16
2018-12-17fix review comments, round 2Ariel Ben-Yehuda-53/+23