| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -30/+76 |
| 2018-07-20 | resolve: Add some comments to in-module resolution | Vadim Petrochenkov | -14/+31 |
| 2018-07-20 | resolve: Remove `SingleImports` in favor of a simple set | Vadim Petrochenkov | -99/+26 |
| 2018-07-20 | resolve: Rename `global_macros` to `macro_prelude` | Vadim Petrochenkov | -15/+15 |
| 2018-07-20 | resolve: Remove unused parameter from `resolve_ident_in_module` | Vadim Petrochenkov | -11/+8 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -160/+165 |
| 2018-07-20 | Auto merge of #52349 - RalfJung:once, r=alexcrichton | bors | -2/+10 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -146/+2028 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -10/+81 |
| 2018-07-19 | Generate a page for existential types | Oliver Schneider | -4/+37 |
| 2018-07-19 | Updated FRU terminology. | David Wood | -1/+1 |
| 2018-07-19 | Auto merge of #52197 - euclio:exit-code, r=oli-obk | bors | -25/+110 |
| 2018-07-19 | Auto merge of #52515 - Manishearth:clippyup, r=kennytm | bors | -8/+5 |
| 2018-07-18 | Update clippy | Manish Goregaokar | -8/+5 |
| 2018-07-19 | Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -171/+185 |
| 2018-07-19 | Auto merge of #52486 - kennytm:rollup, r=kennytm | bors | -42/+153 |
| 2018-07-18 | Update Cargo submodule | Alex Crichton | -171/+185 |
| 2018-07-18 | Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichton | bors | -0/+0 |
| 2018-07-19 | Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrc | kennytm | -1/+0 |
| 2018-07-19 | Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakis | kennytm | -3/+57 |
| 2018-07-18 | remove FIXME about macro redirects | QuietMisdreavus | -1/+0 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 2018-07-18 | update compiler-builtins for openbsd | Sébastien Marie | -0/+0 |
| 2018-07-18 | Update test output | Esteban Küber | -1/+1 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -13/+19 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -2/+50 |
| 2018-07-19 | Rollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obk | kennytm | -3/+0 |
| 2018-07-19 | Rollup merge of #51628 - euclio:line-writer, r=frewsxcv | kennytm | -10/+23 |
| 2018-07-19 | Rollup merge of #52487 - alexcrichton:build-less-sanitizers, r=kennytm | kennytm | -15/+28 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -183/+599 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -160/+165 |
| 2018-07-18 | Don't build twice the sanitizers on Linux | Alex Crichton | -15/+28 |
| 2018-07-18 | Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-18 | Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton | kennytm | -0/+2 |
| 2018-07-18 | Rollup merge of #52458 - alexcrichton:fix-suggestion, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52455 - felixrabe:patch-1, r=estebank | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton | kennytm | -2/+3 |
| 2018-07-18 | Rollup merge of #52218 - rivertam:patch-1, r=withoutboats | kennytm | -2/+4 |
| 2018-07-18 | Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapin | kennytm | -2/+30 |
| 2018-07-18 | Adjust run pass test to stricter existential type rules | Oliver Schneider | -22/+48 |
| 2018-07-18 | Remove workarounds for #24958 | ljedrz | -3/+0 |
| 2018-07-18 | Auto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung | bors | -10/+11 |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -18/+24 |
| 2018-07-18 | Auto merge of #52426 - ljedrz:#28273_cleanup, r=nikomatsakis | bors | -21/+0 |
| 2018-07-18 | Add some tests around associated types | Oliver Schneider | -1/+112 |
| 2018-07-18 | Prepare for using wfcheck on existential types | Oliver Schneider | -36/+54 |
| 2018-07-18 | Check lifetimes on existential types | Oliver Schneider | -39/+218 |
| 2018-07-18 | Match ergonomics | Oliver Schneider | -1/+1 |
| 2018-07-18 | Simplify defining scope logic | Oliver Schneider | -12/+9 |