about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-12-06Auto merge of #56392 - petrochenkov:regensym, r=oli-obkbors-28/+126
2018-12-06Add test for #46589.David Wood-0/+66
2018-12-06Auto merge of #56557 - pietroalbini:rollup, r=pietroalbinibors-79/+232
2018-12-06Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakisbors-37/+560
2018-12-06Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakisPietro Albini-0/+38
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-4/+4
2018-12-06Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko...Pietro Albini-85/+153
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-0/+19
2018-12-06Rollup merge of #56315 - weiznich:rustdoc_inline_macro_reexport, r=QuietMisdr...Pietro Albini-0/+28
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-6/+9
2018-12-05Auto merge of #56549 - pietroalbini:rollup, r=pietroalbinibors-12/+22
2018-12-05Rollup merge of #56456 - oli-obk:private_impl_trait, r=cramertjPietro Albini-0/+13
2018-12-05Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwcoPietro Albini-8/+8
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+1
2018-12-05Fix precise_pointer_size_matching tests on all platformsvarkor-6/+13
2018-12-05Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavusbors-0/+26
2018-12-05emit error when doc generation failsAndy Russell-0/+26
2018-12-05Auto merge of #55466 - sinkuu:cleanup, r=petrochenkovbors-1/+0
2018-12-05Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavisbors-0/+72
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-3/+4
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-3/+5
2018-12-04Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelixbors-0/+42
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+1
2018-12-04Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakisbors-333/+432
2018-12-04emit error with span for empty assertsAndy Russell-0/+20
2018-12-04Add a test case for inlining the docs of a macro reexportGeorg Semmler-0/+28
2018-12-04Intrinsic checks are just needed for `qualify_min_const_fn`Oliver Scherer-0/+8
2018-12-04Add and update testsOliver Scherer-54/+57
2018-12-04Add tests for stable unsafe features in const fnOliver Scherer-0/+158
2018-12-04Emit feature gate suggestionOliver Scherer-15/+15
2018-12-04Also prevent mutation fields directlyOliver Scherer-10/+30
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-0/+22
2018-12-04generalize the message about the creation of layout restricted typesOliver Scherer-1/+1
2018-12-04Adjust a rustc test to the safety changesOliver Scherer-1/+2
2018-12-04Trailing newlines againOliver Scherer-2/+2
2018-12-04Forbid the creation of mutable borrows to fields of layout constrained typesOliver Scherer-0/+39
2018-12-04Make sure the initialization of constrained int range newtypes is unsafeOliver Scherer-0/+136
2018-12-04Add test for dereferencing raw pointers and immediately referencing againOliver Scherer-3/+22
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-7/+124
2018-12-04Update doc-ui testsOliver Scherer-5/+11
2018-12-04Update ui testsOliver Scherer-28/+29
2018-12-04Remove unused stderr fileOliver Scherer-49/+0
2018-12-04Newlines.... newlines everywhereOliver Scherer-1/+1
2018-12-04Add a test ensuring that we don't regress thisOliver Scherer-0/+6
2018-12-04Update testsOliver Scherer-252/+387
2018-12-04Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavusbors-0/+15
2018-12-04Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd...bors-0/+23
2018-12-04Fix testShotaro Yamada-1/+0
2018-12-03Propagate all closure requirements to the callerMatthew Jasper-0/+42