| Age | Commit message (Expand) | Author | Lines |
| 2017-12-04 | move `liberate_late_bound_regions` to a method on the tcx | Niko Matsakis | -23/+32 |
| 2017-12-04 | MIR dump: restructure pretty to be more extensible by other code | Niko Matsakis | -133/+246 |
| 2017-12-04 | constraint_generation: create liveness constraints more thoroughly | Niko Matsakis | -110/+155 |
| 2017-12-04 | extend TransitiveRelation with `parents` function | Niko Matsakis | -2/+128 |
| 2017-12-04 | promote region_infer into its own module | Niko Matsakis | -0/+0 |
| 2017-12-04 | rename `greater_than` to `reachable_from` | Niko Matsakis | -15/+3 |
| 2017-12-04 | break type-checking of aggregate-kind out into helper function | Niko Matsakis | -45/+52 |
| 2017-12-04 | rename `implied_bounds` module to `bounds` | Niko Matsakis | -3/+3 |
| 2017-12-04 | extract the code to create `OutlivesBounds` into its own module | Niko Matsakis | -98/+110 |
| 2017-12-04 | make `no_late_bound_regions` a method on `Binder<T>` | Niko Matsakis | -23/+33 |
| 2017-12-04 | make `resolve_regions_and_report_errors` take an `OutlivesEnv` | Niko Matsakis | -53/+108 |
| 2017-12-04 | move `free_regions_map` into `infer::outlives` | Niko Matsakis | -137/+152 |
| 2017-12-04 | extract the `implied_bounds` code into a helper function | Niko Matsakis | -172/+201 |
| 2017-12-04 | region_infer: BitMatrix representation of region values | Zack M. Davis | -154/+184 |
| 2017-12-04 | inform constraint generation using maybe-init | Paul Daniel Faria | -78/+374 |
| 2017-12-04 | borrow_check.rs: rustfmt | Niko Matsakis | -681/+1027 |
| 2017-12-04 | replace constant regions with a post-inference check | Niko Matsakis | -100/+163 |
| 2017-12-04 | separate out the liveness constraints from the final value | Niko Matsakis | -34/+47 |
| 2017-12-04 | Auto merge of #46485 - khuey:cursor-read_exact, r=Manishearth | bors | -0/+25 |
| 2017-12-03 | Add a specialization of read_exact for Cursor. | Kyle Huey | -0/+25 |
| 2017-12-03 | Auto merge of #46482 - frewsxcv:rollup, r=frewsxcv | bors | -120/+160 |
| 2017-12-03 | Rollup merge of #46473 - frewsxcv:frewsxcv-param-name, r=TimNN | Corey Farwell | -69/+69 |
| 2017-12-03 | Rollup merge of #46465 - nak3:fix-invalid-link, r=kennytm | Corey Farwell | -1/+1 |
| 2017-12-03 | Rollup merge of #46462 - sinkuu:copyprop_reg2, r=arielb1 | Corey Farwell | -30/+57 |
| 2017-12-03 | Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavus | Corey Farwell | -0/+1 |
| 2017-12-03 | Rollup merge of #46442 - est31:master, r=alexcrichton | Corey Farwell | -4/+0 |
| 2017-12-03 | Rollup merge of #46432 - tromey:doc-fix-46307, r=estebank | Corey Farwell | -1/+1 |
| 2017-12-03 | Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnik | Corey Farwell | -12/+28 |
| 2017-12-03 | Rollup merge of #45957 - dereckson:unix-agnosticity, r=shepmaster | Corey Farwell | -3/+3 |
| 2017-12-03 | Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe | bors | -180/+13 |
| 2017-12-03 | Auto merge of #46393 - kennytm:45861-step-2-3-make-tools-job-not-fail-fast, r... | bors | -24/+116 |
| 2017-12-03 | Consistent parameter name for numeric ‘checked’ operations. | Corey Farwell | -69/+69 |
| 2017-12-03 | Auto merge of #46334 - mikhail-m1:slice_pattern_array_drop, r=arielb1 | bors | -9/+87 |
| 2017-12-03 | Auto merge of #46320 - arielb1:always-resume, r=nikomatsakis | bors | -317/+550 |
| 2017-12-03 | fix tests in wasm | Ariel Ben-Yehuda | -6/+8 |
| 2017-12-03 | Update the tools CI to use --no-fail-fast and --save-toolstates. | kennytm | -7/+45 |
| 2017-12-03 | Record build and test result of extended tools into toolstates.json. | kennytm | -12/+64 |
| 2017-12-03 | Move the swap the tools test and cargotest within check-aux. | kennytm | -10/+12 |
| 2017-12-03 | Auto merge of #46433 - GuillaumeGomez:dedup-items, r=QuietMisdreavus | bors | -3/+10 |
| 2017-12-03 | Fix invalid link to lint_plugin_test.rs | Kenjiro Nakayama | -1/+1 |
| 2017-12-03 | Fix MIR CopyPropagation regression | Shotaro Yamada | -30/+57 |
| 2017-12-03 | Auto merge of #46290 - scottmcm:i128-from-compiler-builtins, r=nagisa | bors | -93/+42 |
| 2017-12-02 | Add ignore-emscripten too | Scott McMurray | -0/+2 |
| 2017-12-03 | Auto merge of #46428 - eddyb:scalar-pair-unpacking, r=arielb1 | bors | -1/+14 |
| 2017-12-02 | Ignore the lower_128bit tests on asmjs | Scott McMurray | -0/+8 |
| 2017-12-02 | Remove the unneeded #![feature(lang_items)]s | Scott McMurray | -2/+0 |
| 2017-12-02 | Update compiler-builtins and use it the 128-bit lowering MIR test | Scott McMurray | -91/+32 |
| 2017-12-03 | Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus | bors | -96/+157 |
| 2017-12-03 | add and unignore tests | Ariel Ben-Yehuda | -2/+24 |
| 2017-12-03 | funnel all unwind paths through a single Resume block | Ariel Ben-Yehuda | -261/+261 |