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