| Age | Commit message (Expand) | Author | Lines |
| 2019-03-25 | review comments | Esteban Küber | -4/+14 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -70/+70 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -38/+63 |
| 2019-03-26 | Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn | bors | -94/+236 |
| 2019-03-26 | Fix code block display in portability element in dark theme | Guillaume Gomez | -0/+8 |
| 2019-03-25 | Reject integer suffix when tuple indexing | Esteban Küber | -43/+69 |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -13/+4 |
| 2019-03-25 | [CI] record docker image info for reuse | Josh Stone | -2/+8 |
| 2019-03-25 | Link to PhantomData in NonNull documentation | Chris Gregory | -2/+3 |
| 2019-03-25 | Update tests | John Kåre Alsaker | -26/+26 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -21/+29 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -24/+127 |
| 2019-03-25 | compile all crates under test w/ -Zemit-stack-sizes | Jorge Aparicio | -13/+20 |
| 2019-03-25 | Save coverage file in build_base path, not /tmp | Philipp Hansch | -7/+11 |
| 2019-03-25 | Formatting changes, including better wrapping and creating short summary lines. | Christian | -16/+21 |
| 2019-03-25 | Rework documentation into examples | Chris Gregory | -8/+46 |
| 2019-03-25 | Rework documentation to be about fat pointers | Chris Gregory | -5/+9 |
| 2019-03-25 | Allocate HIR id counters on demand | John Kåre Alsaker | -18/+13 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -94/+236 |
| 2019-03-25 | black_box should use inline assembly on wasm32 | gnzlbg | -3/+3 |
| 2019-03-25 | Refactor tuple comparison tests | Chris Gregory | -20/+24 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -7/+44 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -16/+43 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -97/+84 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -56/+59 |
| 2019-03-25 | Clarify `{Ord,f32,f64}::clamp` docs a little | Tobias Bucher | -16/+40 |
| 2019-03-25 | add missing braces | Felix S Klock II | -2/+2 |
| 2019-03-25 | black_box should inhibit optimizations on platforms without inline assembly | gnzlbg | -3/+6 |
| 2019-03-25 | Update src/libcore/option.rs | Pascal Hertleif | -1/+1 |
| 2019-03-25 | Remove dupplicated config | gnzlbg | -2/+2 |
| 2019-03-25 | Moves test::black_box to core::hint | gnzlbg | -17/+20 |
| 2019-03-25 | Auto merge of #59242 - euclio:asm-ice, r=nagisa | bors | -2/+29 |
| 2019-03-25 | s/lints/diagnostics | Philipp Hansch | -2/+2 |
| 2019-03-25 | Fix two bootstrap tests | Philipp Hansch | -0/+2 |
| 2019-03-25 | Auto merge of #59240 - euclio:struct-field-span, r=oli-obk | bors | -15/+15 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -154/+247 |
| 2019-03-24 | Deduplicate code for path suggestion | Esteban Küber | -64/+43 |
| 2019-03-24 | Provide suggestion when using field access instead of path | Esteban Küber | -0/+32 |
| 2019-03-24 | doc: use correct body font URLs | Nikhil Benesch | -3/+3 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -1/+74 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -780/+859 |
| 2019-03-24 | Add nll test | Esteban Küber | -0/+24 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -1/+50 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -39/+38 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -56/+55 |
| 2019-03-24 | Auto merge of #59397 - kennytm:rollup, r=kennytm | bors | -74/+233 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -48/+61 |
| 2019-03-24 | bootstrap: build compiler-builtins with -Z emit-stack-sizes | Jorge Aparicio | -0/+24 |
| 2019-03-24 | make asm diagnostic instruction optional | Andy Russell | -2/+29 |
| 2019-03-24 | Add a way to track Rustfix UI test coverage | Philipp Hansch | -1/+66 |