| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | fix drop typing; use same machinery for validating (sanity checking) dyn trai... | Ralf Jung | -9/+27 |
| 2018-08-22 | Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 | bors | -0/+285 |
| 2018-08-21 | Add some extra edge case tests | varkor | -1/+21 |
| 2018-08-21 | Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i... | bors | -0/+18 |
| 2018-08-21 | Use a boundary method instead of an endpoint method for split_grouped_constru... | varkor | -2/+2 |
| 2018-08-21 | Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk | bors | -72/+152 |
| 2018-08-21 | Add a test case for u128::MAX - 1 | varkor | -10/+21 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -111/+123 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -6/+6 |
| 2018-08-21 | Auto merge of #53236 - alexreg:stabilise-raw-idents, r=cramertj | bors | -86/+31 |
| 2018-08-21 | Rollup merge of #53540 - TheDarkula:move-test, r=oli-obk | kennytm | -0/+0 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -39/+39 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -43/+14 |
| 2018-08-21 | Auto merge of #53080 - hermord:rc-opt, r=alexcrichton | bors | -0/+21 |
| 2018-08-21 | resolve: Unify reporting of ambiguity errors for macro paths | Vadim Petrochenkov | -10/+12 |
| 2018-08-20 | Moved issue-53157.rs into src/test/ui/consts/const-eval/ | thedarkula | -0/+0 |
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -86/+31 |
| 2018-08-20 | resolve: Refactor away `MacroBinding` | Vadim Petrochenkov | -9/+87 |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn resolve_macro... | Vadim Petrochenkov | -63/+63 |
| 2018-08-21 | Rollup merge of #53296 - estebank:suggest-closure, r=KodrAus | kennytm | -34/+75 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -140/+188 |
| 2018-08-20 | Add a test for skipping all arguments versus just one | varkor | -0/+52 |
| 2018-08-20 | Fix diagnostic regression | varkor | -66/+66 |
| 2018-08-20 | Added explicit optimization flag to test | Dmytro Shynkevych | -0/+2 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -6/+6 |
| 2018-08-20 | Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obk | bors | -0/+47 |
| 2018-08-20 | Renamed test to match actual issue number | Dmytro Shynkevych | -0/+0 |
| 2018-08-20 | Fix ICE | varkor | -10/+5 |
| 2018-08-19 | Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkov | bors | -17/+17 |
| 2018-08-20 | Update new ui tests | varkor | -52/+54 |
| 2018-08-19 | Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obk | bors | -0/+34 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -12/+12 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -1/+1 |
| 2018-08-19 | convert-id: tests for const gating. | Mazdak Farrokhzad | -0/+47 |
| 2018-08-19 | Fix some remaining tests | varkor | -14/+14 |
| 2018-08-19 | Refactor generic argument count check in check/mod.rs | varkor | -24/+24 |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -33/+33 |
| 2018-08-19 | Revert broken test | varkor | -0/+1 |
| 2018-08-19 | Refactor astconv.rs (part ii) | varkor | -2/+1 |
| 2018-08-19 | "Fix" annoying test | varkor | -1/+0 |
| 2018-08-19 | Auto merge of #53258 - nikomatsakis:issue-53189-optimize-reassignment-immutab... | bors | -39/+391 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -43/+14 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -39/+39 |
| 2018-08-19 | move tests to borrowck directory, remove feature(nll) | Niko Matsakis | -52/+173 |
| 2018-08-19 | add tests for assigning fields without initializing var | Niko Matsakis | -0/+234 |
| 2018-08-19 | just check whether a variable is initialized | Niko Matsakis | -11/+8 |
| 2018-08-19 | Added test | Dmytro Shynkevych | -0/+19 |
| 2018-08-19 | Auto merge of #51131 - qnighy:unsized-locals, r=eddyb | bors | -0/+290 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -0/+3 |