| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 | |
| 2019-09-16 | Use while let slice_pattern instead of carrying an index around | Santiago Pastorino | -2/+3 | |
| 2019-09-13 | Auto merge of #63420 - spastorino:place2_5, r=oli-obk | bors | -14/+10 | |
| [Place 2.0] Convert Place's projection to a boxed slice This is still work in progress, it's not compiling right now I need to review a bit more to see what's going on but wanted to open the PR to start discussing it. r? @oli-obk | ||||
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -5/+5 | |
| 2019-09-10 | rustc_mir: buffer -Zdump-mir output instead of pestering the kernel constantly. | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -9/+5 | |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -1/+1 | |
| 2019-08-28 | Apply review comments | Yuki Okushi | -1/+4 | |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 | |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and ↵ | Eduard-Mihai Burtescu | -3/+1 | |
| `hair::pattern::PatternRange`. | ||||
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -2/+2 | |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 | |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 | |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -11/+13 | |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -1/+1 | |
| Add a query to get the `promoted`s for a `mir::Body` This is a builidng block toward removing a lot of duplicated code between miri and the cosnt-propagator pass. See this thread for more info: https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/Using.20.60InterpCx.60.20more/near/169030661 r? @spastorino but feel free to hand it off to somebody else | ||||
| 2019-07-14 | `pub(crate)` -> `crate` | Matthew Jasper | -25/+25 | |
| The borrow checker code is already using `crate` extensively, so prefer being consistent with it. | ||||
| 2019-07-14 | Move suggest_ref_mut into rustc_mir::borrow_check | Matthew Jasper | -17/+0 | |
| 2019-07-14 | Remove BorrowckErrors trait | Matthew Jasper | -78/+63 | |
| Its methods are now inherent methods of `MirBorrowckCtxt` | ||||
| 2019-07-14 | Remove rustc_mir::borrowck_errors::Origin | Matthew Jasper | -32/+2 | |
| 2019-07-14 | Remove unused BorrowckErrors methods | Matthew Jasper | -105/+0 | |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -220/+108 | |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, ↵ | Mazdak Farrokhzad | -1/+1 | |
| r=dtolnay,Centril Use mem::take instead of mem::replace with default | ||||
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -7/+7 | |
| 2019-07-02 | Add a query to get the `promoted`s for a `mir::Body` | Wesley Wiser | -1/+1 | |
| This is a builidng block toward removing a lot of duplicated code between miri and the cosnt-propagator pass. See this thread for more info: https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/Using.20.60InterpCx.60.20more/near/169030661 | ||||
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 | |
| 2019-06-30 | Rollup merge of #62063 - ecstatic-morse:dataflow-backward-order, r=nagisa | Mazdak Farrokhzad | -3/+18 | |
| Use a more efficient iteration order for backward dataflow This applies the same basic principle as #62062 to the reverse dataflow analysis used to compute liveness information. It is functionally equivalent, except that post-order is used instead of reverse post-order. In the long-term, `BitDenotation` should probably be extended to support both forward and backward dataflow, but there's some more work needed to get to that point. | ||||
| 2019-06-27 | Use more efficient iteration order for backward dataflow | Dylan MacKenzie | -3/+18 | |
| This applies the same basic principle as #62062 to the reverse dataflow analysis used to compute liveness information. It is functionally equivalent, except that post-order is used instead of reverse post-order. Some `mir::Body`s contain basic blocks which are not reachable from the `START_BLOCK`. We need to add them to the work queue as well to preserve the original semantics. | ||||
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -21/+20 | |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+1 | |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -3/+5 | |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -1/+3 | |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 | |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -14/+3 | |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -41/+41 | |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -27/+33 | |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -27/+27 | |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -15/+15 | |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -29/+29 | |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -29/+20 | |
| 2019-06-11 | rustc_mir: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -14/+14 | |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -108/+108 | |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -0/+78 | |
| 2019-06-03 | Improve cannot move errors | Matthew Jasper | -9/+3 | |
| * Show the place and type being moved * Give a special error for variables in match guard * Simplify search for overloaded deref * Search for overloaded index | ||||
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -32/+32 | |
| The commit should have changed comments as well. At the time of writting, it passes the tidy and check tool. Revisions asked by eddyb : - Renamed of all the occurences of {visit/super}_mir - Renamed test structures `CachedMir` to `Cached` Fixing the missing import on `AggregateKind` | ||||
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 | |
| We are going to uniform the terminology of all associated items. Methods that may or may not have `self` are called "associated functions". Because `AssociatedFn` is a bit long, we rename `Associated` to `Assoc`. | ||||
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -3/+1 | |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 | |
| 2019-05-13 | Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix | Mazdak Farrokhzad | -2/+4 | |
| Explain error when yielding a reference to a local variable Closes #56508 | ||||
| 2019-05-12 | Remove redundant "let mut" in write_graph_label | Yusuke Matsushita | -1/+1 | |
| Removed the redundant "let mut" in the write_graph_label function (it caused "let mut let mut" for non-user-defined local variables). | ||||
| 2019-05-09 | Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 | Mazdak Farrokhzad | -57/+65 | |
| Clean up and add tests for slice drop shims Adds a test for the MIR generated by `real_drop_in_place::<[T]>`. Also slightly reduces the number of statements and locals used in the shim. r? @RalfJung | ||||
