| Age | Commit message (Expand) | Author | Lines |
| 2019-07-06 | Add linkcheck command to rustbook tool | André Luis Leal Cardoso Junior | -3/+60 |
| 2019-07-06 | Track rustc-guide on toolstate | André Luis Leal Cardoso Junior | -0/+3 |
| 2019-07-06 | add ./x.py test src/doc/rustc-guide | André Luis Leal Cardoso Junior | -0/+2 |
| 2019-07-06 | privacy: Only opaque macros leak private things | Vadim Petrochenkov | -19/+50 |
| 2019-07-06 | Fix tidy issues | Vadim Petrochenkov | -2/+3 |
| 2019-07-06 | Improve documentation for built-in macros | Vadim Petrochenkov | -76/+614 |
| 2019-07-06 | `#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]` | Vadim Petrochenkov | -25/+83 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -36/+36 |
| 2019-07-06 | forcing instead of normalization | Ralf Jung | -12/+17 |
| 2019-07-06 | remove outdated comment | Ralf Jung | -2/+0 |
| 2019-07-06 | remove another unused method | Ralf Jung | -13/+0 |
| 2019-07-06 | remove some no-longer-needed methods | Ralf Jung | -27/+2 |
| 2019-07-06 | rustbuild: Cleanup global lint settings | Vadim Petrochenkov | -37/+29 |
| 2019-07-06 | Add check_mplace_ptr convenience method; provide ptr-normalization methods fo... | Ralf Jung | -66/+108 |
| 2019-07-06 | add assert_{bits,ptr}; document which methods we hope to get rid of | Ralf Jung | -0/+20 |
| 2019-07-06 | Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasper | bors | -487/+409 |
| 2019-07-06 | Add missing aux-build directive | Andrew Xu | -1/+1 |
| 2019-07-06 | Move the test async-fn-size-moved-locals to ui | Andrew Xu | -0/+2 |
| 2019-07-06 | Remove duplicated arc_wake.rs | Andrew Xu | -64/+2 |
| 2019-07-06 | Move async-await tests from run-pass to ui | Andrew Xu | -2/+5 |
| 2019-07-06 | --bless --compare-mode=nll | Mazdak Farrokhzad | -17/+17 |
| 2019-07-06 | Bless mir-opt/while-storage.rs. | Mazdak Farrokhzad | -24/+21 |
| 2019-07-06 | Cleanup liveness comment. | Mazdak Farrokhzad | -13/+6 |
| 2019-07-06 | while_{let_}loops/change_{break,continue}: typeck_tables_of clean. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-06 | Lowering: Fuse ExprKind::While logic + Cleanup. | Mazdak Farrokhzad | -85/+54 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -55/+116 |
| 2019-07-06 | Make sure while-exprs require 'cond: bool' exactly. | Mazdak Farrokhzad | -1/+43 |
| 2019-07-06 | Adjust incremental test while_loops.rs | Mazdak Farrokhzad | -2/+2 |
| 2019-07-06 | while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. | Mazdak Farrokhzad | -3/+11 |
| 2019-07-06 | Enforce 'cond: bool' in while-expr + improve reachability diags. | Mazdak Farrokhzad | -41/+50 |
| 2019-07-06 | min_const_fn: change error message due to changed desugaring. | Mazdak Farrokhzad | -18/+19 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -272/+114 |
| 2019-07-05 | Wrap line | Chris Gregory | -1/+2 |
| 2019-07-05 | Add messages to Option and Result must_use for is_* | Chris Gregory | -4/+4 |
| 2019-07-06 | Remove use of mem::uninitialized in code_gen crate | Lzu Tao | -2/+1 |
| 2019-07-06 | Remove use of mem::uninitialized in libterm crate | Lzu Tao | -5/+8 |
| 2019-07-06 | Fixed ICEs. | Alexander Regueiro | -11/+1 |
| 2019-07-06 | Fixed up a few comments. | Alexander Regueiro | -10/+10 |
| 2019-07-06 | Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -180/+129 |
| 2019-07-06 | Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton | Mazdak Farrokhzad | -16/+26 |
| 2019-07-06 | Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis | Mazdak Farrokhzad | -64/+68 |
| 2019-07-06 | Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank | Mazdak Farrokhzad | -0/+10 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -122/+253 |
| 2019-07-05 | Do not use pointer alignment on unsupported platforms | Justin Ridgewell | -1/+1 |
| 2019-07-05 | Remove never_type feature requirement for exhaustive patterns | Marcel Hellwig | -1/+9 |
| 2019-07-05 | Correct definition of CONSOLE_SCREEN_BUFFER_INFO | Lzu Tao | -4/+21 |
| 2019-07-05 | Rollup merge of #62414 - jethrogb:jb/sgx-uninit, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+1 |
| 2019-07-05 | Rollup merge of #62406 - Mark-Simulacrum:warnings-lint, r=RalfJung | Mazdak Farrokhzad | -5/+23 |
| 2019-07-05 | Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichton | Mazdak Farrokhzad | -11/+0 |