about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-04move `liberate_late_bound_regions` to a method on the tcxNiko Matsakis-23/+32
2017-12-04MIR dump: restructure pretty to be more extensible by other codeNiko Matsakis-133/+246
2017-12-04constraint_generation: create liveness constraints more thoroughlyNiko Matsakis-110/+155
2017-12-04extend TransitiveRelation with `parents` functionNiko Matsakis-2/+128
2017-12-04promote region_infer into its own moduleNiko Matsakis-0/+0
2017-12-04rename `greater_than` to `reachable_from`Niko Matsakis-15/+3
2017-12-04break type-checking of aggregate-kind out into helper functionNiko Matsakis-45/+52
2017-12-04rename `implied_bounds` module to `bounds`Niko Matsakis-3/+3
2017-12-04extract the code to create `OutlivesBounds` into its own moduleNiko Matsakis-98/+110
2017-12-04make `no_late_bound_regions` a method on `Binder<T>`Niko Matsakis-23/+33
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-53/+108
2017-12-04move `free_regions_map` into `infer::outlives`Niko Matsakis-137/+152
2017-12-04extract the `implied_bounds` code into a helper functionNiko Matsakis-172/+201
2017-12-04region_infer: BitMatrix representation of region valuesZack M. Davis-154/+184
2017-12-04inform constraint generation using maybe-initPaul Daniel Faria-78/+374
2017-12-04borrow_check.rs: rustfmtNiko Matsakis-681/+1027
2017-12-04replace constant regions with a post-inference checkNiko Matsakis-100/+163
2017-12-04separate out the liveness constraints from the final valueNiko Matsakis-34/+47
2017-12-04Auto merge of #46485 - khuey:cursor-read_exact, r=Manishearthbors-0/+25
2017-12-03Add a specialization of read_exact for Cursor.Kyle Huey-0/+25
2017-12-03Auto merge of #46482 - frewsxcv:rollup, r=frewsxcvbors-120/+160
2017-12-03Rollup merge of #46473 - frewsxcv:frewsxcv-param-name, r=TimNNCorey Farwell-69/+69
2017-12-03Rollup merge of #46465 - nak3:fix-invalid-link, r=kennytmCorey Farwell-1/+1
2017-12-03Rollup merge of #46462 - sinkuu:copyprop_reg2, r=arielb1Corey Farwell-30/+57
2017-12-03Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavusCorey Farwell-0/+1
2017-12-03Rollup merge of #46442 - est31:master, r=alexcrichtonCorey Farwell-4/+0
2017-12-03Rollup merge of #46432 - tromey:doc-fix-46307, r=estebankCorey Farwell-1/+1
2017-12-03Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnikCorey Farwell-12/+28
2017-12-03Rollup merge of #45957 - dereckson:unix-agnosticity, r=shepmasterCorey Farwell-3/+3
2017-12-03Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppebors-180/+13
2017-12-03Auto merge of #46393 - kennytm:45861-step-2-3-make-tools-job-not-fail-fast, r...bors-24/+116
2017-12-03Consistent parameter name for numeric ‘checked’ operations.Corey Farwell-69/+69
2017-12-03Auto merge of #46334 - mikhail-m1:slice_pattern_array_drop, r=arielb1bors-9/+87
2017-12-03Auto merge of #46320 - arielb1:always-resume, r=nikomatsakisbors-317/+550
2017-12-03fix tests in wasmAriel Ben-Yehuda-6/+8
2017-12-03Update the tools CI to use --no-fail-fast and --save-toolstates.kennytm-7/+45
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-12/+64
2017-12-03Move the swap the tools test and cargotest within check-aux.kennytm-10/+12
2017-12-03Auto merge of #46433 - GuillaumeGomez:dedup-items, r=QuietMisdreavusbors-3/+10
2017-12-03Fix invalid link to lint_plugin_test.rsKenjiro Nakayama-1/+1
2017-12-03Fix MIR CopyPropagation regressionShotaro Yamada-30/+57
2017-12-03Auto merge of #46290 - scottmcm:i128-from-compiler-builtins, r=nagisabors-93/+42
2017-12-02Add ignore-emscripten tooScott McMurray-0/+2
2017-12-03Auto merge of #46428 - eddyb:scalar-pair-unpacking, r=arielb1bors-1/+14
2017-12-02Ignore the lower_128bit tests on asmjsScott McMurray-0/+8
2017-12-02Remove the unneeded #![feature(lang_items)]sScott McMurray-2/+0
2017-12-02Update compiler-builtins and use it the 128-bit lowering MIR testScott McMurray-91/+32
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-96/+157
2017-12-03add and unignore testsAriel Ben-Yehuda-2/+24
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-261/+261