summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-26fix reference fileNiko Matsakis-1/+1
2018-07-25Update the compiler-builtins submoduleAlex Crichton-0/+0
2018-07-25rustc: Register crates under their real namesAlex Crichton-4/+48
2018-07-25std::ops::Try impl for std::task::PollTaylor Cramer-0/+115
2018-07-26State default capacity for BufReader/BufWriterJonathan Behrens-2/+4
2018-07-25ignore code example in commentNiko Matsakis-1/+1
2018-07-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-95/+225
2018-07-25Nit: improve comment in hr-fn-aau-eq-abu.rsNiko Matsakis-10/+10
2018-07-25Nit: improve Binders comment in `relate_tys`Niko Matsakis-8/+10
2018-07-25Nit: fix Debug impl of `PlaceholderIndex`Niko Matsakis-1/+1
2018-07-25[nit] remove outdated commentNiko Matsakis-2/+0
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-41/+87
2018-07-25[WIP] debug logs in error-reportingNiko Matsakis-3/+14
2018-07-25[3f0fb4f7] improve comment on `to_location`Niko Matsakis-2/+3
2018-07-250-length arrays can even be mutably promotedOliver Schneider-2/+23
2018-07-25Place the ignore comments in the correct file for test issue-18804Gabriel Smith-3/+3
2018-07-25Clarify what a task isJosef Reinhard Brandl-12/+18
2018-07-25Hide some lints which are not quite right the way they are reported to the userOliver Schneider-11/+117
2018-07-25Improve readability in a few sortsljedrz-17/+9
2018-07-25Auto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichtonbors-7/+1
2018-07-25Add type system canaries for potential future bugsOliver Schneider-1/+5
2018-07-25Remove useless commentOliver Schneider-1/+1
2018-07-25Fix associated existentials for generic traitsOliver Schneider-1/+42
2018-07-25ARM: expose `rclass` and `dsp` target featuresPaolo Teti-0/+2
2018-07-25bootstrap: use prepare_tool_cargo everywhereTatsuyuki Ishi-24/+22
2018-07-24Add span label for format str missing specifierEsteban Küber-21/+42
2018-07-25add regression test for #48071Niko Matsakis-0/+38
2018-07-25introduce new subtypingNiko Matsakis-121/+1016
2018-07-25remove `num_universal_regions` etc from RegionValueElementsNiko Matsakis-12/+11
2018-07-25represent `LivenessValues` with a specialized typeNiko Matsakis-42/+76
2018-07-25extract `region_value_str` helperNiko Matsakis-77/+73
2018-07-25generate extra liveness constraints before regioncx is createdNiko Matsakis-15/+21
2018-07-25consolidate and use `find_sub_region_live_at` for everythingNiko Matsakis-96/+47
2018-07-25extract a `best_blame_constraint` helperNiko Matsakis-63/+123
2018-07-25rewrite the "constraint graph search" to use a BFS instead of a DFSNiko Matsakis-52/+51
2018-07-25remove unnecessary `blame_span` from `report_region_errors`Niko Matsakis-61/+76
2018-07-25remove inefficiency for adding all pointsNiko Matsakis-10/+1
2018-07-25SparseBitMatrix: add `insert_all` and `add_all` methodsNiko Matsakis-0/+13
2018-07-25SparseBitMatrix: add `ensure_row` helper fnNiko Matsakis-9/+9
2018-07-25split into two matricesNiko Matsakis-147/+245
2018-07-25simplify `NLLRegionVariableOrigin`Niko Matsakis-68/+71
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-96/+119
2018-07-24Rename method and remove commented out codeEsteban Küber-4/+2
2018-07-25Add missing dynTatsuyuki Ishi-4/+4
2018-07-24Fix unittestEsteban Küber-24/+26
2018-07-25Update ui testcsmoe-2/+2
2018-07-25Update comment and do suggestcsmoe-8/+9
2018-07-25Discriminate between external and optional toolsTatsuyuki Ishi-14/+22
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-87/+34
2018-07-25Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...Tatsuyuki Ishi-120/+122